Android Open Source - Development restful Activity-Service-Pattern






Project Summary

Attempt implementation of Virgil Dobjanschi's Rest pattern..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Activity-Service-Pattern.

ItemValue
Java File Count12
Target SDK Version17
Minimum SDK Version14
Activity Count1
jar files usedandroid-support-v4.jar




Java Source Files

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