mirror of
https://github.com/nextcloud/android-common.git
synced 2026-06-14 12:11:59 +02:00
No description
- Java 76%
- Kotlin 23.9%
- Shell 0.1%
|
|
||
|---|---|---|
| .github | ||
| .idea | ||
| .tx | ||
| core | ||
| gradle | ||
| LICENSES | ||
| material-color-utilities | ||
| sample | ||
| scripts | ||
| ui | ||
| .editorconfig | ||
| .gitignore | ||
| AGENTS.md | ||
| build.gradle | ||
| CLAUDE.md | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| gradlew.bat.license | ||
| gradlew.license | ||
| jitpack.yml | ||
| LICENSE | ||
| lint.xml | ||
| README.md | ||
| renovate.json5 | ||
| renovate.json5.license | ||
| REUSE.toml | ||
| settings.gradle | ||
Common library for Nextcloud Android clients
How to use
Add the dependency to the build.gradle file of your app, replace X.X.X with the latest available version.
implementation 'com.github.nextcloud.android-common:ui:X.X.X'
Theming
See Sample app → UiFragment for a basic usage sample.