Initial commit for Google App Engine connected Android project. Goal: to use Google Cloud Endpoints to upload an image from the Android Client to Google App Engine. Google App Engine will store the image as a Blob string..
ApplicationA is hosted in the following web site
https://github.com/hbaxamoosa/ApplicationA
If you think the Android project ApplicationA 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 ApplicationA.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [hdpi] |
Activity Count | 5 |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.RECORD_AUDIO android.permission.USE_CREDENTIALS android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE |
ApplicationA has the following Java source files.
com.example.haxamoosa.myapplication.backend.ImageBean.java com.example.haxamoosa.myapplication.backend.ImageBeanEndpoint.java com.example.haxamoosa.myapplication.backend.MyBean.java com.example.haxamoosa.myapplication.backend.MyEndpoint.java com.sample.app.applicationa.ApplicationTest.java com.sample.app.applicationa.DownloadActivity.java com.sample.app.applicationa.DownloadAllActivity.java com.sample.app.applicationa.HelloGridView.java com.sample.app.applicationa.MainActivity.java com.sample.app.applicationa.UploadActivity.java