Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Java
10.1k+ articles
GBlog
3.1k+ articles
Android
2.2k+ articles
Kotlin Android
310+ articles
Android-Jetpack
220+ articles
Android Projects
140+ articles
Android-View
90+ articles
Android-Misc
64 articles
Kotlin OOPs
23 articles
Kotlin Collections
20 articles
Programming Language
>
Kotlin
Kotlin
870+ posts
Popular Articles
Recent Articles
Retrofit with Kotlin Coroutine in Android
Last Updated: 02 January 2025
Retrofit is a type-safe http client which is used to retrieve, update and delete the data from web services. Nowadays retrofit library is p
...read more
Kotlin
Android
Deep Linking in Android with Example
Last Updated: 06 January 2025
Deep Linking is one of the most important features that is used by various apps to gather data inside their apps in the form of a URL link.
...read more
Java
Technical Scripter
Kotlin
Android
Technical Scripter 2020
How to Convert Kotlin Code to Java Code in Android Studio?
Last Updated: 06 January 2025
Java programming language is the oldest and most preferred language for Android app development. However, during Google I/O 2017, Kotlin has
...read more
Java
Technical Scripter
TechTips
Kotlin
Android
Technical Scripter 2020
Similar Topics
Java
10.1k+ articles
GBlog
3.1k+ articles
Android
2.2k+ articles
Kotlin Android
310+ articles
Android-Jetpack
220+ articles
Android Projects
140+ articles
Android-View
90+ articles
Android-Misc
64+ articles
Kotlin OOPs
23+ articles
Kotlin Collections
20+ articles
How to Change the Color of Status Bar in an Android App?
Last Updated: 02 January 2025
A Status Bar in Android is an eye-catching part of the screen, all of the notification indications, battery life, time, connection strength
...read more
Java
Kotlin
Kotlin Android
Android
Android-Bars
Java-Android
How to Add a Floating Action Button to Bottom Navigation Bar in Android?
Last Updated: 06 January 2025
The floating action button is a bit different button from the ordinary buttons. Floating action buttons are implemented in the app’s UI fo
...read more
Kotlin
Android
Android-Button
Bundle in Android with Example
Last Updated: 06 January 2025
It is known that Intents are used in Android to pass to the data from one activity to another. But there is one another way, that can be use
...read more
Java
Kotlin
Android
What is Context in Android?
Last Updated: 06 January 2025
Android Applications are popular for a long time and it is evolving to a greater level as users' expectations are that they need to view the
...read more
Java
Kotlin
Android
Launch vs Async in Kotlin Coroutines
Last Updated: 07 April 2025
The Kotlin team defines coroutines as “lightweight threads”. They are sort of tasks that the actual threads can execute. Coroutines were
...read more
Difference Between
Kotlin
Android
Kotlin Hashmap
Last Updated: 17 March 2023
Kotlin HashMap is a collection which contains pairs of object. Kotlin Hash Table based implementation of the MutableMap interface. It stores
...read more
Hash
Picked
Kotlin
Kotlin Collections
Kotlin Map : mapOf()
Last Updated: 17 March 2023
Kotlin map is a collection that contains pairs of objects. Map holds the data in the form of pairs which consists of a key and a value. Map
...read more
Picked
Kotlin
Kotlin Collections
Kotlin list : Arraylist
Last Updated: 17 March 2023
ArrayList class is used to create a dynamic array in Kotlin. Dynamic array states that we can increase or decrease the size of an array as p
...read more
Picked
Kotlin
Kotlin Collections
Enum Classes in Kotlin
Last Updated: 06 August 2024
In programming, sometimes there arises a need for a type to have only certain values. To accomplish this, the concept of enumeration was int
...read more
Kotlin
Kotlin Constructor
Last Updated: 30 September 2023
A constructor is a special member function that is invoked when an object of the class is created primarily to initialize variables or prope
...read more
GBlog
Picked
Kotlin
Kotlin OOPs
Kotlin Higher-Order Functions
Last Updated: 14 April 2022
Kotlin language has superb support for functional programming. Kotlin functions can be stored in variables and data structures, passed as ar
...read more
GBlog
Picked
Kotlin
Kotlin Functions
Kotlin when expression
Last Updated: 30 September 2023
In Kotlin, when replaces the switch operator of other languages like Java. A certain block of code needs to be executed when some condition
...read more
Kotlin
Kotlin Control-flow
First
1
2
3
4
5
6
7
8
>>
Last
First
1
2
3
4
5
6
>>
Last
First
1
2
3
4
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !