Android
-
Using SQLite in Flutter – Tutorial
In this tutorial, we’ll take a look at using sqlite in flutter. SQLite is a SQL engine used in mobile…
Read More » -
Is AspectJ Still Useful for Android? Part 1
For Java projects I sometimes use AspectJ for various tasks, but for Android projects I initially decided against using it.…
Read More » -
Android Developer Interview Preparation Series | Part 2 – Preparing for the interview
In the previous post of android developer interview preparation series, we talked about how to get an interview at your…
Read More » -
Android Developer Interview Preparation Series | Part 1 – Landing an Interview
If you want to switch careers as an Android Developer or you’re just beginning with Android Development. This comprehensive guide…
Read More » -
How Android Studio 3.5 Improves Android App Development
In this post, we feature a comprehensive article about how Android Studio 3.5 Improves Android App Development. Android Studio has…
Read More » -
Publishing your Android Library to Bintray (Gradle)
In the last article, I mentioned how I got around to creating an Open-Source android library. In this post, we’ll…
Read More » -
Android Jetpack Compose – Once and For All !
Jetpack compose is out for developer preview as was announced in Android Dev Summit 2019. It has been creating a…
Read More » -
How I created my first Open Source Android Library – Part 1
For long I’ve been thinking of creating an open – source android library. I’m a firm believer of the fact…
Read More » -
How to capture Heap Dumps from Android App? – 3 Options
Heap Dumps are vital artifacts to diagnose memory-related problems such as memory leaks, Garbage Collection problems, and java.lang.OutOfMemoryError. They are also…
Read More »