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

OneTimeWorkRequest : Mastering Android Work Manager

OneTimeWorkRequest : OneTimeWorkRequest is like a superhero for managing background tasks in Android apps. It’s great at handling tasks that can be done later and doesn’t mind waiting to get the job done, no matter what. When Android updates to a new version, they’re all about saving your phone’s battery. This affects how background services … Read more

Butterknife implementation in Android || Activity, Fragment, Adapter

  Butterknife  : Butterknife is used as bind the components from layout directly into code.In previous blog i have discussed Butter Knife usage but in this blog i will provide detailed code. Butterknife makes the handling of components much easier than traditional way of handling them also this process makes it faster in populating data … Read more

Show Buttons
Hide Buttons