Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scottgriv/kotlin-android_mobile_app_demo
A simple mobile app written in Kotlin using Android Studio.
https://github.com/scottgriv/kotlin-android_mobile_app_demo
android android-app android-application android-sdk android-studio kotlin kotlin-android kotlin-language mobile mobile-app mobile-application mobile-application-development mobile-development
Last synced: about 1 hour ago
JSON representation
A simple mobile app written in Kotlin using Android Studio.
- Host: GitHub
- URL: https://github.com/scottgriv/kotlin-android_mobile_app_demo
- Owner: scottgriv
- License: unlicense
- Created: 2023-09-20T23:42:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T04:14:31.000Z (29 days ago)
- Last Synced: 2025-02-06T07:41:20.796Z (1 day ago)
- Topics: android, android-app, android-application, android-sdk, android-studio, kotlin, kotlin-android, kotlin-language, mobile, mobile-app, mobile-application, mobile-application-development, mobile-development
- Language: Kotlin
- Homepage:
- Size: 643 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---------------
Kotlin Android Mobile App Demo
A simple mobile app written in Kotlin using Android Studio.
- Click the button to change the background color of the app from **Red** to **Blue**.
- The button text will also change from "Red" to "Blue" and vice versa.---------------
## Table of Contents
- [Getting Started](#getting-started)
- [Resources](#resources)
- [License](#license)
- [Credits](#credits)## Getting Started
1. Download and install [Android Studio](https://developer.android.com/studio).
2. Clone this repository to your local machine.
3. Open the project in Android Studio.
4. Install the Android Emulator of your choice.
5. Click the `Run` button to run the app in the Android Emulator.## Resources
- [Android Studio](https://developer.android.com/studio)
- [Android](https://developer.android.com/)
- [Kotlin](https://kotlinlang.org/)
- [Kotlin Documentation](https://kotlinlang.org/docs/home.html)
- [Kotlin Tutorial 1](https://www.tutorialspoint.com/kotlin/index.htm)
- [Kotlin Tutorial 2](https://www.javatpoint.com/kotlin-tutorial)
- [Kotlin Tutorial 3](https://www.w3schools.com/kotlin/index.php)
- [Kotlin Tutorial 4](https://www.geeksforgeeks.org/kotlin-programming-language/)
- [Kotlin Tutorial 5](https://www.programiz.com/kotlin-programming)
- [Kotlin Tutorial 6](https://www.tutorialkart.com/kotlin-tutorial/)## License
This project is released under the terms of **The Unlicense**, which allows you to use, modify, and distribute the code as you see fit.
- [The Unlicense](https://choosealicense.com/licenses/unlicense/) removes traditional copyright restrictions, giving you the freedom to use the code in any way you choose.
- For more details, see the [LICENSE](LICENSE) file in this repository.## Credits
**Author:** [Scott Grivner](https://github.com/scottgriv)
**Email:** [[email protected]](mailto:[email protected])
**Website:** [scottgrivner.dev](https://www.scottgrivner.dev)
**Reference:** [Main Branch](https://github.com/scottgriv/kotlin-android_mobile_app_demo)---------------