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 OTL
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 (12)
Ravikant Sahu (11)
Vijay K (7)
Veena Sarda (6)
Jejji Arora (5)
Gaurav Kumar (4)
Abhishek Singhal (3)
Dr Gomathi (3)
Rohit Gupta (2)
Shweta Lodha (2)
Mani Gautam (2)
Aashina Arora (2)
Pranav J.Dev (2)
Jaimin Shethiya (1)
Gourav Jain (1)
Abiola David (1)
Jayraj Chhaya (1)
Gourav walia (1)
Mervyn Manilall (1)
Praveen Kumar (1)
CSharp TV (1)
Subham Ray (1)
Ojash Shrestha (1)
Christophe Marcel (1)
Rion Williams (1)
Pooja Baraskar (1)
Mahesh Chand (1)
Priyag Chaudhary (1)
Prashant Sharma (1)
Afzaal Ahmad Zeeshan (1)
Jeeva Subburaj (1)
Kishor Bikram Oli (1)
Related resources for OTL
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.
Response Compression in .NET Core
3/22/2024 6:14:59 AM.
Learn about HTTP compression techniques like Gzip, Deflate, and Brotli to reduce payload sizes and expedite data transmission. Configure response compression in ASP.NET Core, control compression over
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
Generate Bell-Shaped Distribution: PySpark & Matplotlib in Fabric Notebook
2/5/2024 11:31:42 AM.
Learn how to generate and visualize a bell-shaped or normal distribution using PySpark and Matplotlib in Microsoft Fabric Notebook. Explore the characteristics of a normal distribution, its symmetry,
Exploring Python's NumPy, SciPy, and Matplotlib for Scientific Insights
1/29/2024 11:53:48 AM.
Explore Python, through libraries like NumPy, SciPy, and Matplotlib, becomes an essential tool in scientific computing, enabling researchers to perform complex calculations, data analysis, and visuali
Python Pair & Joint Plots with Matplotlib and Pandas
1/25/2024 6:52:11 AM.
This article introduces you to creating Pair Plots and Joint Plots, powerful tools for visualizing relationships and distributions in your dataset.
Comparative Analysis of Monthly Sales
1/19/2024 9:24:07 AM.
We will explore how to create line charts using three popular Python libraries: Matplotlib, Seaborn, and Plotly. By visualizing the same set of sample sales data across different months, we'll see
Response Compression in ASP.NET Core
12/13/2023 10:39:30 AM.
Response Compression. Learn the essentials of response compression in web applications, enhancing performance by reducing HTTP response sizes. Explore benefits, implementation steps, compression provi
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.
Best Python Machine Learning Libraries
7/27/2023 6:53:29 AM.
Python and machine learning go hand and hand. Here is a list of most popular machine learning libraries for Python.
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.
Getting Started With Matplotlib Using Python
5/19/2022 1:02:26 PM.
This article will get you started with Matplotlib using Python.
Plot And Compare The Stock Price Trend
2/21/2022 10:48:44 AM.
This article explains about how to read publicly listed stock data and plot a graph out of that using Python. So, that by looking at the trend, one can conclude some analysis results.
Data Science Universe - MVP Show ft. Subham Ray
2/21/2022 9:06:59 AM.
Watch Subham Ray as he talks about Data Science Universe.
Understanding Matplotlib With Examples
11/10/2021 5:47:11 PM.
In this article, you will learn about Matplotlib with Examples. Matplotllib can be used to deliver or to abstract visuals of data upon required output so that the user can understand it better with bo
International Space Station Realtime Location
5/28/2021 6:10:07 PM.
This article talk about some libraries in Python, learn about API and then write a program to fetch data from API to make a fun interactive map plot.
Matplotlib Widget Animation
12/18/2020 5:28:13 AM.
This video explains the use of widgets to create an interactive matplotlib plot.
CopySchema
10/29/2020 11:54:02 PM.
CopySchema is a utility for copying all the data from one Oracle schema to another. Although similar to the exp/imp and bulk load utilities of Oracle, it has the advantage of offering a simple GUI int
Emojis as markers in matplotlib
9/8/2020 11:04:17 PM.
In this video, I show some interesting ways to create markers in matplotlib plots. You can create emojis, Unicode characters, multidimensional polygons, multicolored polygons and much more ...
Lesser known porperties of matplotlib - Part 1
9/2/2020 5:57:31 AM.
In this video I have started with details of attributes for styles of joining lines and capping lines in matplotlib library of Python.
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?.
A Complete Python MatPlotLib Tutorial
6/22/2020 4:57:26 AM.
This is the sixth tutorial in the series. In this tutorial, we will be studying about matplotlib and its functionalities.
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.
Twin X Axis Plot And Intersection Of Indexes In Python
4/23/2020 11:37:41 PM.
In this article, I would show how to plot two different Y axes on the same X axis with different left and right scales. I would also show how to intersect indexes to select data.
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.
Comparing SciPy, NumPy and Matplotlib
4/16/2020 3:47:47 PM.
After reading this article you will be able to compare and differ between NumPy, SciPy, and Matplotlib.
Pointing The Spotlight On LinkIt ONE
4/16/2020 12:38:47 AM.
Here in this article I am showcasing details on MediaTek's latest IoT microcontroller- LinkIt ONE.
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
Python - Matplotlib
4/5/2020 8:11:41 AM.
In this article, you will learn about plotting in Matplotlib using Python Library.
Create an Animated GIF Using Python Matplotlib
4/4/2020 2:54:00 PM.
In this article, we will see how to create animated gifs of your charts using Python's matplotlib package
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.
Visualize Coronavirus Cases Geographically in Python
3/2/2020 2:06:48 PM.
In this article, we will visualize worldwide coronavirus (COVID-19) cases with statistics in Python using Plotly.
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.
Enabling Spotlight Images On Windows 10 Lockscreen
1/17/2020 1:50:31 PM.
In this article, you will learn more about how to enable Windows Spotlight images on the lockscreen of Windows 10.
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.