intent-service
There are 13 repositories under intent-service topic.
vamsitallapudi/Android-Interview-Questions-And-Answers
Real-time Android, Kotlin and Java Interview Questions and Answers - Cheatsheet to hack into top Companies
OganBelema/ListofDevelopers
My Andela Intermediate Project
ahadAli102/NewsApp
A simple Android News app using API service
Suvam-Dawn/IntentService-Android
If Application has long running tasks, then may need to consider implementing services to run those log running operations in the background. Service like activity is a component in android. Services can be created by extending Service class and implementing required callback methods. Services created by extending Service class handle multiple requests concurrently and they run in the main thread. But if your requirement is that each service request be handled one at a time and in separate work thread, then the best way to create it is by extending IntentService class. IntentService class provides framework to take care of queuing requests, executing request one at time in worker thread and stopping service when not used. In this post, I will show how to implement IntentService.
erikrios/custom-notif
Learn to Create Custom Notification in Android
maheshwarang001/meme-sharing-app
Meme sharing android app. Language used Kotlin.
ankit7248/Intent_Service
Service -> In background Intent Service running or not
DroidPulkit/Intent-Service-Android-Kotlin
This is the source code for implementing intent service, in Kotlin language
semmet95/jago-final
Final build of Jago Haridwar classified magazine android app.
shivamsoni-17/Mobile-Application-Development
B-Tech Project
ujjwalmaity/BackgroundServiceDemo
In this app, I explore service in Android.