This topic is a bit tricky. So far I've been able to write a restful web service with Google app engine, and that's only because of the great tutorials Google offers. What about tastypie and django for example? Are there any tutorials or books I can buy on how to get responses from them with android? What do you recommend to a good start into this advanced topic? I've looked for books but I can't find anything.
Asked
Active
Viewed 282 times
0
-
Ive looked at a few things online and it looks like they are getting a cookie... have crazy for loops for headers... Im not sure how that works.. so your saying if its restful you just make a request to the api and it's that easy? – NightSkyCode Jul 20 '13 at 05:05
-
oh ok So I might have mixed that up. If they are not restful for example.. maybe a form encoded api, how would I go about that? – NightSkyCode Jul 20 '13 at 05:15
-
isnt an webservice api restful? – NightSkyCode Jul 20 '13 at 05:19
-
1Google "tastypie android client" -- matches #3 and #4 have a tutorial. – 323go Jul 20 '13 at 05:20
-
ill have a look through these. I'm trying to get good with web services knowing that is what employers want. Thanks! – NightSkyCode Jul 20 '13 at 23:12
-
1Since you have `Java` and `Javascript` experience, you will really like [droidQuery](http://bit.ly/droidquery) for doing `Ajax` calls to perform `RESTful` requests on `Android`. – Phil Aug 13 '13 at 15:40