TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Kotlin
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Abubackkar Shithik (20)
Mushtaq M A (15)
Ravikant Sahu (11)
Mani Gautam (10)
Vijay K (7)
Jejji Arora (5)
Gaurav Kumar (4)
Kishor Bikram Oli (4)
Abhishek Singhal (3)
Pranav J.Dev (2)
Gourav Jain (1)
Gourav walia (1)
Mervyn Manilall (1)
Praveen Kumar (1)
Rion Williams (1)
Mahesh Chand (1)
Priyag Chaudhary (1)
Afzaal Ahmad Zeeshan (1)
Jeeva Subburaj (1)
Related resources for Kotlin
No resource found
Understanding View Binding in Android
7/22/2024 4:30:54 AM.
View binding is a feature that makes it easier to write code that interacts with views. Once view binding is enabled in a module, it generates a binding class for each XML layout file present in that
Data Binding in Android Kotlin
7/17/2024 6:52:51 AM.
Data binding in Kotlin refers to the process of establishing a connection between the UI elements of an application and the underlying data model. This technique allows for seamless synchronization be
Lambda Functions and High Order Functions in Android kotlin
7/11/2024 4:59:01 PM.
The provided Kotlin examples demonstrate basic and high-order functions. In lambda. kt, a lambda function adds two integers. In HighOrder.kt, a high-order function accepts another function as a parame
CRUD Operations In Android SQLite - Kotlin
6/6/2024 11:48:36 AM.
Learn how to perform CRUD operations in SQLite using Kotlin for Android development. This tutorial guides you through creating a TODO application step by step, covering database setup, user interface
Simplifying Background Tasks with WorkManager in Android
4/23/2024 4:39:03 AM.
This article guides you on how WorkManager in Android simplifies task scheduling, improves background processing, and optimizes app development across different devices
How To Add Jetpack Compose In Existing Kotlin Project
3/27/2024 6:15:09 AM.
This article guides you through the step-by-step process of integrating Jetpack Compose into your existing Kotlin Android project.
Android Responsive Login Screen Design using Constraint Layout
2/16/2024 3:24:08 AM.
In this article, I going to explain how we can create a responsive Screen for different android Screens using Constraint Layout.
Android Intent using Kotlin
2/16/2024 3:12:15 AM.
Here in this article, I going to pass data from one activity to another using intent and also able to send email using intent.
Cross-Platform Mobile Development Frameworks
2/9/2024 9:28:33 AM.
Developing mobile applications for both iOS and Android platforms can be challenging due to the need for separate codebases. Cross-platform frameworks offer a solution, allowing developers to write co
Get Started With Kotlin Multiplatform For Mobile
9/12/2023 12:18:09 PM.
This article is going to explain how to create an application that runs on both Android & IOS devices.
Kotlin Coroutines Sample Mobile App Code Demonstration
9/6/2023 6:48:27 AM.
Here's a simple Kotlin Android application code sample that demonstrates the use of Coroutines for asynchronous programming. This example fetches data from a fake API and updates the UI when the d
List In Kotlin
9/4/2023 5:49:50 AM.
In this article, we delve into Kotlin's Lists, fundamental in managing collections of items. Learn about Immutable and Mutable Lists, key methods, and their practical use cases.
Concurrency in Kotlin
8/17/2023 9:01:29 AM.
This article serves as a valuable source of information and contributes to knowledge dissemination about performing multi-tasking using Kotlin concurrency.
Deploying Springboot Applications in Seconds
6/19/2023 6:49:06 AM.
We have all wished at some point in our career to deploy the backend part of our application in some seconds and some clicks. Azure Spring Apps is the best tools to use to accomplish this.
Collections in Kotlin
6/12/2023 7:20:22 AM.
The article wraps Collections in Kotlin and provides a summary or final thoughts on the topic.
Advantages of OOPs in Kotlin
5/26/2023 5:46:58 AM.
This article will describe how the OOPs concept is helpful to become a great developer in Kotlin.
Object-Oriented Programming in Kotlin
5/16/2023 8:39:38 AM.
This article will explain the fundamentals of OOPs in Kotlin.
Functions in Kotlin
4/28/2023 6:13:43 AM.
This article will explain functions and how they can be used in Kotlin.
Top Kotlin Interview Questions For Beginners
4/27/2023 6:35:23 AM.
This article is all about some basics question and answers for kotlin
Data Types, Operators, Variables, and Control Structures in Kotlin
4/20/2023 6:07:09 AM.
This article describes the basics of kotlin.
What is Kotlin and Setting Up the Development Environment
4/20/2023 5:45:40 AM.
This article will be a whole guild to starting your journey on kotlin programming.
Kotlin Fundamentals
3/27/2023 9:36:31 AM.
Learn more fundamentals of Kotlin, object-oriented programming, and lambdas.
Get Started With Kotlin
2/8/2023 10:45:06 AM.
Learn introductory programming concepts in Kotlin to prepare for building Android apps in Kotlin.
How To Make A Simple Calculator Using Kotlin In Android
7/9/2022 12:57:46 PM.
In this article, you will learn how to make a simple calculator using kotlin in android.
Top 10 Most Popular Articles of Kotlin
7/6/2022 4:27:33 AM.
This article lists the top 10 most-read articles of Kotlin category.
Avoiding Kotlin Minefields In Apache Beam
7/14/2020 12:08:13 AM.
In this article, you will learn how to avoid Kotlin Minefields in Apache Beam.
How To Create A BottomSheet Picker Using Kotlin
7/6/2020 8:31:48 AM.
In this article, you will learn how? ?to? create a BottomSheet Picker using Kotlin?.
Linking Android-Kotlin Application With Google Play Store For Rating
6/11/2020 12:36:58 AM.
In this article, I am going to illustrate how a developer can link their app with Google Play store so that a user can navigate to the play store to rate applications by clicking on a particular butto
How To Add Download Listener To WebView In Kotlin
6/11/2020 12:26:05 AM.
In this article, we will learn how use add download listener to download files from webview in android using Kotlin.
Alert Builder In Android - Kotlin
6/11/2020 12:19:51 AM.
In this article, we will learn how to work with Alerts in Android using Kotlin. If you are new to Kotlin read my previous articles.
Kotlin - Array And String
6/11/2020 12:13:01 AM.
Kotlin arrays and Kotlin strings are two commonly used data types. In this article, you will learn about how to use arrays and strings in Kotlin.
ListView In Android - Kotlin
6/11/2020 12:07:43 AM.
In this article, we will learn to work with ListView in Android using Kotlin.
Kotlin HTTP Example (Using Fuel HTTP)
6/11/2020 12:00:14 AM.
After the announcement of Kotlin at Google I/O 2017, we have seen a series of tutorials in Kotlin. If you are new to Kotlin you can learn Kotlin from our previous articles.
How To Do AsyncTask In Kotlin
6/10/2020 11:55:04 PM.
In this article, we will learn how to perform AsyncTask in android with Kotlin. Async task is used to perform some asynchronous tasks without blocking the main thread. It is very useful in android dev
How To Use Retrofit 2 With Android Using Kotlin
6/10/2020 11:37:20 PM.
In this article, we will learn how to use Retrofit 2 with Kotlin Android to build an application.
Testing in Kotlin
5/26/2020 9:00:35 AM.
In this article, you will learn about testing services in Kotlin.
Development in Kotlin
5/26/2020 8:22:30 AM.
In this article, you will learn about the library module in Kotlin.
Building Apps In Kotlin
5/22/2020 8:20:52 AM.
In this article, you will learn how to build related concepts and models.
API In Kotlin
5/21/2020 8:30:33 PM.
In this article, you will learn about the User interface in kotlin.
Permissions In Kotlin
5/21/2020 8:28:11 PM.
In this article, you will learn about permissions in Kotlin.
Broadcasts In Kotlin
5/21/2020 8:17:25 PM.
In this article, you will learn about broadcasts in an application.
Services In Kotlin
5/20/2020 8:21:34 PM.
In this article, you will learn about services in Kotlin.
How to Create a Toll-Free Calling Application Such as COVID-19 Customer Care Using Kotlin
4/28/2020 4:03:21 PM.
In this article, you will learn how to create a toll-free calling application such as COVID-19 customer care using Kotlin.
How To Load The Data To Recyclerview And Search The Data In Kotlin Android - Part Two
4/20/2020 9:38:03 AM.
In this article, you will learn how to load the data to recyclerview and search the data in kotlin android.
How To Load The Data To Recyclerview And Search The Data In Kotlin Android - Part One
4/13/2020 9:23:03 AM.
In this article, you will learn how to load the data to recyclerview and search the data in kotlin android.
How to Load an Image URL to Carousel View Using Picasso in Kotlin
4/9/2020 9:16:44 AM.
In this article, you will learn how to load an image URL to carousel view, like in an e-commerce app, using Picasso in Kotlin
How to Load ImageURL to Imageview Using Glide in Kotlin 😊
3/30/2020 11:08:25 AM.
In this article, you will learn how to load an image URL to Imageview using Glide in Kotlin.
How We Can Search Spinner Item Using Kotlin In Android Studio
3/27/2020 8:25:11 AM.
In this article, you will learn how we can search spinner item using kotlin in android studio.
Elvis Operator And Range Traversal Of An Array Kotlin
3/19/2020 9:00:50 AM.
In this article, you will learn about elvis operator and range traversal of an array kotlin.
Sealed Classes With When Statements Kotlin
3/19/2020 9:00:30 AM.
In this article, you will learn about sealedcClasses with when statements Kotlin.
Best Programming Language For Android Apps
2/16/2020 11:42:40 PM.
Java is the most popular programming language for Android apps. Do you know what is the best Android programming language. Top Android Programming Language.
How To Create Splash Screen Using Kotlin In Android Studio
2/16/2020 10:59:19 PM.
In this article, I will show you how to create a splash screen using Kotlin In Android Studio.
Top 25 Kotlin Interview Question Answers 🙂
1/24/2020 5:27:01 PM.
Here is a list of the top 25 Kotlin programming interview questions and answers.
Iterators in Kotlin
12/17/2019 3:56:32 PM.
In this article, you will learn about Iterators in Kotlin.
Introduction to Kotlin
12/16/2019 8:43:55 AM.
In this article, I will show how we can print 'Helloworld' in Kotlin and some of the basic syntax of the Kotlin language.
How We Can Pass UI Controls From One Activity To Another Using Kotlin In Android Studio
9/18/2019 9:40:47 AM.
In this article, I will show you how to use UI Control and pass that from one activity to another Activity using Kotlin in Android Studio.
Kotlin-Regex And Java Interoperability
9/5/2019 10:23:21 AM.
In this article, you will learn about the concept of Kotlin Regex and Java Interoperability.
Kotlin - Class and Object
9/5/2019 10:16:14 AM.
Classes and objects are the center any object oriented programming language. this article, you will learn all about classes and objects in Kotlin. You will also learn various types of classes and clas
Kotlin - Ranges
8/16/2019 9:45:41 AM.
In this article, you will learn about the concept of ranges in Kotlin
YouTube Player API In Android Using Kotlin
8/13/2019 8:47:22 AM.
In this article, you will learn about YouTube Player API in Android using Kotlin.
Kotlin - Annotations and Reflection
8/11/2019 10:57:52 AM.
Kotlin annotations are used to attach metadata to classes, interface, parameters at compile time. In this article, you will learn about the Annotations and Reflection in Kotlin.
Kotlin - Exception Handling
8/11/2019 10:55:54 AM.
In this article, you will learn about the Exception Handling in Kotlin.
Kotlin Functions
8/11/2019 10:51:30 AM.
In this article, you are going to learn about Kotlin Functions and how we can use them in programming.
Kotlin - Control Expression, Loop Structure, Return And Jump
8/11/2019 10:49:41 AM.
In this article, you will learn about Kotlin control expressions, loop structure, return and jump.
Kotlin - Operators And Comments
8/11/2019 10:46:41 AM.
In this article, you will learn about various operators and comments in Kotlin.
Introduction To Kotlin - Part One
8/11/2019 10:41:21 AM.
This article is an introduction to Kotlin. This is a series of articles explains Kotlin programming one topic at a time.
Kotlin - Null Safety
8/11/2019 10:37:01 AM.
Kotlin null safety is used to eliminate the risk of null references in the code. In this article, you will learn about Null Safety in Kotlin.
Verify OTP Without SMS Permission In Android Using Kotlin
7/22/2019 10:23:15 AM.
In this article, you will learn how to verify OTP without SMS permission in Android using Kotlin.
How To Use Extensions Method In Kotlin
6/25/2019 8:54:17 AM.
In this article, you will learn how to use the Extensions methods in Kotlin.
My Review Of Official Kotlin Shift For Android
1/14/2019 11:04:38 PM.
My review of official Kotlin shift for Android. In this post I will show how to get Kotlin for Android and improvements that Kotlin brings and provide you with methods to learn Kotlin.
Interoperability Of Kotlin - Calling Java Fragment In A Kotlin Activity
1/14/2019 8:39:57 AM.
This article tells the process of calling a Java code into Kotlin activity. We will see how two different extension files like .kt and .java communicate with each other.
CRUD Operations With FCM Database Using Kotlin - Part One - Connecting Firebase
10/23/2018 8:56:19 AM.
In this article I am going to illustrate how someone can perform FCM database operations using Android Studio and kotlin programming language.The prerequisite to understand this article are having bas
KenburnsView In Android Using Kotlin
8/15/2018 11:36:55 PM.
In this article, we will learn how use Kenburnsview in Android using Kotlin. Kenburnsview is an awesome Android library that provides an extension to ImageView that creates an immersive experience by
Free PacktPub Ebook Notifier App In Android (Kotlin)
6/26/2018 2:49:21 PM.
Android App to Notify Free Ebook from PacktPub Every day using Kotlin.
RecyclerView In Android - Kotlin
4/4/2018 8:50:13 AM.
In this article, we will learn how to work with RecyclerView in Android using Kotlin.
Android Kotlin - Classes And Objects - Part Four
3/21/2018 10:03:47 AM.
In this article, we are going to learn about classes and objects in Kotlin with null values.
Android Kotlin - Strings And Ranges - Part Three
3/20/2018 10:01:38 AM.
In this article, we are going to learn about Strings and Ranges in Kotlin with string methods.
Android Kotlin-Variables, Data Types And If-Else, When Statements - Part Two
3/14/2018 11:07:18 PM.
In this article we will learn variables, constants, and data types as well as If Else and When statements in Kotlin.
Android Kotlin - Hello World - Part One
3/10/2018 1:18:21 PM.
In this article, you will learn how to create your first Android app (Hello World app) using Android Kotlin.
View Binding In Android Application - Kotlin
2/25/2018 2:09:36 PM.
In my previous articles, we learned about the basics of Kotlin and Getting started with Android Application development with Kotlin. If you are new to Kotlin read my previous articles.
Hello World Android Application Using Kotlin
2/1/2018 1:35:26 PM.
Google officially announced Kotlin as a first class language for Android development at Google I/O 2017. From Android Studio 3.0, Kotlin is included as Support for Android Studio. In this post, we wil
Basics Of Kotlin - JVM Implementation
1/15/2018 3:32:43 PM.
Hello Guys, we already knew that Google announced that Kotlin is a new first class language for Android Development. Kotlin is now an official language on Android. It's expressive, concise, and po
Using Collection In Kotlin
1/2/2018 10:17:54 AM.
Collections are used to store groups of related Objects in memory. Like java, kotlin also supports collection frameworks.
OOP Implementation In Kotlin
12/22/2017 12:05:04 PM.
Like other OOP languages, we can implement all the features of OOP in Kotlin. In this article, I am going to implement all features.
Code Reusability In Kotlin
12/12/2017 11:17:38 PM.
In this article, I am explaining how you can reuse your existing code of Kotlin using Inheritance with examples and diagram.
Understanding Classes In Kotlin
12/7/2017 1:20:17 PM.
In the above example, I have created a nested class ‘Nestedclass’ which has a data member ‘b’ and a member method show(),now the object of nested class can access member of nested class only.
Getting Started With Kotlin - Basics
12/3/2017 11:09:53 PM.
Google announced Kotlin as an official language for Android Application development in Google I/O 2017.Kotlin is a statically-typed language, developed by JetBrains and Open source Contributors in the
Functions In Kotlin
12/3/2017 11:09:27 PM.
Function is a set of code which may take some parameters, perform an operation on it, and then may return a value.
Kotlin Control Flow
12/3/2017 11:09:15 PM.
In this part, let us discuss the Control Flow of Kotlin.
Getting Started With Android And Kotlin
12/3/2017 11:09:03 PM.
It is a new programming language for modern multiplatform applications. It was developed by JetBrains and open source contributors .First appeared on 2011 and latest version of Kotlin is 1.1.4 which w