Want to build the ChatGPT based Apps? Start here
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
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)
Mani Gautam (10)
Ravi Sahu (8)
Vijay K (7)
Kishor Bikram Oli (4)
Gaurav Kumar (3)
Pranav J.Dev (2)
Abhishek Singhal (1)
Praveen Kumar (1)
Rion Williams (1)
Mahesh Chand (1)
Priyag Chaudhary (1)
Afzaal Ahmad Zeeshan (1)
Jeevanatham Subburaj (1)
Related resources for Kotlin
No resource found
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
CRUD Operations In Android SQLite - Kotlin
6/10/2020 11:45:20 PM.
In this article, we will learn how to perform CRUD (Create Read Update Delete) operations SQLite using Kotlin, the official first-class programming language for Android development. It is very easy an
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