Simple app that uses Volley and Otto to create the networking architecture. Also uses Picasso library just for fun. Master branch: tab interface w/ 3 frags. NavDrawer branch: nav drawer UI. SingleFrag branch: original set up with one frag.
OlleyVotto is hosted in the following web site
https://github.com/SamIAmHarris/OlleyVotto
If you think the Android project OlleyVotto 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 OlleyVotto.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [hdpi] |
Activity Count | 1 |
Fragment Count | 5 |
jar files used | otto-1.3.5.jar picasso-2.1.1.jar |
Required Permissions | android.permission.INTERNET |
There are 2 image files in OlleyVotto. The names of the image files are listed as follows.
large_movie_poster.png small_movie_poster.png
The following screenshort is generated from the image listed above.
OlleyVotto has the following Java source files.
com.samiamharris.olleyvotto.ApiController.java com.samiamharris.olleyvotto.BitmapLru.java com.samiamharris.olleyvotto.BoxOfficeApplication.java com.samiamharris.olleyvotto.BoxOfficeFragment.java com.samiamharris.olleyvotto.BoxOfficeMovie.java com.samiamharris.olleyvotto.BoxOfficeMoviesAdapter.java com.samiamharris.olleyvotto.BoxOfficesReceivedEvent.java com.samiamharris.olleyvotto.BusProvider.java com.samiamharris.olleyvotto.MainThreadBus.java com.samiamharris.olleyvotto.OpeningMovieFragment.java com.samiamharris.olleyvotto.OpeningMovieReceivedEvent.java com.samiamharris.olleyvotto.TabActivity.java com.samiamharris.olleyvotto.TabsPagerAdapter.java com.samiamharris.olleyvotto.UpcomingMovieFragment.java com.samiamharris.olleyvotto.UpcomingMovieReceivedEvent.java com.samiamharris.olleyvotto.events.BoxOfficeEvent.java