Skip to content

A simple checklist view featuring edit, delete, rearrange items. Also converts to ArrayList of items and JSON.

Notifications You must be signed in to change notification settings

AbhijitParate/ChecklistView

Repository files navigation

ChecklistView

A simple checklist view featuring edit, delete, rearrange items. Also converts to ArrayList of items and JSON.

ChecklistView

Gradle

dependencies {
    ...
    compile 'com.github.abhijitpparate.checklistview:checklistview:1.1.0'
}

Usage

<com.github.abhijitpparate.checklistview.CheckListView
        android:id="@+id/checkListView"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:layout_constraintLeft_toLeftOf="parent"
        app:layout_constraintRight_toRightOf="parent"
        app:layout_constraintTop_toTopOf="parent"/>

Customization

ChecklistView

About

A simple checklist view featuring edit, delete, rearrange items. Also converts to ArrayList of items and JSON.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages