I am an Android and iPhone developer myself and frequently had to
include some dynamically loaded content into different apps. Content
like a tip of the day, store locations of a retail chain, cocktail
recipes etc.

I think this is always way too much effort. I either have to create a
small web application with a database myself to manage and serve the
content in JSON or XML or configure a large open source CMS to do this
(which is a pain). And I have to host and maintain those systems,
which costs time and money.

My hosted solution is cheaper, flexible and allows developers to
configure many different data sets. Your own editors can manage the
content for these data sets and you can then easily load that content
into your mobile apps with JSON (with search and advanced queries).
You could also load the JSON into your website with JSONP or into a
desktop app, but this is currently not the focus.

Basically a CMS for non-HTML applications. I already developed a
prototype and a landing page for this service. Before I continue with
further development I would love to get some feedback from fellow
developers.

What do you think of this idea? Would you use it? I am looking forward
to your comments. Thanks.

http://storageroomapp.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to