Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Edit README file
Browse files Browse the repository at this point in the history
  • Loading branch information
belinwu committed Jan 23, 2019
1 parent 624a24b commit 0ef2a63
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,22 @@
![Android](https://img.shields.io/badge/platform-Android-brightgreen.svg)
![Apache](https://img.shields.io/github/license/samelody/modapter.svg)
![API](https://img.shields.io/badge/API-15%2B-brightgreen.svg)
[![Bintray](https://api.bintray.com/packages/belinwu/maven/modapter/images/download.svg)](https://bintray.com/belinwu/maven/modapter/_latestVersion)

Modular adapter for Android RecyclerView.

**DO NOT USE THIS LIBRARY IN PRODUCTION UNTIL V1.0.0 IS RELEASED.**

# Download
# Installation
Add the following dependency to your `build.gradle` file:

```groovy
implementation "com.samelody.modapter:modapter:0.1.0"
dependencies {
implementation 'com.samelody.modapter:modapter:0.1.0'
}
```

# Getting started
# Usage

```java
// create a ModularAdapter object instead of creating new Subclass of RecyclerView.Adapter.
Expand All @@ -36,7 +40,7 @@ manager.setList(list);
adapter.notifyDataSetChanged();
```

# Developer Doc
# Docs

## ItemManager

Expand Down

0 comments on commit 0ef2a63

Please sign in to comment.