An open API service indexing awesome lists of open source software.

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

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 activity

The following STRETCH features are implemented:

- [X] TODO

The following EXTRA features are implemented:

- [X] List anything else that you added to improve the app!

![AND102-Project-2](https://github.com/user-attachments/assets/07d37482-f5c7-4648-951a-6412132ea096)

## 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 at

http://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.