Tag: Kotlin

Tag: Kotlin

Open GPS in Android like Google MAP with Kotlin
Image August 6, 2020 Android Development,Development Pushpendra Kumar

Hey, Guys welcome to this tutorial. In this complete video, I will make you understand the quick trick for Open GPS in Android like Google MAP with Kotlin. And this is a simple way to achieve our goals. Through this simple video tutorial, you can learn more interesting things about the Open GPS in Android

Details
Zoom Map in Android
Image April 5, 2020 Android Development,Development Pushpendra Kumar

Hi Guys, Welcome to the new trick. Here you learn how to do zoom a map in android in android studio. And this trick I have explain you in the Kotlin programming language. Here I have took one location on which I am going to focus. How to do Zoom map in android on click

Details
How to use Typeface for AlertDialog in Kotlin
Image January 13, 2019 Android Development,Development Pushpendra Kumar

typeface in kotlin That awesome that you would like to make your android application more beautiful with the help of custom typeface in your android application. Here you can also get the typeface for the alert dialog box.  So very first get the fonts file which you want to use into your android application. For

Details
instanceof in kotlin
Image December 28, 2018 Development Pushpendra Kumar

Great you are on the right post! Previously I was working on the Java language for developing an android application. I thought to move with new technology in android development. Then I move completely with Kotlin Language for android application development. But somewhere I have found that some keys and syntax has been changed. One

Details
How to work with LayoutInflater in Kotlin
Image December 19, 2018 Development Pushpendra Kumar

Typically, you don’t ever need to directly use a LayoutInflater. Android does most of the layout inflation for you when you call setContentView() in the onCreate() method of your activity. So you, as the programmer, are responsible for making sure the views are inflated. Now you want to inflate views in the context of a

Details
How to Work with volley in Kotlin
Image December 18, 2018 Development Pushpendra Kumar

Great Choice..!! Here you will learn how to work with Google Volley Library for fetching the data from the server into Android application development. Google officially announced Kotlin Support at Google I/O 2017. If you haven’t heard it yet, Kotlin is the brand new language for Android Application Development. It is developed by IntelliJ IDEA

Details
How to work with back button in android with multiple fragment
Image December 6, 2018 Android Development,Development Pushpendra Kumar

How to work with back button in android with multiple fragment When I was developing the Android application I found the very common issue. That was, how to manage back button navigation if I am using multiple fragments. On some particular fragment, I want to show the back button but on some fragment, I don’t

Details