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 pick a pdf file and display the pages of the pdf file. Create your layout…
This post describes how to start a Service and stop a Service on Button click. Create your layout in activity_main.xml.…
This tutorial shows a sample project using Google Sign in in AIDE. Step 1: Create a new project in AIDE with…
This post is about creating an android app to encrypt and decrypt text. Step 1: Create a new project with name…
To create an android app to read a PDF file, follow the steps given below. Step 1: Create a new project…