An open API service indexing awesome lists of open source software.

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.

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.jacky

Licensed 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 at

http://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.
```