Android Open Source - Development restaurant justeatapiexample






Project Summary

This is an application that returns restaurants in Just Eat by looking at the post code..

Web Site / Source Repository

justeatapiexample is hosted in the following web site
https://github.com/pablosanchezalonso/justeatapiexample

If you think the Android project justeatapiexample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of justeatapiexample.

ItemValue
Java File Count16
Target SDK Version21
Minimum SDK Version8
Activity Count1
Fragment Count1
jar files usedandroid-support-v4.jar
butterknife-6.0.0.jar
dagger-1.2.2.jar
dagger-compiler-1.2.2.jar
javawriter-2.5.1.jar
javax.inject-1.jar
otto-1.3.4.jar
picasso-2.3.4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Java Source Files

justeatapiexample has the following Java source files.

com.pablo.justeatrestaurantfinder.controllers.RestaurantsController.java
com.pablo.justeatrestaurantfinder.events.RequestResponseEvent.java
com.pablo.justeatrestaurantfinder.events.UpdateViewsEvent.java
com.pablo.justeatrestaurantfinder.helpers.General.java
com.pablo.justeatrestaurantfinder.helpers.RestaurantRequest.java
com.pablo.justeatrestaurantfinder.models.CuisineTypesModel.java
com.pablo.justeatrestaurantfinder.models.Model.java
com.pablo.justeatrestaurantfinder.models.RestaurantsModel.java
com.pablo.justeatrestaurantfinder.models.entities.CuisineType.java
com.pablo.justeatrestaurantfinder.models.entities.Restaurant.java
com.pablo.justeatrestaurantfinder.modules.GeneralModule.java
com.pablo.justeatrestaurantfinder.services.UpdateService.java
com.pablo.justeatrestaurantfinder.views.activities.MainActivity.java
com.pablo.justeatrestaurantfinder.views.adapters.RestaurantsAdapter.java
com.pablo.justeatrestaurantfinder.views.fragments.ErrorFragment.java
com.pablo.justeatrestaurantfinder.views.fragments.RestaurantListFragment.java