We can add any file to be incorporated in android project in assets folder, located at ‘/app/src/main/assets/’ and then open…
In android, we can use the MediaMetadataRetriever to retrieve a thumbnail image of an online video from its url. MediaMetadataRetriever…
Suppose you have a file IsolationWardGuidelines.pdf in assets folder of your project and you want to copy it to external…
An Intent is a description of an operation or action to be performed. It can be used to launch an…
We can apply Gravity to the toast message to display it at various positions on the screen. Below are codes…