• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Question about app choices how to implement

Hello, I am new to android development and just wanted to ask few questions how to is more convenient to implement these things in my app:
for example my app will be with recipes, and recipe table have relationship with recipeSteps table, ingredient table and few others even it will have an image, unfortunately i realise that i cannot store all the information on local db, so how could i retrieve my information in other way when the recipe is kind of complex object, should i use like WebServices? Which database should I use ? MySQL ? Or maybe have You any other suggestions ? :)

Thank You for answers in advance.
 
I would use MySQL for my string data stored and maybe a php print out of a rss feed or a xml or a json to receive the information in may app. and there are free webhost that give free MySQL to users you really only need the MySQL table and skip the http process if you add MySQL connection in your app to get the data directly from the MySQL.
 
Back
Top Bottom