This repository contains Android Studio project created using concepts learned from 30 days Kotlin Challenge Codelabs.This is my final code submitted by me for Kotlin Challenge.
- Used Kotlin as primary language of the app.
- Implemented at least 3 Kotlin concepts that was learned recently.
- Used Android Studio to build an Android app using Kotlin.
You can view the full details of this program here -: 30 Days of Kotlin with Google Developers
This Repository contains a CurrencyActivity that contains CurrencyFragment which take Input Currency and Amount and converts it to selected Currency Amount. .
- Null Safety Concept
- Kotlin Lambda's
- Coroutines
- Functions
- lateinit
- Kotlin Datatypes
- Data Class
- Smart Casting of variables
- Sealed Keywords
- Data Binding
- LiveData
- Navigation
- ViewModel
- ViewModelFactory
- RecyclerView
- Room
- Retrofit
- Gson
- Dagger2
- rxjava2
In order to test this Android Studio project follow below steps:
- Run the App
- Main Currency screen will be launched which will contain Two Editext Boxes and currency dropdowns.
- Enter amount in the first Edittext and select the currency for the entered amount.
- Select the Currency from the dropdown in which you want to convert the entered amount.
- Output will be displayed in the Second Edittext.
Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of its standard library depends on the Java Class Library, but type inference allows its syntax to be more concise.
Android mobile development has been Kotlin-first since Google I/O in 2019.
For More information about Kotlin and It's benefit with Android Development can be found Here
In this project Kotlin Plugin Version is:1.3.50
Android Studio is the official integrated development environment for Google's Android operating system, built on JetBrains' IntelliJ IDEA software and designed specifically for Android development. It is available for download on Windows, macOS and Linux based operating systems.
In this project Android Studio Version is: *4.0.0
Gradle is an open-source build automation system that builds upon the concepts of Apache Ant and Apache Maven and introduces a Groovy-based domain-specific language instead of the XML form used by Maven for declaring the project configuration
In this project Gradle Plugin Version is: 3.5.1