-
Notifications
You must be signed in to change notification settings - Fork 0
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
Detailed information about Teller to add to some docs. #16
Comments
When you have an You can change the requirements, refresh unlimited number of times and have them each succeed or fail, add more observers, etc. When you call |
The Let's say that your You must call We want to give the power of the data refresh to the user. |
Let's say that you have a subclass of In your app you have 2 lists in the same UI. One for you and one for your company account. You want to show 2 lists in the same screen. You ask me, "How do I use I respond, "Create 2 instances of You now ask me, "What if I want to have multiple observers on 1 instance of I respond, "You can do that. You can add as many observers to any instance of a |
Merging this issue in here. With Teller in the wild, it needs to work with Realm, Core Data, UserDefaults, Moya, Alamofire, etc. Popular frameworks, architectures that many people use. Having examples of each of them to help people adopt best practices is the best thing to do I believe. |
Add best practice: Only create a new |
Add as advanced functionality:
Example: You can have 2 repository that can be used to fetch/observe your friends or friend requests of a user. As long as the data type, |
Explain how to do paging with Teller and the
|
The README is good as an overview. However, to truly understand Teller and how it was designed in it's detail, there needs to have some questions answered.
The text was updated successfully, but these errors were encountered: