Explore the layout editor
Generally, each screen in your Android app is associated with one or more fragments. The single screen displaying “Hello first fragment” is created by one fragment, called FirstFragment. This was generated for…
Create your first project with kotlin
Select Basic Activity (not the default). Click Next. After these steps, Android Studio: Get your screen set up When your project first opens in Android Studio, there may be a lot of windows…
Installation of Android Studio
For Android development with Kotlin you need download Android Studio 3.6 from the Android Studio page. Android Studio provides a complete IDE, including an advanced code editor and app templates. It also…
Kotlin Tutorial
Kotlin tutorial provides basic and advanced concepts of Kotlin programming language. Our Kotlin tutorial is designed for beginners and professionals both. Kotlin is a statically-typed, general-purpose programming language. It is…
Architecture
Architectute is nothing but physical structural plan or block diagram of some view. Android is Linux based software stack , it is open source for lot of devices. For developers…