https://github.com/drjacky/holidaypirates
Fetch JSON from a Web-Service and insert them to RecyclerView.
https://github.com/drjacky/holidaypirates
android animated-vector-drawables butterknife dagger2 fast-android-networking greendao gson2 java json mvp rest-api rxjava2
Last synced: 3 months ago
JSON representation
Fetch JSON from a Web-Service and insert them to RecyclerView.
- Host: GitHub
- URL: https://github.com/drjacky/holidaypirates
- Owner: Drjacky
- Created: 2017-07-14T17:11:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-15T10:05:22.000Z (over 2 years ago)
- Last Synced: 2025-01-15T11:08:28.541Z (4 months ago)
- Topics: android, animated-vector-drawables, butterknife, dagger2, fast-android-networking, greendao, gson2, java, json, mvp, rest-api, rxjava2
- Language: Java
- Homepage:
- Size: 2.12 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HolidayPirates
Fetch JSON from the Web-Service and insert them to RecyclerView.MVP artichecture, RxJava2, Dagger 2, RecyclerView, AnimatedVectorDrawableCompat, Retrofit, GSON, ButterKnife
## Requirements
The minimum Android API Level: Android 4.0.3 (IceCreamSandwich-15) and later.
### :construction: Under Construction yet! :construction:
### TODO:
1- Lazy Load for Main Acitivty RecyclerView.2- Make better way to pass data from Splash to Main Activity.
3- Fix `\n` problem on retrieved data.
~~4- Check internet connection.~~ But should be improved.
~~5- Don't close whole application on Back press.~~
~~6- Fix the problem of click on RecyclerView Item, and go to Detail Activity.~~
~~7- Combine the result of all Observables.~~
~~8- Show loading dialog.~~
### RESULT:
### CREDITS
* [HolidayPirates](http://holidaypirates.com/) - As HolidayPirates Logo used in this Sample Project.### License
```
Copyright (C) 2017 Dr.jackyLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```