How to Integrate Kotlin with Android Studio Hello guys, I’m back and as usual, I would like to share some programming stuff once again! 😀 At the Google I/O 2017 Google, they announced that Kotlin is now the official programming language of Android. Further information can be found here. Install Kotlin Plugin I am going to […]
android
How to Find Your Phone’s IMEI
How to Find Your Phone’s IMEI You might have heard about IMEI, but do not know what it is. IMEI stands for International Mobile Equipment Identity. It is an international “serial number” of your phone to properly identify it. This tutorial is only for Android phones. We can find our phone’s IMEI by doing the […]
Google’s New UI Design Pattern – Navigation Drawer
Today I learned something new in Android Development which is Google’s new UI Design Pattern the Navigation Drawer. For more details go to this site and the sample is here