Awesome
SeriesCountdown
SeriesCountdown is an Open Source Android application that allows you to check when will the next episode of your favorite series be available.
It was mainly created for testing all the new goodies that the new Support libraries brought us, and finally ended being an useful application.
SeriesCountdown gets all the information from the web EpisoDate, whose owner was so nice that, when knew that I was doing it by scrapping, offered me a very nice API so I could get the information more easily.
Screenshots
Libraries used
- Picasso (Square)
- ButterKnife (Jake Wharton)
- AsyncJob (Arasthel)
- RecyclerView Animators (Wasabeef)
- RxAndroid
- RxJava
- RxBinding (Jake Wharton)
- GSON (Google)
- JSoup
- Joda Time
Credits
- EpisoDate: Source of information (and also very nice and helpful!)
Download
You can either clone the project and get compile your own version, or you can download it from Google Play:
License
This software is licensed under Apache v2 which basically means that you can make your own version and it can be private.
Here is a small summary of the license:
Copyright 2015 Dexafree
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.