Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)