I answered a question on Aug 6th, C# Rest web service and Android Client
I had some general information that I provided in the answer that I would like to retrieve.
|
I answered a question on Aug 6th, C# Rest web service and Android Client I had some general information that I provided in the answer that I would like to retrieve. |
||||
|
|
|
Hi, you probably found something that works, but i stumbled accross this thread, and for others, following can be useful. I prefer REST application using with MVC and Android. -www.asp.net/mvc (good video-tutorials) To create a Server: h t t p : / / omaralzabir.com/create_rest_api_using_asp_net_mvc_that_speaks_both_json_and_plain_xml/
And set Global.asax: //Test routes.MapRoute("test", "{Page}.Mvc/tester", new { controller = "Testing", action = "GetString", Page = defaultPage }); Andoid Client development code exampels: h t t p : / /senior.ceng.metu.edu.tr/2009/praeda/2009/01/11/a-simple-restful-client-at-android/ public String GetData(){
}
Tips about designing REST for Android: h t t p : / /www.youtube.com/watch?v=xHXn3Kg2IQE h t t p : / /www.infoq.com/articles/rest-introduction General Android help: h t t p : / /mobile.tutsplus.com/tutorials/android/introduction-to-android-development/ h t t p : / /www.youtube.com/watch?v=lqopIf-bA54&feature=related |
|||||||||||||||||
|