Podcast
Questions and Answers
What is Shared Preferences in Android?
What is Shared Preferences in Android?
- A way to store data in a database
- A way to store data of an application in key, value pairs (correct)
- A way to store data in a file
- A way to store data in the cloud
What can students do after completing Lab Session 12?
What can students do after completing Lab Session 12?
- Create an application to store data in a database
- Create an application to store data in the cloud
- Create an application to store data in a file
- Work with the storage that android offers (correct)
What is the exercise for Lab Session 12?
What is the exercise for Lab Session 12?
- Create a login/signup application using shared preference (correct)
- Create a social media application
- Create an e-commerce application
- Create a game application using shared preference