This repository contains my daily code submissions for my Android Kotlin training. Each day, I push my progress and updates related to Android app development using Kotlin.
In this repository, you will find the source code and project files for various Android Kotlin exercises and projects. These exercises are part of my Android Kotlin training journey and cover a wide range of topics, including:
- Basics of Kotlin programming language
- UI design and layouts
- Handling user interactions
- Data persistence
- Networking and API integration
- Testing and debugging
Feel free to explore the different folders and files to see the code and project structure. Each day, I make incremental progress and add new features or functionalities to the existing projects or create new ones.
To run the projects in this repository, you will need to have the following software and tools installed:
- Clone this repository to your local machine using the following command: git clone https://github.com/Ravinnpawar/AndroidTraining.git
vbnet Copy code
-
Open the cloned project in Android Studio.
-
Build and run the project on an Android emulator or a physical device.
You can use this repository in the following ways:
- Study the code and project structure to understand Android app development concepts using Kotlin.
- Modify the existing projects, add new features, or experiment with different functionalities.
- Contribute to the repository by submitting pull requests with improvements, bug fixes, or new projects.
If you would like to contribute to this repository, you can follow these steps:
- Fork this repository and clone it to your local machine.
- Create a new branch for your changes: git checkout -b feature/your-feature-name
sql Copy code 3. Make your modifications or add new code. 4. Commit your changes: git commit -m "Your commit message"
css Copy code 5. Push the changes to your forked repository: git push origin feature/your-feature-name
csharp Copy code 6. Open a pull request on the original repository and describe your changes.
This repository is licensed under the MIT License.