A restaurant discovery app for Android..
Nommable is hosted in the following web site
https://github.com/zetsubo/Nommable
If you think the Android project Nommable 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 Nommable.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [ldpi, mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 11 |
Activity Count | 3 |
Fragment Count | 4 |
jar files used | activeandroid-3.0.jar android-async-http-1.4.3.jar android-support-v4.jar codepath-oauth-0.2.4.jar codepath-utils.jar scribe.jar universal-image-loader-1.8.4.jar |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_MOCK_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE com.codepath.apps.nommable.permission.MAPS_RECEIVE com.google.android.providers.gsf.permission.READ_GSERVICES |
There are 4 image files in Nommable. The names of the image files are listed as follows.
ic_action_collection.png ic_yelp_logo.png nommable_launcher.png witewall_3.png
The following screenshort is generated from the image listed above.
Nommable has the following Java source files.
com.codepath.apps.nommable.NommableApp.java com.codepath.apps.nommable.activities.FavoritesActivity.java com.codepath.apps.nommable.activities.LaunchActivity.java com.codepath.apps.nommable.activities.ResultsActivity.java com.codepath.apps.nommable.adapters.MenuAdapter.java com.codepath.apps.nommable.adapters.RestaurantAdapter.java com.codepath.apps.nommable.adapters.ResultsPagerAdapter.java com.codepath.apps.nommable.fragments.DetailsFragment.java com.codepath.apps.nommable.fragments.MapFragment.java com.codepath.apps.nommable.fragments.MenuFragment.java com.codepath.apps.nommable.models.Menu.java com.codepath.apps.nommable.models.MenuRow.java com.codepath.apps.nommable.models.Restaurant.java com.codepath.apps.nommable.network.FourSquareClient.java