Fragment lifecycle in android
In this article, we will learn about Fragment Lifecycle in android.
In this article, we will learn about Fragment Lifecycle in android.
Layouts define the structure of applications. This is used for arranging elements like images, text, buttons etc in proper structure. In other words, layout is like a container that holds several view elements inside it. This helps to make design user interactive and attractive.
In this article, we will learn about difference between parcelable and serializable in android
In this article, we will learn about Unsafe and Safe Cast operators in Kotlin.
The ViewPager is a component in Android that allows swiping between pages of content, such as fragments. It’s part of the Android Support Library, and provides an easy way to create horizontal navigation between pages. The pages are typically fragments that are managed by a PagerAdapter.
Firebase is a mobile and web application development platform developed by Google. It provides a number of tools and services for building, managing, and scaling apps, including:
In Android, a dialog is a small window that prompts the user to make a decision or enter additional information. Dialogs are used to request a response from the user, or to inform the user of something.
In this article, we will learn about Changing App language in Android Kotlin.
In this article, we will learn about Difference Between Method Overloading and Method Overriding in Java