This is CMPE 277 Assignment 4 to learn following things: 1. Usage of Intent to open other application from one application. E.g: Browser 2. How to execute task in Async like calling API's. E.g: Weather. So I have created an App to Browse SJSU Website & Simple Weather app using open weather API's..
CMPE277Assgn3-AndroidApp-AccessAPI is hosted in the following web site
https://github.com/devmaven/CMPE277Assgn3-AndroidApp-AccessAPI
If you think the Android project CMPE277Assgn3-AndroidApp-AccessAPI 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 CMPE277Assgn3-AndroidApp-AccessAPI.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 3 |
Required Permissions | android.permission.INTERNET |
CMPE277Assgn3-AndroidApp-AccessAPI has the following Java source files.
com.dubber.android.HelloAndroidActivity.java com.dubber.android.IntentSahringDataActivity.java com.dubber.android.SecondIntentSharingActivity.java