Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Here's a list of open-source contributors who have compiled the resources:
- [Varsha-Kulkarni](https://github.com/Varsha-Kulkarni)
- [Dilmohit](https://github.com/Dilmohit)
- [ardiansyahp8](https://github.com/ardiansyahp8)
- [av-feaster](https://github.com/av-feaster)
- [asentris](https://github.com/asentris)
- [MayorJay](https://github.com/mayorJAY)
- [LeoColman](https://github.com/LeoColman)
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,13 @@

### :books: Libraries
- [Accompanist](https://github.com/chrisbanes/accompanist)

- Accompanist is a group of libraries that contains some utilities which I've found myself copying around projects which use Jetpack Compose.


- Accompanist is a group of libraries that contains some utilities which I've found myself copying around projects which use Jetpack Compose.

- [Axiom AI](https://github.com/av-feaster/axiom)

- On-device AI runtime for Android that runs ChatGPT-like features fully offline. Powered by llama.cpp with Kotlin-first clean API, local LLM inference, streaming text generation, and built-in model download manager.

- [AndroidCharts](https://github.com/HackPlan/AndroidCharts)

- An easy-to-use Android charts library with animation.
Expand Down