fetch data from api and store in local cache to display data without internet without sqlite database.make facebook like news feed which load with data on startup
Material design carded Edittext without third party library in android,ExitText inside cardview, cardview android material design
Just like most modern languages, Kotlin supports single-line (or end-of-line) and multi-line (block) comments. Block comments in Kotlin can be nested. See Documenting Kotlin Code for information on the documentation comment syntax.
get started with kotlin and kotlin playground which is available online and doean't require an IDE to run kotlin project, its best for beginner in kotlin
get started with kotlin and intellij kotlin. Setup intellij to create kotlin project. intellij is official IDE available for kotlin projects download now
Setup command line compiler for kotlin to run kotlin codes from CLI without using IDE. How to run kotlin from command line.