kotlin dom xml parser for android app

An example code of kotlin dom xml parser for android given below. You can just follow the code and hard code by yourself, which is the best idea. But, also you can clone it from github... STEP 1: At first, Create the XML file name, empdetail.xml in src/main/assets directory to parse the data using DOM parser.If … Continue reading kotlin dom xml parser for android app

Kotlin camera-2-basic using both front and back camera

Hi, in this tutorial, we will show how to develop a kotlin android camera app where you can use both front and back camera to take pictures. Basically, I modified a open source code in a way, so that you can use both front and back camera in your android kotlin application. But using auto … Continue reading Kotlin camera-2-basic using both front and back camera