Hi, I am trying to a simple Android app that can save few text values to the DataStore and then read from it. While searching on internet I found the below link for Android Mobile Backend Starter - https://developers.google.com/cloud/samples/mbs/getting_started
Here they have given a sample Android app that shows how to do so. In the requirements section it is mentioned that we need to deploy the below package from Extras - - the *Extras* package, particularly the *Google Cloud Messaging for Android * subpackage But when I launch my SDK Manager from Eclipse it shows that this subpackage has been Deprecated. So are we suppose to use this or not. Is there anything else that we can use. Because my project it not compiling without this. It fails in the below import statements for example. I am assuming this must be in that above subpackage. import com.google.cloud.backend.android.mobilebackend.Mobilebackend; import com.google.cloud.backend.android.mobilebackend.model.EntityDto; import com.google.cloud.backend.android.mobilebackend.model.EntityListDto; import com.google.cloud.backend.android.mobilebackend.model.QueryDto; Can someone throw more light on this. Thanks! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
