Top 10 Most Useful iOS Libraries in 2020
A 2020 list of the top 10 libraries every iOS developer should know about, fresh off the press.
A 2020 list of the top 10 libraries every iOS developer should know about, fresh off the press.
As Android’s system-wide dark mode update affects all apps that support dark theme, here are two ways to implement dark theme in Android apps.
What’s cooler than implementing dark mode? Learning to paint your app whatever color palette you want — dynamically, in runtime.
View Binding shines where many of its popular predecessors fail. Here's why it’s the new best practice in handling view interactions.
Insecure data storage is among top security risks in mobile apps, second only to improper platform usage. How to secure data efficiently?
One cross-platform technology has recently taken mobile development by storm. Why are Flutter apps special? Should businesses invest in Flutter-powered software?
What if I told you smartphones can be manipulated to access content which was only supposed to be available for a limited period of time?
Bugsnatch is a bug-reporting iOS library that helps QA engineers exterminate even the most persistent bugs.
Making security a priority is a must when developing an app, especially if you deal with sensitive user information.
Have you ever supported multiple themes in your application? Learn how to prepare a custom view that won't fall apart.
When you are trying to show maps in your Flutter application, you can either use flutter_map or google_maps_flutter.
Ever thought about adding demo mode to your application?Probably not. But there are many scenarios when the demo mode comes in handy.