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. ?.
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.
The following table is the detailed list of Android-Evaluation.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 14 |
Minimum SDK Version | 4 |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
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