<?xml the version=“1.0” Encoding=“utf-8”?> <android.support.constraint.ConstraintLayout xmlns:Android=“http://schemas.android.com/apk/res/android” xmlns:App=“http://schemas.android.com/apk/res-auto” xmlns:equipment=“http://schemas.android.com/tools” Android:Layout_process=“match parent” Android:Layout_height=“match parent” equipment:The reference=“net.simplifiedcoding.firstkotlinapp.MainActivity”> <Text view Android:Id=“@ + Id / textView2” Android:Layout_process=“wrap content” Android:Layout_height=“wrap content” Android:The text=“Add new artist” Android:The text=“@Style / TextAppearance.AppCompat.Headline” equipment:Layout_editor_absoluteX=“112dp” equipment:Layout_editor_absoluteY=“16dp” App:Layout_constraintTop_toTopOf=“Parent” App:Layout_constraintStart_toStartOf=“Parent” Android:Layout_marintop=“16dp” App:Layout_constraintEnd_toEndOf=“Parent” /> <EditText Android:Id=“@ + id / editTextArtistName” Android:Layout_process=“0dp” Android:Layout_height=“wrap content” Android:Layout_marineand=“8dp” …
Read More »Kotlin RecyclerView Example – Building a RecyclerView with Kotlin – Android Coding by DMTechnolab
Learn how to create RecyclerView using Kotlin Kotlin RecyclerView Example. Learning the small things will help you to stay in Kotlin. And yes Kotlin will definitely be easy and fun once you get used to it. So lets see Kotlin RecyclerView Example. Kotlin RecyclerView example video You can also go …
Read More »Kotlin Coroutines Tutorial for Android – Android Coding by DMTechnolab
Do you know about asynchronous programming? If you’re into Android application development, I’m pretty sure you know about it Asynchronous programming. And when you know what asynchronous programming is, you also know that writing async code is a kind of headache. But no more, here in this Kotlin Coroutines Tutorial …
Read More »QR Code Reader Android Kotlin Tutorial using ML Kit – Android Coding by DMTechnolab
QR Code has became very popular in India. Even small vendors accept digital payments, and we use any Payment App (Google Pay, PhonePe, PayTm) to scan a QR Code and pay them easily. And in your next android app project, you might want to add a QR Code Scanner. And …
Read More »Higher Order Functions in Kotlin with Example – Android Coding by DMTechnolab
This post is about Higher Order Work in Kotlin. There is one good thing about Kotlin; It also supports functional programming. This means that the Kotlin functions can be stored in a variable, passed to other functions as arguments and also returned from a function. He said that the government …
Read More »