top-10-most-useful-iOS-libraries-0

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.

implementing-dark-theme-in-android-0

Implementing Dark Theme in Android

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.

implementing-dynamic-color-themes-in-your-ios-app-0

Implementing Dynamic Color Themes in Your iOS App

What’s cooler than implementing dark mode? Learning to paint your app whatever color palette you want — dynamically, in runtime.

viewbinding-the-new-standard-for-view-interaction-handling-in-android-0

ViewBinding – the New Standard for View Interaction Handling in Android

View Binding shines where many of its popular predecessors fail. Here's why it’s the new best practice in handling view interactions.

securing-data-storage-in-preparation-for-pentesting-0

Securing Data Storage in Preparation for Pentesting

Insecure data storage is among top security risks in mobile apps, second only to improper platform usage. How to secure data efficiently?

forget-the-year-of-the-rat-2020-belongs-to-flutter-0

Forget the Year of the Rat, 2020 Belongs to Flutter

One cross-platform technology has recently taken mobile development by storm. Why are Flutter apps special? Should businesses invest in Flutter-powered software?

how-to-prevent-traveling-through-time-on-ios-0

How to Prevent Traveling through Time on iOS

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?

QA testing guide

Snatch Bugs with This Lightweight Bug-Reporting iOS Library

Bugsnatch is a bug-reporting iOS library that helps QA engineers exterminate even the most persistent bugs.

how-to-prepare-your-android-app-for-a-pentest-0

How to Prepare Your Android App for a Pentest – Networking Edition

Making security a priority is a must when developing an app, especially if you deal with sensitive user information.

how-to-support-themes-in-custom-views-for-android-apps-0

How to Support Themes in Custom Views for Android Apps

Have you ever supported multiple themes in your application? Learn how to prepare a custom view that won't fall apart.

creating-custom-markers-on-google-maps-in-flutter-apps-0

Creating Custom Markers on Google Maps in Flutter Apps

When you are trying to show maps in your Flutter application, you can either use flutter_map or google_maps_flutter.

easy-way-to-implement-demo-mode-in-ios-apps-0

Easy Way to Implement Demo Mode in iOS Apps

Ever thought about adding demo mode to your application?Probably not. But there are many scenarios when the demo mode comes in handy.