Interesting movies in yours device.
You could install the app and check: https://play.google.com/store/apps/details?id=me.bitfrom.whattowatch
- Support Libraries
- MVP
- Dagger 2
- RxJava & RxAndroid & Gradle Retrolambda Plugin
- SQLBrite
- SQLDelight
- OkHttp 3 & Retrofit 2
- LoganSquare + Retrofit-LoganSquare
- Android Universal Image Loader (Picasso cached images using OkHttp cache, Glide has awful cache implementation; AUIL has beautiful disk-ram cache mechanism, that helps to use less memory in a ReclyclerView and instantly cache images on disk during the synchronization)
- AutoValue: Parcel Extension
- android-job
- ButterKnife
- AppIntro
- FloatingActionButton
- RippleEffect
Developer libraries:
Code Analysis tools:
- PMD: It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. See this project's PMD ruleset.
- Findbugs: This tool uses static analysis to find bugs in Java code. Unlike PMD, it uses compiled Java bytecode instead of source code.
- Checkstyle: It ensures that the code style follows Ribots Android code guidelines (with some modifications). See checkstyle config file.
Continuous Integration:
- Unit tests (
Robolectricand JUnit). - Functional (UI) tests (Espresso).
Search in the Favorite.- Swipe to delete item from the list.
Copyright 2016 Constantine Chernenko.
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.