Re: django and android application

2010-06-05 Thread Sithembewena Lloyd Dube
I would think that you need to be calling the Django url from an Android app that can handle the protocol used (e.g. http protocol). Django should talk to an Android, PHP, JSP, RoR, ASP.NET etc web app using urls and so on - and vice versa - as long as your Android app can make sense of and handle

Re: django and android application

2010-06-05 Thread Jeliuc Alexandr
Hello, I've to do something similar... but application django connects written for iphone... I know nothing about android... ideas xml or json... does it support these formats? On Jun 5, 11:18 pm, rahul jain wrote: > Hi Django, > > I would like to create an android application which talks to Djan

Re: django and android application

2010-06-05 Thread Maksymus007
On Sat, Jun 5, 2010 at 10:18 PM, rahul jain wrote: > Hi Django, > > I would like to create an android application which talks to Django. > If I hit a url on my phone, it hits one of my views (urlconf), that > view > processes the request and give the result back to the android app. > > Anybody in

django and android application

2010-06-05 Thread rahul jain
Hi Django, I would like to create an android application which talks to Django. If I hit a url on my phone, it hits one of my views (urlconf), that view processes the request and give the result back to the android app. Anybody in the community have any knowledge how to proceed with it Firstlty,