Android Sqlite Database || CRUD Operations || Create, Retrieve, Update, Delete, BLOB

  Android sqlite database is a way to maintain a local database for the device which provides a best practice for any app to maintain data within. Previously we have been through data storing options in android shared preferences, sqlite, room database. In this blog on android sqlite database we are going to look how … Read more

Android Bottom Navigation and Navigation Drawer || Part 2

Android bottom navigation : In continuation to the previous tutorial on navigation drawer & android bottom navigation, we will see the code for remaining fragments, their layout files and view models in this part of the blog. https://androidcoding.in/2020/05/21/android-bottom-navigation-and-navigation-drawer-part-1/   Navigation drawer is found almost in every app like gmail, youtube, food delivery apps, news apps … Read more

Android Bottom Navigation and Navigation Drawer || Part 1

Android navigation drawer bottom navigation : This tutorial is being presented as from request from user i am going to explain the usage of both android navigation drawer and bottom navigation in a single activity. Generally we use android navigation drawer and bottom navigation separately but now we will try to join them.   Android navigation … Read more

Android Work manager tutorial || Background Services || Periodic Work Request

Android work manager : In continuation to the previous tutorial we are proceeding with android work manager – periodic work request, i.e., when ever we want to do a work at a periodic interval of time we use this type of work request. When the work request is initialised and assigned it will complete the … Read more

Show Buttons
Hide Buttons