I have created a movies app using TMDB API.
the libraries used are
Gradle__com_android_support_animated_vector_drawable_25_1_0.xml Gradle__com_android_support_appcompat_v7_25_1_0.xml Gradle__com_android_support_recyclerview_v7_25_1_0.xml Gradle__com_android_support_support_annotations_25_1_0_jar.xml Gradle__com_android_support_support_compat_25_1_0.xml Gradle__com_android_support_support_core_ui_25_1_0.xml Gradle__com_android_support_support_core_utils_25_1_0.xml Gradle__com_android_support_support_fragment_25_1_0.xml Gradle__com_android_support_support_media_compat_25_1_0.xml Gradle__com_android_support_support_v4_25_1_0.xml Gradle__com_android_support_support_vector_drawable_25_1_0.xml Gradle__com_android_support_test_espresso_espresso_core_2_2_2.xml Gradle__com_android_support_test_espresso_espresso_idling_resource_2_2_2.xml Gradle__com_android_support_test_exposed_instrumentation_api_publish_0_5.xml Gradle__com_android_support_test_rules_0_5.xml Gradle__com_android_support_test_runner_0_5.xml Gradle__com_google_code_findbugs_jsr305_2_0_1_jar.xml Gradle__com_jakewharton_butterknife_8_5_1.xml Gradle__com_jakewharton_butterknife_annotations_8_5_1_jar.xml Gradle__com_squareup_javawriter_2_1_1_jar.xml Gradle__com_squareup_picasso_picasso_2_5_2_jar.xml Gradle__javax_annotation_javax_annotation_api_1_2_jar.xml Gradle__javax_inject_javax_inject_1_jar.xml Gradle__junit_junit_4_12_jar.xml Gradle__org_hamcrest_hamcrest_core_1_3_jar.xml Gradle__org_hamcrest_hamcrest_integration_1_3_jar.xml Gradle__org_hamcrest_hamcrest_library_1_3_jar.xml
////functionalities are as follows:
- Filter/Discover by different types of data like popular, most rated.
2.Show details of movies.
3.Trailer
4.Reviews
- User can like their choice of movies and see them in favorites.
Screenshots