Re: How to make an Iphone App? Programming Mobile Development by jonathannweyer One thing to keep in mind when planning an iOS app is the hardware and software constraints specific to Apple’s ecosystem, like limited background tasking or stricter App Store guidelines. Picking the right programming language, whether it's Swift or Objective-C, really depends on your team's experience and long-term plans. Also, if you're building… Are Cross-Platform Apps Slower Than Native? Or Is That Just a Myth in 2025? Hardware and Software Cloud-based Apps by Himadri_3 It’s a question we still hear a lot—and honestly, the answer depends on what kind of app you're building. A few years back, native apps definitely had the upper hand when it came to speed and smooth performance. They were built specifically for iOS or Android, so naturally they could tap into every feature and run super efficiently. But now? … Re: How to Choose the Right Mobile App Development Company? Programming Mobile Development by jonathannweyer A good starting point is checking their portfolio, look for apps similar to what you’re planning, especially ones on both iOS and Android. Client testimonials can help too, but try to find detailed reviews or even reach out to past clients if possible. Also, ask about their development process, how they handle updates, and how involved you’ll be … Re: Are Cross-Platform Apps Slower Than Native? Or Is That Just a Myth in 2025? Hardware and Software Cloud-based Apps by asadalig In 2025, cross-platform apps aren't inherently slower than native ones—it really depends on how they're built. Modern frameworks like Flutter, React Native, and Kotlin Multiplatform have closed the performance gap significantly. If developers optimize properly, most users won’t notice a difference. However, for extremely high-performance needs like… Re: Looking for AI app developers Programming Mobile Development by KamalDeepPareek Hey Tzanko, That sounds like a great initiative—bringing LLMs and Whisper to mobile devices through an open-source SDK is definitely a step in the right direction, especially with how much edge AI is gaining traction. I work with a team of mobile app developers and we're currently exploring ideas around on-device AI, especially for privacy-… Re: Looking for AI app developers Programming Mobile Development by jonathannweyer That sounds like a great project, running models locally on mobile is definitely gaining interest. I’m not building anything right now, but I’ve been exploring ideas around offline voice commands and simple summarization features, so something like this could definitely be useful. Curious, are you targeting both iOS and Android from the start? … Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by John_165 Welcome aboard! Do you build mobile apps with a cross‑platform framework or only stick to native Android/iOS? And where do you usually find your freelance projects? Re: Hello, I'm Ulf Dittmer Community Center Say Hello! by Ulfson > Welcome aboard! Do you build mobile apps with a cross‑platform framework or only stick to native Android/iOS? And where do you usually find your freelance projects? I stick to native Android. Way back when I thought Apache Cordova was pretty cool for reaching smaller platforms, but now that there are essentially just two platforms left, I… Re: What problems might a business owner face during mobile app development? Programming Mobile Development by jonathannweyer There are several challenges a business owner might face during mobile app development. One major issue is budgeting; costs can quickly escalate due to unexpected complexities. Another common problem is communication between the development team and the business owner, which can lead to misunderstandings about requirements and expectations. … iOS Reader View Digital Media UI / UX Design by Dani iOS Safari Reader View is only available for forum threads on DaniWeb that have zero replies, and it shows the original post. Anytime there are replies, it gets confused and shows nothing. How can I semantically fix my html5 to correct this behavior? Not only is it good for accessibility, but the better the markup, the more bots will be able to … IOS development Ble Hid, need to apply for hid authorization from Apple? Programming Mobile Development by peter.ding IOS development Ble Hid, need to apply for hid authorization from Apple? Re: iOS 4 Hardware and Software macOS by jimywaugh iOS 4, Apple has not diminished one year for each cycle of mobile operating system upgrade. If 2007 was the integration of user interface Multi-Touch 2008, everyone in the App Store, and 2009 has been filled in the list of features, then iOS 4 promises to be ... well, that's why we're here. Re: ios::ate for strings? Programming Software Development by Lerner ios::ate is (primarily) for file writing, it truncates---overwrites previous file contents. ios::app appends to previous file contents. What type is SSN? If its a STL string then you can do something like this, where the += operator will append input to end of current string once it is validated: [code] string dash = "-"; string … Re: ios Programming Software Development by ArkM [QUOTE=clutchkiller;738203]My dev-c++ compiler is telling me that ios::noreplace is not a valid member of std::ios. Why?[/QUOTE] Because no ios::noreplace in C++ at all (10 years or more): [url]http://www.devx.com/tips/Tip/14544[/url] ios Programming Software Development by clutchkiller My dev-c++ compiler is telling me that ios::noreplace is not a valid member of std::ios. Why? Re: ios Programming Mobile Development by hericles You have a few options. The best, short of an actual mac, is to run a virtual mac OS X on your PC. I haven't done this myself and some people have noted that it tends to be a performance killer. You'd need a high end machine to get good results. There are a few frameworks out there now that compile to iOS such as Mono, Xamarin (for visual studio), … ios Programming Mobile Development by man.chester.581 i want to start developing ios apps on my lap (windos) i dont have mac so how can i start Re: IOS development Ble Hid, need to apply for hid authorization from Apple? Programming Mobile Development by rproffitt I think you've been posting about Bluetooth but I can't quite get a picture of what you are trying to do. A few times you did ask something that looks to be something that is not exposed to apps in iOS. Even so, Bluetooth on Apple iOS has been very locked down to avoid it being something that can be exploited or create security issues. As … IOS App Hardware and Software macOS by evenadas1992 what software i will use, if i can make IOS app? tnx for help and God Bless.. IOS and information sharing between views Programming Mobile Development by adams161 I've been tinkering around with my first IOS project that basically is a chat client right now. It connects to a server and lets you read chat and send chat. I want to next let the user isolate some chat in another page on the story board. They might choose a channel from the ones displahying in their console and click a button and only that … Re: [ios ipad] Uninstall own app programmatically Programming Mobile Development by rproffitt Your requirements may be at odds with Apple's iOS rules. I am not an expert in the Apple iOS rules but this seems to violate a rule I've read. Instead have the app pop up and show it has expired and how to correct. iOS 4.2.1 Hardware and Software macOS by Ashenvale Can anyone post a safe and working jailbreak download site for iphone 3g iOS 4.2.1?? IOS In-App purchase for buy all options. Programming Software Development by Mallika_P Hi., I have more than 10 products (Non-consuable with hosted content) in my ios app. I want to add an option purchase all items. Is there any possible ways to purchase all products in a single buy option (including downloads). Thanks [ios ipad] Uninstall own app programmatically Programming Mobile Development by kohkohkoh Hi, I have been struggling on a project for few weeks but yet, still no fruity result. Having an app that is running on ios ipad. I have a requirement to remove inhouse app if the app was not logged in for x number of days. It is in-house app, not on appstore. I have tried imkira mobiledevice and libimobiledevice. But nothing working. … Re: [ios ipad] Uninstall own app programmatically Programming Mobile Development by rproffitt Remember I didn't duplicate any google research on this. Just writing something I ran into with a fellow that wanted to write an uninstaller for iOS. They went down in flames. As to your company not sharing the code, wow. How rude. Re: [ios ipad] Uninstall own app programmatically Programming Mobile Development by kohkohkoh Hi, Because it is different company. That's the reason, they are not sharing. I have included NSTask.h in my ios project but NSTask seems not working. Re: iOS 4.29.0 Problems with downloading gifs, and Youtube Programming Mobile Development by rproffitt iOS 4.x versions are from 2010. https://en.wikipedia.org/wiki/IOS_version_history#iOS_4 If your iPad or iPhone is that old, I don't expect this to get fixed. Time for a new iPad or phone. IOS ::binary Programming Software Development by sathishkumar.e Hi to all, I'm a newbie to C++,i have a doubt in the ofstream write function. I have a code like this ofstream* rgpostrm [BASE_LAYER]; rgpostrm [BASE_LAYER] = new ofstream (pchCmp, ios::binary | ios:ut); and some write function like rgpostrm[ENHN_LAYER]->write(rgpvoenc [ENHN_LAYER]->pOutStream () str(), rgpvoenc [ENHN_LAYER]->… ios fstream (how to write and read binary data from and to a deque? Programming Software Development by Jsplinter I have data stored in a deque that I wish to write to disk using fstream. So far this is the test code I have written. [code] int j = 10000; deque<double> m_data; for(int i = 0; i < j; i++) { m_data.push_back(i); } std::fstream myfile; myfile.open ("data2.bin", std::ios::out | std::ios::app | std::ios::… Re: IOS ::binary Programming Software Development by Ancient Dragon >>ofstream* rgpostrm [BASE_LAYER]; Why do you need to many streams? And why allocate them ? >>What it says for ios::binary | ios:out and ios:out | ios::binary There is no difference between the two. Its like asking what's the difference between 2 times 3 and 3 times 2.