#kotlin
Read more stories on Hashnode
Articles with this tag
What are Intents? An Intent is a message object that represents a request for an action to be performed. It can be used to start activities, services,...
Introduction Services is an Android app component that is used to perform long-running task in the background that does not have a UI. It can be used...