https://github.com/dosbolacademic/and101-2-kotlin-debug-a-thonx
https://github.com/dosbolacademic/and101-2-kotlin-debug-a-thonx
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dosbolacademic/and101-2-kotlin-debug-a-thonx
- Owner: dosbolacademic
- Created: 2025-06-18T05:44:45.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-18T05:52:17.000Z (4 months ago)
- Last Synced: 2025-06-18T06:29:14.233Z (4 months ago)
- Language: Kotlin
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AND101 Project 2 - Kotlin Debug-a-thon
Submitted by: **Dosbol Aliev**
Time spent: **5** hours spent in total
## Summary
**Debug-a-thon Toolkit** is an Android app that was initially riddled with several Kotlin bugs across multiple activities. After debugging, the app now functions as a collection of simple interactive widgetsโranging from a greeting screen to dynamic color changes and number operations. The project helped reinforce Kotlin syntax, Android activity navigation, and debugging practices.
If I had to describe this project in three (3) emojis, they would be: ๐๐ ๏ธโ
## Application Features
The following REQUIRED features are completed:
- [X] ๐ Debug and fix navigation to Hello World activity
- [X] 4๏ธโฃ Debug and fix Number Sum (2 + 2) activity
- [X] ๐ Debug and fix Current Day activity
- [X] ๐ Debug and fix behavior of Random Color activity
- [X] ๐๏ธ Debug and fix Print List activity
- [X] ๐ฏ Debug and fix Favorite Number activityThe following STRETCH features are implemented:
- [X] TODO
The following EXTRA features are implemented:
- [X] List anything else that you added to improve the app!

## Notes
Here's a place for any other notes on the app, it's creation process, or what you learned this unit!
## License
Copyright **2025** **Dosbol Aliev**
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.