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

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -