How to Create Custom Flutter Charts

Presenting information in graphs and charts can be tricky in Flutter due to poor template availability, but a possible solution is to create custom charts.

Are Embedded Devices the Future of Flutter?

Starting out with just Android, Flutter is now supported on various platforms and embedded devices could be the next milestone.

More Platforms, Less Worries with Kotlin Multiplatform

Kotlin Multiplatform is a cross-platform solution that allows you to implement platform-native UI while sharing all the business logic layers beneath.

How to Handle Pull Requests Without Making Enemies

A practical guide for writing and reviewing pull requests like a pro.

How to Prepare Your Android App for a Pentest: The Bits and Pieces

Various cases to consider when preparing your Android app for a pentest.

Jetpack Compose: A Turning Point for Native Android UI

It’s well on its way to completely replace Google’s existing toolkit.

Most Important iOS Libraries in 2021

Our signature blend of the most useful iOS libraries, a fresh batch for 2021.

Firebase Dynamic Links or Branch.io for Deep Linking?

Make sure your newly acquired app user doesn’t wander off in the wrong direction.

Unescaping Special Characters in Android Applications

Try these two approaches if you need to escape strings.

Working with JSON API, Hassle-Free

How we efficiently stopped bikeshedding about our API requests.

Introducing Retromock, a Better Way to Mock Retrofit API Calls

Retromock is a Java library for mocking responses in a Retrofit service that’ll make your life easier.

Still Using NSNotificationCenter? Try These Alternatives

Connecting distant modules in your iOS app with NSNotificationCenter might not be the best way.