Build mobile apps for DJango sites — Would XML/JSON passing be the best approach?
Good evening,
I am strongly considering building my project using DJango.
My project will provide a web-interface and a mobile app.
I was thinking to build the mobile app from XML sheets, i.e.:
<?xml version="1.0" encoding="UTF-8"?>
<mobile version="3.1.3">
<newstory>text here</newstory>
<newstory>text here</newstory>
<newstory>text here</newstory>
<newstory>text here</newstory>
<pinned><newstory>text here</newstory></pinned>
</mobile>
Then I could easily parse the XML file using Qt and display it in a
neat way in the mobile app.
I'm not sure if this is the best approach, so am open to recommendations.
Thanks for all suggestions,
Alec Taylor
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home