mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Add a lot of code documentation (#1145)
## Description A brain dump documenting many classes and functions throughout the app. Definitely does not document everything, but covers most of the major components. This should be useful for new contributors. There is a small amount of code clean up too. There are no user facing changes. ### Related issues N/A ### Testing N/A ## Screenshots N/A ## AI or LLM usage None
This commit is contained in:
parent
2485d2c644
commit
66f060dccb
92 changed files with 719 additions and 222 deletions
|
|
@ -14,6 +14,7 @@ The app uses:
|
|||
* [Room](https://developer.android.com/training/data-storage/room) & [DataStore](https://developer.android.com/topic/libraries/architecture/datastore) for local data storage
|
||||
* [Hilt](https://developer.android.com/training/dependency-injection/hilt-android) for dependency injection
|
||||
* [Media3/ExoPlayer](https://developer.android.com/media/media3/exoplayer) for media playback
|
||||
* [MPV/libmpv](https://github.com/mpv-player/mpv) for media playback
|
||||
* [Coil](https://coil-kt.github.io/coil/) for image loading
|
||||
* [OkHttp](https://square.github.io/okhttp/) for HTTP requests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue