What is the difference between var and val in Kotlin?
In this article, we will learn the difference between var and val in kotlin.
In this article, we will learn the difference between var and val in kotlin.
In this article, we will learn about Nullable types and Null Safety in Kotlin.
Difference between lazy and lateinit
Recycler View is introduced in Marshmallow. It is an advanced version of the List View and Grid View with improved performance and other benefits. Recycler view simplifies the display and handling of a large set of data.
ButterKnife is developed by Jake Wharton at Square and is used to save typing repetitive lines of code like findViewById(R.id.view) when dealing with views, this is making our code look a lot cleaner. It uses annotation processing.
In this article, we will learn about android application components.
Model-View-Controller(MVC) Pattern in Android
Android software package stack contains a Linux Kernel, an assortment of c/c++ libraries exposed through associate application framework services, runtime, and application.
XML parser provides how to access or modify knowledge in an XML document. Java provides multiple choices to parse XML documents. Following area unit the varied varieties of parsers that area unit normally wont to parse XML documents.