Android
-
Using Work Manager in Android with Example
In this post, we’ll take a look at how to use the work manager in android. Work manager is a…
Read More » -
Android Fragment Lifecycle Explained!
Whether you’re preparing for an interview or want to implement fragments in your app, you should know about the fragment…
Read More » -
Android Launch Modes and Tasks Explained
Android launch modes are a very conceptual topic in Android development and can be easily messed up. There are 4…
Read More » -
Android Activity Life Cycle – The Complete Guide
Android activity life cycle if one of the most asked questions in Android Developer interviews. It is also the one…
Read More » -
Android Logs Analysis
Android uses a centralized system for all logs and application programmers can also write custom log messages. The tooling to…
Read More » -
ListView using SQflite in Flutter – Todo Application
In this tutorial, we’ll take a look at how to create a ListView using Sqflite in Flutter. In the previous…
Read More » -
Double back button press to exit in React Native
In this quick tutorial, we’ll be taking a look at how to implement double back press to exit, in React…
Read More » -
Paging Library 3 and Content Provider
I needed to display the contents of a Android content provider in a recyclerview with pagination. I also wanted to…
Read More » -
Is AspectJ Still Useful for Android? Part 2
In the first part of this post, I showed some ways that AspectJ would be useful in android development when it comes…
Read More »