Monetize Android Applications
Training Skills for Android ATC Certified Trainer
Android Application Development v8
Android Security Essentials
Android Applications UI-UX Design and Monetization Techniques
Flutter Certified Application Developer
In which form the data is stored using shared preferences?
XML file inside the internal memory of application.
Binary form inside the internal memory of application.
A Text file inside internal memory of application.
Encrypted form inside the application’s internal memory.
What is the validity of the data stored through shared preferences?
Data is deleted when application is closed.
Data is deleted when application is paused by pressing home button.
Data gets deleted when application is uninstalled.
Both "Data is deleted when application is closed" and "Data is deleted when application is paused bypressing home button" are correct.
Which of the following methods can be used to extract licence information from rights object?
getDrmRightsObject()
getConstraints()
getApplicationContext()
saveRights()