Quantcast
Channel: Android – The Code Hubs
Browsing all 10 articles
Browse latest View live

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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Dialogs 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 Article

Firebase 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 Article

Viewpager 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 Article


Image may be NSFW.
Clik here to view.

Room 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 Article

Unsafe 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 Article

Difference 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 Article


Layouts 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 Article


Image may be NSFW.
Clik here to view.

Fragment 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
Browsing all 10 articles
Browse latest View live