This is an app for android. WhatsNext is using a service with json requests to get tv shows and theirs schedules from API provided by [TheMovieDB] (https://www.themoviedb.org/).
Copy the file apiconfig_strings.xml locate at:
/app/src/main/
to:
/app/src/main/res/values/
After copy, open the new file,which was locate at values directory, and put your API_KEY from [TheMovieDB] (https://www.themoviedb.org/).
- [Picasso by Square Open Source] (http://square.github.io/picasso/)
- [Picasso Transformation by Wasabeef] (https://github.com/wasabeef/picasso-transformations)
- Material-ripple by Balysv
- [Firebase by Google] (https://www.firebase.com/)
- [AdMob by Google] (https://apps.admob.com/)
- [RecyclerView-Animators by Wasabeef] (https://github.com/wasabeef/recyclerview-animators)
- [Android-AutofitTextView] (https://github.com/grantland/android-autofittextview)
Copyright 2016 Adley Wollmann Damaceno
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.