xml - Android - Simplest approach for a basic app? Details included -


i need build simple android app. app lists clients , within each client page, lists monthly progress reports. client information includes name, email, etc (strings) , progress report items includes few more strings. question is, easiest approach building - task performs adding new clients , adding progress items each client.

the 3 ways aware of are: - sqlite seems pretty advanced - xml - or sharedpreferences

definitely not shared preferences. xml ok, such application data, android seems prefer use sqlite. it's built-in, there tutorials, , works enough. that's easiest solution.


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -