Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextcloud/android-common
Android libraries for common code in Nextcloud's Android apps (WIP)
https://github.com/nextcloud/android-common
android android-library hacktoberfest
Last synced: 9 days ago
JSON representation
Android libraries for common code in Nextcloud's Android apps (WIP)
- Host: GitHub
- URL: https://github.com/nextcloud/android-common
- Owner: nextcloud
- License: mit
- Created: 2022-07-21T06:21:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T02:39:34.000Z (15 days ago)
- Last Synced: 2025-01-30T03:24:26.986Z (15 days ago)
- Topics: android, android-library, hacktoberfest
- Language: Java
- Homepage:
- Size: 2.19 MB
- Stars: 4
- Watchers: 7
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Common library for Nextcloud Android clients
[![Android CI](https://github.com/nextcloud/android-common/workflows/Assemble/badge.svg)](https://github.com/nextcloud/android-common/actions)
[![GitHub issues](https://img.shields.io/github/issues/nextcloud/android-common.svg)](https://github.com/nextcloud/android-common/issues)
[![GitHub stars](https://img.shields.io/github/stars/nextcloud/android-common.svg)](https://github.com/nextcloud/android-common/stargazers)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/license/mit/)
[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/android-common)](https://api.reuse.software/info/github.com/nextcloud/android-common)## How to use
Add the dependency to the `build.gradle` file of your app, replace `X.X.X` with the [latest available version](https://github.com/nextcloud/android-common/releases).
```
implementation 'com.github.nextcloud.android-common:ui:X.X.X'
```### Theming
See `Sample` app → `UiFragment` for a basic usage sample.
## Known users
- [Nextcloud Files](https://github.com/nextcloud/android)
- [Nextcloud Talk](https://github.com/nextcloud/talk-android/)
- [Nextcloud Notes](https://github.com/nextcloud/notes-android)
- [Nextcloud Deck](https://github.com/stefan-niedermann/nextcloud-deck)
- [Nextcloud Tables](https://github.com/stefan-niedermann/nextcloud-tables)
- [MoneyBuster](https://gitlab.com/eneiluj/moneybuster)