Showing posts with label Android Application. Show all posts
Showing posts with label Android Application. Show all posts

Splash screen in android using KOTLIN

Splash screen in android using kotlin just like java. Thread in java is same as kotlin, we have to make

 thread run certain time and go to next activity( or main activity) .

SpashScreen.Kt



You have to make your own layout as your requirement in activity_splash.xml.

It work just like java splash screen, it will be automatically redirect to MainActivity after 5 second.

#HappyCoding #ILoveKotlin #PrAndroid


First android app developed using Kotlin

I just started learning kotlin since google I/O air in 2017. I brought two books Kotlin in Action by Dmitry Jemerov and Svetlana Isakova and Kotlin for Android Developers by Antonio Leiva.


I developed small application "Tic Tac Toe" both 3x3 and 4x4 , which is published on google play store.


Here is the sample snapshots of Tic Tac Toe from google play store. Please checkout and expecting good suggestion.How do i improved the existing app.




Google Play: Download


#HappyCoding #IloveKotlin