Ryan Heitner
Ryan Heitner

Reputation: 13632

Mobile Backend Starter Java - on Android Studio

Has anyone managed to extend "Mobile Backend Starter Java" on Android Studio https://github.com/GoogleCloudPlatform/solutions-mobile-backend-starter-java

Frustratingly any documentation that exists seems out of date or only for Eclipse".

I want to use Gradle and not Maven , Android Studio and not Eclipse

I followed the Tutorial https://developers.google.com/cloud/samples/mbs/

but the extend page left me confused https://developers.google.com/cloud/samples/mbs/extend_backend

I would like to know if anyone has tried this


I thought about going from the other direction creating an app and then Google Cloud Tools and App Engine Backend with Google Cloud Messaging but I do not see a deploy , I did see this, Deploy Google App Engine backend from Android Studio but have not tried yet

Upvotes: 1

Views: 776

Answers (1)

r-hold
r-hold

Reputation: 1120

There is a project on GitHub which you can use as module. It provides you with the basic client libraries. You can use it as starting point. See https://github.com/thagikura/mobile-backend-starter-android-client-with-AndroidStudio and follow the instructions there.

Upvotes: 2

Related Questions