Okay, I've got Ecliipse, the Android SDK, and ADT installed and working. I've even managed to bang out a serviceable first app and am getting the hang of basic Android development.
Now I'd like to create an app that uses a web game's API that is described as "JSON(P) over HTTP in RPC style".
I've downloaded their provided SDK...and that's where I'm stuck scratching my head. I'm really quite new to development, so I know this is a bone headed question...but what the hell do I do with this SDK? Do I somehow add it as a resource to an Android project? Do I import it into Eclipse itself somehow?
Once I get past that hurdle, there's enough documentation of the SDK itself for me to get started on my own, I just don't really know how to use the tools to get started.
Thanks for any assistance.
Now I'd like to create an app that uses a web game's API that is described as "JSON(P) over HTTP in RPC style".
I've downloaded their provided SDK...and that's where I'm stuck scratching my head. I'm really quite new to development, so I know this is a bone headed question...but what the hell do I do with this SDK? Do I somehow add it as a resource to an Android project? Do I import it into Eclipse itself somehow?
Once I get past that hurdle, there's enough documentation of the SDK itself for me to get started on my own, I just don't really know how to use the tools to get started.
Thanks for any assistance.