android

Android Foreground Services With Notifications
Learn how to implement foreground services with notifications in Android that update as needed from coroutine.
Communication Using A BroadcastReceiver In Android Service
Learn to implement BroadcastReceivers With Android Services to listen for custom intent actions to update Activity.
Communication With Android Services And Activities
Learn how to implement communication with Android Services and activities to pass messages back and forth in your app.
Implementing Android Service To Run Background Tasks
Learn how to implement an Android Service to run background tasks to perform specific data operations for your application.
Android ViewModel Using A Repository With Interfaces
Learn how to implement Android ViewModel using a Repository with interfaces for clean architecture in your app.
Android BroadcastReceiver To Listen For Custom Actions
Create an Android BroadcastReceiver to listen for custom actions sent by app to execute further necessary processing.
Android BroadcastReceiver To Update UI Through ViewModel
Implement an Android BroadcastReceiver to update UI through a ViewModel by observing state object in a singleton repository.
FCM Multiple Notifications When Android App In Background
A solution to FCM multiple notifications being sent to user device when Android app is in background providing negative user experience.
Integrate Google User Messaging Platform and Admob To Android
Integrate Google User Messaging Platform and Admob in Android.
Build A Working Custom Analog Clock In Android Compose Canvas
Use Android Compose to build a working analog clock face using a Canvas Composable.
1 2 3 6