Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/icanzilb/realmgithubsearchrxdemo
- Owner: icanzilb
- License: mit
- Created: 2016-05-15T12:18:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T21:18:57.000Z (over 7 years ago)
- Last Synced: 2024-10-03T12:38:06.743Z (about 1 month ago)
- Language: Swift
- Size: 18.6 KB
- Stars: 36
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RealmGitHubSearchRxDemo
The demo app for RxRealm's post on realm.ioAll 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.