Friday, June 23, 2017

Android: Job Scheduler schedule you job

June 23, 2017
android
Welcome to the android tutorial. Android In this post, we talk about JobSchedular. A job scheduler is more effective than alarm manager. Want to see it benefits then check out this link. For scheduling, you have many options to use. 1. Android Alarm manager 2. Job Scheduler 3. Gcm Network Manager In the previous post, we talk about android alarm manager. Are you confused about those?...
Read More

Friday, June 16, 2017

Android: Alarm Manger with broadcast receiver

June 16, 2017
Welcome to this post. In this post, we are going to learn about Alarm manager and BroadCast Receiver. As usual before start please check official documentation. 1.Alarm Manager official documentation 2.BroadCast Receiver official documentation Alarm manager is used for scheduling task. If you want to do a task after some time intervals or if want to do some task at 11 am. of the daytime, you have to use alarm manager. Because there is a possibility that user is not using this app at that particular...
Read More