Android tutorial on Alarm Manager || background task || alarm manager

  In this blog on android alarm manager we will see how a alarm manager works.Now in a series we are discussing about the background services the way we handle them in android from past few blogs. Let us go through android alarm managerĀ  in now in general we know that alarm is a task … 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

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