Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sample app demonstrating offline mode #1926

Closed
wants to merge 36 commits into from

Conversation

cmelchior
Copy link
Contributor

Sample app demonstrating usage of Realm in a app that should work offline.

It uses the New York Times API to show a list of news items. Each item will be marked read after being visible for 2 seconds.

  • Simpel MVP architecture
  • Separation between Model/Repository
  • Uses RxJava/Retrofit/Jackson

TODO

  • Fix Kotlin example in Add RxJava support  #1710
  • Links to more resources in README.md
  • findAllSortedAsync seems to be bug. Test after current PR's have been merged in

Conflicts:
	realm/gradle/wrapper/gradle-wrapper.properties
	realm/realm-library/src/main/java/io/realm/BaseRealm.java
	realm/realm-library/src/main/java/io/realm/RealmObject.java
	realm/realm-library/src/main/java/io/realm/RealmResults.java
Conflicts:
	realm/gradle/wrapper/gradle-wrapper.properties
	realm/realm-library/src/main/java/io/realm/BaseRealm.java
Conflicts:
	realm/realm-library/build.gradle
Conflicts:
	changelog.txt
	examples/gradle/wrapper/gradle-wrapper.properties
	realm/realm-library/src/main/java/io/realm/RealmQuery.java
@cmelchior cmelchior added the P1 label Dec 10, 2015
@cmelchior cmelchior added the WIP label Dec 10, 2015
cmelchior and others added 6 commits December 17, 2015 12:34
Rename the Gradle plugin to 'realm-android'
Conflicts:
	examples/settings.gradle
	realm/realm-jni/src/io_realm_internal_TableQuery.h
	realm/realm-library/src/androidTest/java/io/realm/RxJavaTests.java
	realm/realm-library/src/main/java/io/realm/Realm.java
	realm/realm-library/src/main/java/io/realm/RealmObject.java
	realm/realm-library/src/main/java/io/realm/rx/RealmObservableFactory.java
	realm/realm-library/src/main/java/io/realm/rx/RxObservableFactory.java
@cmelchior
Copy link
Contributor Author

This PR should be against master instead. Closing

@cmelchior cmelchior closed this Dec 17, 2015
@cmelchior cmelchior removed the P1 label Dec 17, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants