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 BlobKey..
ApplicationB is hosted in the following web site
https://github.com/hbaxamoosa/ApplicationB
If you think the Android project ApplicationB 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 ApplicationB.
Item | Value |
---|---|
Java File Count | 6 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
ApplicationB 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.applicationb.ApplicationTest.java com.sample.app.applicationb.MainActivity.java