Tag: Ios
-
I have an app idea, what to do next: Tips for startups
Posted on February 13, 2024, Level beginner Resource Length medium
From startup conferences and TED Talks to Twitter memes and TikToks, entrepreneurs are looking for an answer to the question "I have an idea for an app, now what?" everywhere. By Andrii Bas.
Tags startups android management app-development ios cio
-
How to publish your app on Apple App store and Google Play store in 2024?
Posted on February 12, 2024, Level beginner Resource Length medium
In this article, we provide you with an in-depth guide on how to publish your app on Google Play and the App Store. You'll also find out what you should avoid when publishing an app. By by Amir Ahmed Khan.
Tags ios android management app-development miscellaneous cio
-
Implementing serverless architecture in React Native apps
Posted on February 10, 2024, Level intermediate Resource Length medium
Application development methodologies are continually evolving. Among the most groundbreaking shifts we've seen recently is the transition toward serverless architecture. By Clara Ekekenta.
Tags serverless ios app-development android miscellaneous web-development
-
How to come up with an app idea in 3 simple ways
Posted on December 26, 2023, Level beginner Resource Length medium
If you are struggling to come up with your app idea, it's okay. You're not alone. It is common for app developers to face this type of challenge given the millions of apps in the App Store. Also, thinking of an app idea isn't always as easy as it sounds. By Pat Enriquez.
Tags learning web-development app-development ios
-
Build performance analysis for speeding up Xcode builds
Posted on August 15, 2023, Level intermediate Resource Length short
Build performance can be analyzed in Xcode to speed up your builds. This can quickly speed up your workflow and save a lot of time during the day for all developers working on the project. Slow builds often distract us as they enable us to focus on distractions like social media and Slack. By Antoine Van Der Lee.
Tags ios app-development web-development programming performance
-
Optimizing your app for network reachability
Posted on May 1, 2023, Level intermediate Resource Length long
Network Reachability is a vital aspect of apps that use some networking capabilities. Your users won't always have a good internet connection, so optimizing your app for bad networking conditions is essential. By Antoine van der Lee.
Tags app-development ios swiftlang learning
-
How we reduced our iOS app launch time by 60%
Posted on February 16, 2023, Level intermediate Resource Length medium
App startup time is a critical metric for users, as it's their first interaction with the app, and even minor improvements can have significant benefits for the user experience. By Filip Busic.
Tags ios web-development app-development swiftlang
-
Safety Check! How to keep your iOS devices stalker free
Posted on December 22, 2022, Level beginner Resource Length medium
Perform an emergency safety check to quickly disconnect apps and people from your iPhone. By Shubham Agarwal.
Tags ios miscellaneous app-development how-to
-
How to modularize existing iOS projects using Swift Package
Posted on September 13, 2022, Level intermediate Resource Length medium
Modular programming is a software design technique that breaks your project into a smaller maintainable module which promotes separation of concern and reusability. By @sarunw.com.
Tags programming ios swiftlang performance app-development
-
How to manage your Flutter monorepos
Posted on July 25, 2022, Level intermediate Resource Length medium
Monorepos are extremely helpful when working with larger codebases. But they also come with additional management costs. In this article, we will go through the process of managing a monorepo with a tool like Melos and set up our repository for CI/CD with Codemagic. By @codemagic.io.
Tags app-development android apis ios cicd web-development
-
How Firebase Performance Monitoring optimized app startup time
Posted on March 19, 2022, Level beginner Resource Length long
Mobile users expect their apps to be fast and responsive, and apps with a slow startup time, especially during coldstart, can leave them feeling frustrated. By Viswanathan Munisamy.
Tags cloud android monitoring web-development performance performance ios
-
Implementing in-app subscriptions in iOS & Android with no backend servers
Posted on February 23, 2022, Level intermediate Resource Length medium
More recently I have been experimenting with different monetization strategies for the apps so users can unlock features or just leave a tip. For the longest time I kept things simple with a "non-consumable" one-time purchase. Over the holiday break I decided to take things a step further and dip my toes into the world of subscriptions. By James Montemagno.
Tags ios how-to android app-development google