Android
-
How Do You Prefer The Android App Devices For The User?
Android is a kind of os getting popular than many other OS. Most of the smartphone population traffic is used…
Read More » -
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 »