Three example Services: a started Service, an IntentService, and a bound Service.
Android-Service-Examples is hosted in the following web site
https://github.com/IgorBelyayev/Android-Service-Examples
If you think the Android project Android-Service-Examples listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Android-Service-Examples.
Item | Value |
---|---|
Java File Count | 5 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET android.permission.SYSTEM_ALERT_WINDOW |
Android-Service-Examples has the following Java source files.
com.hackerati.serviceexample.ApplicationTest.java com.hackerati.serviceexample.BoundService.java com.hackerati.serviceexample.MainActivity.java com.hackerati.serviceexample.MyIPIntentService.java com.hackerati.serviceexample.OverlayService.java