This repository was archived by the owner on Jan 23, 2021. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork10
Simple app to track and save your TV shows
License
NotificationsYou must be signed in to change notification settings
michaelbel/YouShows
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple app to track and save your TV shows.
Take a look atlocal.properties
and fill it withyour owntmdb_api_key
.
Cangelog is availablehere.
- Realm database
- Picasso for image loading
- Retrofit for REST API communication
- RxJava2 for Retrofit & background threads
- Gson to convert Java Objects into JSON and back
- BottomSheet for bottom dialogs
- ExpandableTextView for expnad/collapse text
- CircleProgressView for progress view

Copyright 2017 Michael BelyLicensed 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.0Unless required by applicable law or agreed to in writing, softwaredistributed 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.