Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mainrs/android-compose-furigana
https://github.com/mainrs/android-compose-furigana
android-compose android-library kotlin kotlin-android
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mainrs/android-compose-furigana
- Owner: mainrs
- License: mit
- Created: 2022-06-19T14:24:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T08:29:55.000Z (6 months ago)
- Last Synced: 2024-10-24T20:05:54.613Z (2 months ago)
- Topics: android-compose, android-library, kotlin, kotlin-android
- Language: Kotlin
- Homepage:
- Size: 201 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Android Compose Furigana
> A compose library for displaying reading annotations for strings.
# Installation
First, make sure that https://jitpack.io has been declared as a Maven repository. Then just declare
the dependency either in Gradle```groovy
dependencies {
implementation 'com.github.mainrs:android-compose-furigana:1.0.0'
}
```or the new Kotlin DSL
```kotlin
dependencies {
implementation("com.github.mainrs:android-compose-furigana:1.0.0")
}
```# Usage
See the
example [app](./app/src/main/java/net/zerotask/libraries/android/compose/furigana/example/MainActivity.kt)
for how to use the library.# License
This project is licensed under the [MIT license](./license).