MChehab94 / ListView-Realm-Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple demo that shows how to integrate Realm, RealmAdapter, Parceler, and Databinding all together. The ListView is populated from a Realm database, you can add or edit items, Realm database gets updated and the data is instantly reflected in the ListView.
There are two modules:

  • app: This module contains the Java implementation.
  • kotlinapp: This module contains the Kotlin implementation.

This repo is related to the following post.

About


Languages

Language:Java 58.8%Language:Kotlin 41.2%