Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/icanzilb/realmgithubsearchrxdemo

The demo app for RxRealm's post on realm.io
https://github.com/icanzilb/realmgithubsearchrxdemo

Last synced: 21 days ago
JSON representation

The demo app for RxRealm's post on realm.io

Awesome Lists containing this project

README

        

# RealmGitHubSearchRxDemo
The demo app for RxRealm's post on realm.io

All the fits in a single view controller class to showcase the use of realm + rx for demonstration purposes. You should probably use a proper architecture in your own apps.

* [RealmSwift](https://github.com/realm/realm-cocoa)
* [RxRealm](https://github.com/RxSwiftCommunity/RxRealm)

## Demo app

To run the demo app install the dependancies via CocoaPods by running `pod install` in the app directory or via your preferred dependency management method.