This post shows how to create a text file in private app storage and access all files in private app…
This post describes how to detect faces in images using ML KIT. In app level build.gradle add the MK Kit…
This post describes how to extract text from images using MLKIT. In app level build.gradle add the mlkit dependency. In…
This post describes how to crop and rotate image. Create your layout in activity_main.xml. In MainActivity.java use following codes. Create…
This post describes how to retrieve File name, mime type, file size, and last modified from Uri of a file.…
This post describes how to build a notification and open an Activity when the notification is clicked. Create your layout…
This post describes how open different fragments from a menu fragment in an Activity. Create a new empty project in…
This post describes how to pick a pdf file and display the pages of the pdf file. Create your layout…
This post describes how to create and display a BottomSheetDialog on Button Click in android. Create your layout in activity_main.xml.…
This post describes an example of a music player which plays the audio file picked. The MediaPlayer runs in Service…