Persistence Data Discussion

“Persistence Data”

By Wednesday and after you’ve done this week’s reading, research this topic and post your reply.

  • Android provides five different data persistence methods: shared preferences, internal storage, external storage, SQLite database, and Web Server storage via a network connection. Suppose you are developing an Android application to store passwords on your device. Determine which of the aforementioned persistence methods you would choose when creating an application. Provide a couple of reasons for selecting this persistence method and describe the dangers you might face by choosing them.