Android Open Source - Example example Android-Service-Examples






Project Summary

Three example Services: a started Service, an IntentService, and a bound Service.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Android-Service-Examples.

ItemValue
Java File Count5
Activity Count1
Required Permissionsandroid.permission.INTERNET
android.permission.SYSTEM_ALERT_WINDOW




Java Source Files

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