Android Grouped Stacked Bar Chart Using MpChart Kotlin

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 […]

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 […]

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top

Contact Us