In this tutorial we will use popular Chart library for Android (MpAndroidChart). We will use BarChart View from MpChart Library. We will write code which will result in below Graph. Steps: Add Bar Chart View in XML Layout File. Prepare X-Axis values and Labels for Chart Data. Grouping – Add multiple Bar Data Sets and […]
Building Android MVP App in Kotlin using Rxjava2, Dagger2 ,Retrofit Tutorial
We will be using Kotlin Programming Language. In this tutorial, we will learn MVP (Model-View-Presenter) in Android using Kotlin and We will implement Dependency Injection (DI) using Dagger2 Library, we will also implement Retrofit2 using Kotlin in our MVP Android project. We will learn everything in the following sequence. We will learn about MVP Design […]
How to Develop Android Image Gallery App using Kotlin – Tutorial with Complete Source Code
In this tutorial, we will develop a complete Android Photo Gallery application in Kotlin. I will share the source code of my gallery application from splash screen till the end. we will also cover following topics in Kotlin. How to implement Singleton pattern in Kotlin. How to pass a class object from one activity to […]
Kotlin Programming language idioms Tutorial with code examples
In this article, we will discuss and learn about most frequently used Kotlin idioms in Kotlin programming language. Creating Data Classes in Kotlin (DTO / POJO) example. Data classes are model classes which we often create to hold data. In Java, we create POJO classes and then we need to define getter and setter functions […]
Kotlin Native iOS App Development and Multiplatform Project Tutorial
Update: 23 May 2018 This article cover following topics. What is Kotlin Native Development? What is a Multi-platform project in Kotlin? How to setup Multi-platform project structure in Kotlin? Kotlin Native platform-specific modules. Kotlin target platforms. iOS Application Development in Kotlin Native. IDE’s for Kotlin Native. First of all, we will have a […]
Builduing Restful Web Services in kotlin using Spring Boot Tutorial
If you are just stating learning server side development / Backend development I strongly suggest you to use Kotlin with Spring Boot. This article will cover your following questions: How to create restful web service using spring framework in Kotlin. How to build microservices using spring boot framework in Kotlin. How to run spring boot […]