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
Post a Comment