This small video shows how to install Eclipse for Java Developers 2020-03 version on Windows 10
Tag: developers
Tools for Android developers to practice Kotlin code
Android Studio is the IDE which we use to develop Android apps using Kotlin but if we just need to practice Kotlin code then it might not be the right choice. The building and running of the app would be a unnecessary and time consuming. In this video you will learn about various tools you […]
Google Developers Kejar Webinar
Hallo peserta Google Developers Kejar, Kami menyelenggarakan Webinar untuk kawan” yang mendapatkan kesulitan di materi kelas Kotlin Android Developer Expert. Materi yang akan dibahas di webinar kali ini adalah : – Cara mengakses API TheSportDB dan menampilkan di aplikasi Android menggunakan Kotlin – Basic MVP Untuk kawan” yang memiliki pertanyaan atau kesulitan, dapat langsung ditanyakan […]
Why Java Developers Like Kotlin: Side by Side Example
Why do Java developers like Kotlin? In this video, I show a side by side example of the same application written twice: once in Java, and once in Kotlin. That allows me to demonstrate the following concepts:1) findViewById vs. Synthetics 2) Listener interface vs. inline method {} 3) DTO vs. data class 4) Multiple constructors […]