Attempt implementation of Virgil Dobjanschi's Rest pattern..
Activity-Service-Pattern is hosted in the following web site
https://github.com/supervital/Activity-Service-Pattern
If you think the Android project Activity-Service-Pattern 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 Activity-Service-Pattern.
Item | Value |
---|---|
Java File Count | 12 |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Activity-Service-Pattern has the following Java source files.
com.example.framework.app.App.java com.example.framework.processor.BaseProcessor.java com.example.framework.processor.ExampleProcessor.java com.example.framework.screen.BaseActivity.java com.example.framework.screen.ExampleActivity.java com.example.framework.screen.ServiceBasedActivity.java com.example.framework.service.AppBinder.java com.example.framework.service.AppService.java com.example.framework.service.AppServiceHelper.java com.example.framework.service.AppServiceHelperImpl.java com.example.framework.service.ServiceListener.java com.example.framework.util.LogUtils.java