Android Open Source - Database api Android-Evaluation






Project Summary

should contain a Service object for grabbing API data. 2. The result of the API should not be stored in a database. 3. The UI should be hooked up to API update intent. 4. Should not crash. The activity's onCreate, onPause, and onDestroy should be handled. 5. Use of asynchronous call and thread. ?.

Web Site / Source Repository

Android-Evaluation is hosted in the following web site
https://github.com/NoahFisher/Android-Evaluation

If you think the Android project Android-Evaluation 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-Evaluation.

ItemValue
Java File Count3
Target SDK Version14
Minimum SDK Version4
Activity Count2
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Java Source Files

Android-Evaluation has the following Java source files.

com.example.android.networkusage.NetworkActivity.java
com.example.android.networkusage.SettingsActivity.java
com.example.android.networkusage.YahooWeatherXmlParser.java