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
Which one of the following is NOT true about “taskAffinity”?
It can be placed inside manifest tag.
It can be placed inside application tag.
It can be placed inside activity tag
The name of the default affinity for an application is the package name set by manifest tag
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.
Broadcast Intents is a mechanism which allows messages to be sent to
Various Activity
Various services
Various Intents
Various Applications