Photo by Amal Abas on Unsplash
Read More

Android Service Tutorial

Android Service is one of the four application components of Android. It can perform longer-running work in the background, such as playing music, downloading files, etc. So Service does not provide user interface. This article will introduce the basic concepts of Service.
Read More