this would look like a dumb question and it may look like I didn't search out there for an answer but.
The problem is that I am developing an android app and at a certain point I new about
Google Cloud SQL
and
Google App Engine
so I watched like 20-30 tutorial and started implementing, but now I'm stuck and can find no tutorial that shows a step by step simple android code.
Here's what I've done and where I'm stuck right now:
-my android app is working great no single error
-created an app engine project
-turned on Google Cloud SQL service and it's API service and paid for that
-created an instance in the cloud
-and "through the api console" created a table and a small database in my instance
-generated an App Engine backed for my application package
And here it's where I got stuck !!! I don't know how to use the generated files, how things work, how can I access the table in the cloud through my app, COULD FIND NO TUTORIAL explaining how does that happen, all tutorials out there just skip that step as if it's the easiest thing in the world.
I just want to know how does things work together? where to right the methods, what do I have to do to get my data from the table in the instance which is in the cloud...
I would appreciate even any link :) thank you.