Pratiksha Patilfixed-mobile-testing-for-everyone.hashnode.dev·Feb 12, 2025We Tried Building a Personal Finance App and Ended Up Fixing Mobile App Testing for EveryoneA few months ago, me and my team set out to build an app for our clients. I was pumped. The backend was clean, the UI looked great, and I thought I was weeks away from an MVP. But what happened next wasn’t just a roadblock it was a reality check on h...10 likesandroid app development
Alberto Aldegherialbyrock87.hashnode.dev·Feb 6, 2025Fixing: Could not find any available provisioning profiles for your MAUI appScenario Imagine buying a new MacBook and installing / configuring all the prerequisites to build your MAUI app: Install latest .NET SDK (https://dotnet.microsoft.com/en-us/download) Run sudo dotnet workload install maui-mobile Install latest XCo...49 reads#dotnet-maui
Digiprima Technologiestech-solutions-erp-ai-and-beyond.hashnode.dev·Jan 31, 2025Progressive Web Apps: The Future of Mobile Development FlexibilityProgressive Web Apps (PWAs) are revolutionizing the way we interact with mobile applications. Combining the best features of web and native apps, PWAs offer fast loading speeds, offline functionality, and seamless user experiences. As businesses stri...progressive web apps
covenantcodescovenantcodes.hashnode.dev·Jan 21, 2025“Managing Global State in React Native with Expo: A Developer’s Guide to Seamless App Control”Global state management plays a crucial role in ensuring that data remains consistent and accessible across various parts of a React Native application. One popular approach to achieve this is by using libraries like Redux or MobX. However, Expo, a f...React Native
Nitindevswiftable.com·Jan 14, 2025How dependency injection helpful in loosely coupling architectures?We know that Dependency Injection is used to achieve loose coupling between components of an application. The main idea behind DI is to separate the creation of an object from its usage by injecting dependencies into a class, rather than having the c...655 readsInterview PreparationiOS
Nitindevswiftable.com·Jan 4, 2025Ultimate Guide to JSON Parsing in Swift Using CodableApple has introduced a new way to decode and encode the JSON data using Codable since Swift 4.0 version. In order to send and retrieve information in JSON format, most applications need to communicate with the server. A proper format for storing JSON...iOS
Nabraj Khadkanabrajkhadka.hashnode.dev·Dec 22, 2024Preventing App Removal: A Smart Solution for Habit and Alarm AppsHabit-related apps, like alarm apps requiring missions to turn off alarms, face challenges such as users uninstalling the app to bypass tasks. On iOS, this can be tackled using the Screen Time API. With user consent, the app can temporarily prevent r...iOS
AB Dev Hubabdevhub.hashnode.dev·Dec 22, 2024The Ultimate Guide to iOS Development: Functions (Part 5)Welcome to another deep dive into Swift programming with AB Dev Hub! Today, we’re setting out on an exciting journey into Functions—the backbone of any programming language and a key component of writing clean, reusable, and efficient code. Whether y...ios app development
Canopascanopas.hashnode.dev·Dec 20, 2024Firebase Authentication: Google, Apple, and Phone Login to iOS AppIntroduction Integrating Firebase Authentication into your SwiftUI app offers a secure and efficient way to manage user sign-ins. With Firebase, you can authenticate users using various login methods, like Google, Apple, Email, phone number, and many...1 likeiOS
Himanshu Gaurhimagaur.hashnode.dev·Dec 19, 2024Day 6: A Milestone in My Android Development JourneyToday was an exhilarating day in my journey to becoming an Android developer. It marks a special milestone as I successfully built my very first app—a Unit Converter. Guided by my amazing instructor Denis Panjuta, this experience has been both reward...Android