Build mobile apps for Rails sites — Would XML/JSON passing be the best approach?

7 views
Skip to first unread message

Alec Taylor

unread,
Nov 21, 2011, 5:29:02 AM11/21/11
to rubyonra...@googlegroups.com
Good evening,

I am strongly considering building my project using Rails.

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

Peter De Berdt

unread,
Nov 21, 2011, 6:58:51 AM11/21/11
to rubyonra...@googlegroups.com
Or you could just stick with HTML and go for PhoneGap, gives you just about every mobile platform you could ever wish for.

For your data exchange, JSON is probably the best one. It's much less verbose than XML in just about any case. In any case, for mobile devices (and even for a snappy desktop experience), you want to build your app to transfer the least amount of data possible. Plenty of resources about that around the web.


Best regards


Peter De Berdt


Alec Taylor

unread,
Nov 21, 2011, 7:36:05 AM11/21/11
to rubyonra...@googlegroups.com
Sure, happy to use JSON as the format.

I wouldn't want to use anything like PhoneGap, since I am also
integrating hardware components.

Not too mention I have C, C++, Ruby and Python skills to leverage, so
native app development is no problem.

In fact, I was considering open-sourcing this whole mobile JSON
interfacing format, in order to gain community standardisation.

> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonra...@googlegroups.com.
> To unsubscribe from this group, send email to
> rubyonrails-ta...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/rubyonrails-talk?hl=en.

Dhaval jain

unread,
Nov 21, 2011, 7:56:25 AM11/21/11
to rubyonra...@googlegroups.com
Yeah its a good idea to open source.

Go for it.will surely contribute to it.

Regards
Dhaval

Dhaval jain

unread,
Nov 21, 2011, 6:01:17 AM11/21/11
to rubyonra...@googlegroups.com
Hi ,

I would suggest JSON instead of XML. JSON is very light weighted compared to xml and will help in faster proceesing of data on the mobile apps.

Thanks,
Dhaval



Alec Taylor

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/1Y6zeoRCpvgJ.
Reply all
Reply to author
Forward
0 new messages