user1938357
user1938357

Reputation: 1466

Query/update the datastore in android app

I am using the below tutorial to create entities in my datastore https://developers.google.com/eclipse/docs/endpoints-addentities I need some help in understanding how do I query the datastore in my android application. For example if I have entity Note and the endpoint NoteEndPoint created in my myproject-appengine. Then in myproject, how do I query/update the datastore for that entity in my Activity class.

Upvotes: 0

Views: 243

Answers (1)

user1938357
user1938357

Reputation: 1466

I understood it. This is accomplished using the endpointbuilder. We get endpoint object and use the inset/update/delete/list operations on the same.

Upvotes: 1

Related Questions