Difference Between Method Overloading and Method Overriding in Java
The differences between Method Overloading and Method Overriding in Java are as follows: Method Overloading Method Overriding Method overloading is a collect- time polymorphism. Method overriding is a...
View ArticleHow to Changing App language in Android Kotlin
In your app, you can add as numerous languages as you want. By languages, I mean the language of the textbook that we see in any mobile operation. For Example, if you have English, French, and Hindi...
View ArticleDialogs in Android
In this Article We will discuss about different types of dialogs in android. Introduction In Android, a dialog is a small window that prompts the user to make a decision or enter additional...
View ArticleFirebase Authentication in Android
In this Article We will learn about What is Firebase and Firebase authentication in android. Firebase Firebase is a mobile and web application development platform developed by Google. It provides a...
View ArticleViewpager in Android
In this Article we will discuss about what is viewpager and use of viewpager in android. Introduction The ViewPager is a component in Android that allows swiping between pages of content, such as...
View ArticleRoom Database In Android
Room Database is a part of the Android Architecture factors which provides an abstraction subcaste over SQLite which allows for further robust database access while still furnishing the full power of...
View ArticleUnsafe and Safe Cast Operator in Kotlin
Unsafe cast operator: as Sometime it’s not possible to cast variable associate degreed it throws an exception, this is often called as unsafe cast. The unsafe cast is performed by the infix operator...
View ArticleDifference between Parcelable and Serializable in android
Serializable Serializable may be a markable interface or we will decision as an empty interface. It doesn’t have any pre-implemented ways. Serializable goes to convert Associate in Nursing object to...
View ArticleLayouts in android
In this article, We will learn about android layouts and how to use layouts in android. Introduction: Layouts define the structure of applications. This is used for arranging elements like images,...
View ArticleFragment lifecycle in android
Fragment Lifecycle: Since fragments are designed to be modules that are swapped in and out as required, they will not continuously follow the standard lifecycle of associate application. Instead,...
View Article