Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andr3a88/githublist
[MVVM-C] GitHub user list with RXSwift
https://github.com/andr3a88/githublist
ios moya mvvm rxswift
Last synced: 7 days ago
JSON representation
[MVVM-C] GitHub user list with RXSwift
- Host: GitHub
- URL: https://github.com/andr3a88/githublist
- Owner: andr3a88
- License: mit
- Created: 2017-05-10T14:58:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T06:14:03.000Z (over 7 years ago)
- Last Synced: 2024-11-07T20:52:43.454Z (about 2 months ago)
- Topics: ios, moya, mvvm, rxswift
- Language: Swift
- Homepage:
- Size: 557 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# githublist
[CHALLENGE] GitHub user list# 1. Create a new project
# 2. When opening the app, show a list of all Java developers.
Use the [Github API](https://developer.github.com/v3/) to get the users* Load maximum 10 users at once.
Each user item should contain at least:
* username
* avatar
* registration dateOptional: order by username
# 3. Show a more detailed screen of the user, when you click on a user item.
* Feel free to add any details you want.
* A mandatory detail is the email address.
* When clicking on the email address, the default email app, installed on the device should open up.### GitHub user list (MVVM-C + RXSwift)
+ MVVM-Coordiantors
+ RXSwift
+ Moya## TO-DO
+ View Loader
+ Pagination
+ Refresh Control
+ Search
+ Show avatar