Re: Looking for AI app developers Programming Mobile Development by appdev If you're still looking for AI app developers, you should definitely check out [Hyena.AI](https://www.hyena.ai/). They specialize in building advanced mobile apps powered by AI, including real-time speech processing and on-device inference. Their team works across both iOS and Android platforms and has experience integrating models like Whisper and… 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… 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. … Native vs. Cross-Platform: Which is Better for Mobile App Development? Programming Mobile Development by Jameswood32 Hi all, I’m deciding between developing a native app (iOS/Android) or using a cross-platform framework like Flutter or React Native. What are the pros and cons in terms of cost, performance, and scalability? What do you recommend based on your experience? How to Choose the Right Mobile App Development Company? Programming Mobile Development by Jameswood32 I'm planning to develop a mobile application and am in the process of selecting a development partner. With so many options available, what factors should I consider to ensure I choose the right mobile app development company? Are there specific credentials, portfolios, or client testimonials that are particularly telling of a company's … 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: How to Choose the Right Mobile App Development Company? Programming Mobile Development by Salem https://www.daniweb.com/posts/jump/2301408 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? … Looking for Apple Developer enterprise account Programming Software Development by Sammi_2 Support for the apple developer enterprise account is required for a long time. Because customers need to distribute the app privately within their company, only an in-house certificate can do this. If you have one, please leave me a message Re: Looking for Apple Developer enterprise account Programming Software Development by Salem And who's head is in the noose when you mess things up with my enterprise account? Like for example, bad software gets signed with my key, or your "company" is in an embargoed jurisdiction? If you need it, buy your own. Re: Looking for Apple Developer enterprise account Programming Software Development by Sammi_2 > And who's head is in the noose when you mess things up with my enterprise account? > > Like for example, bad software gets signed with my key, or your "company" is in an embargoed jurisdiction? > > If you need it, buy your own. > Application distribution will use p12 and mobile provisional profile. When a … Re: Looking for Apple Developer enterprise account Programming Software Development by Sammi_2 I will pay for the support. Re: Looking for Apple Developer enterprise account Programming Software Development by Dani I highly doubt anyone here would be able to sell or license to you access to their Apple developer enterprise account (mostly because it would violate their own agreement with Apple), but out of curiosity, why do you need it? The program is designed for specific use cases in which large organizations need to distribute their proprietary app … 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.