Skip to content

adleywd/WhatsNextSeries

Repository files navigation

WhatsNext

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/).

Install / Use

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/).

Third-Party Libraries

License

   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.