This repository contains Android applications developed using Kotlin programming language. It includes basic templates, examples, and notes for Android development using Kotlin.
To get started with the projects in this repository, make sure you have Android Studio installed.
- Android Studio installed on your machine.
- Basic knowledge of Android app development.
-
Clone this repository to your local machine using:
git clone https://github.com/lakshaykamat/android-dev-kotlin.git
-
Open the project using Android Studio.
-
Build and run the application on an emulator or an Android device.
- Contains basic Android app templates showcasing various UI components and features implemented in Kotlin.
- Notes and examples demonstrating Kotlin language features and best practices in Android development.
Contributions are welcome! If you'd like to contribute to this repository, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/your-feature
). - Create a new Pull Request.
This repository is licensed under the MIT License - see the LICENSE file for details.