Android app for keeping track of movies in your city. It currently uses google.com/ig/api to fetch movies playing in the users city and meta data about the movie from themoviedb.org. Its a work in progress...
ThreeColors is hosted in the following web site
https://github.com/dhavalmotghare/ThreeColors
If you think the Android project ThreeColors listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of ThreeColors.
Item | Value |
---|---|
Java File Count | 20 |
Supported screen sizes | [mdpi, hdpi, xhdpi, nodpi] |
Target SDK Version | 17 |
Minimum SDK Version | 16 |
Activity Count | 1 |
Fragment Count | 8 |
jar files used | android-support-v4.jar commons-codec-1.7.jar commons-lang3-3.1.jar jackson-annotations-2.1.4.jar jackson-core-2.1.4.jar jackson-databind-2.1.4.jar picasso-1.0.1.jar slf4j-api-1.7.5.jar slf4j-jdk14-1.7.5.jar themoviedbapi-3.5-SNAPSHOT-rf501126b76.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 19 image files in ThreeColors. The names of the image files are listed as follows.
ab_bottom_solid_threecolors.9.png ab_solid_threecolors.9.png ab_stacked_solid_threecolors.9.png ab_transparent_threecolors.9.png cab_background_bottom_threecolors.9.png cab_background_top_threecolors.9.png ic_action_compose.png ic_action_help.png ic_action_refresh.png ic_action_search.png ic_action_share.png ic_action_social_stream.png menu_dropdown_panel_threecolors.9.png person_image_empty.png progress_primary_threecolors.9.png spinner_ab_default_threecolors.9.png spinner_ab_disabled_threecolors.9.png spinner_ab_focused_threecolors.9.png spinner_ab_pressed_threecolors.9.png
The following screenshort is generated from the image listed above.
ThreeColors has the following Java source files.
co.in.threecolors.api.LocalMovies.java co.in.threecolors.api.MoviesManager.java co.in.threecolors.cache.caching.DiskLruCache.java co.in.threecolors.cache.caching.ImageCache.java co.in.threecolors.cache.caching.ImageLoader.java co.in.threecolors.cache.caching.ObjectCache.java co.in.threecolors.provider.ThreeColorsProvider.java co.in.threecolors.service.MovieFetcherService.java co.in.threecolors.ui.BaseActivity.java co.in.threecolors.ui.HomeActivity.java co.in.threecolors.ui.PopUpActivity.java co.in.threecolors.ui.adapters.MovielistAdapter.java co.in.threecolors.ui.fragments.MyMoviesFragment.java co.in.threecolors.ui.fragments.NotificationFragment.java co.in.threecolors.ui.fragments.NowPlayingMoviesFragment.java co.in.threecolors.ui.fragments.PopularMoviesFragment.java co.in.threecolors.ui.fragments.UpComingMoviesFragment.java co.in.threecolors.ui.util.LogUtils.java co.in.threecolors.ui.util.UIUtils.java co.in.threecolors.ui.util.Utility.java