Food search application.
FoodSearch is hosted in the following web site
https://github.com/thiagoresek/FoodSearch
If you think the Android project FoodSearch 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 FoodSearch.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
There are 6 image files in FoodSearch. The names of the image files are listed as follows.
drawer_shadow.9.png ic_action_info.png ic_action_save.png ic_action_search_light.png ic_action_search_white.png ic_drawer.png
The following screenshort is generated from the image listed above.
FoodSearch has the following Java source files.
com.lifesum.thiago.foodsearch.connection.ConnectionManager.java com.lifesum.thiago.foodsearch.connection.ParseResponse.java com.lifesum.thiago.foodsearch.database.DBOperationsHelper.java com.lifesum.thiago.foodsearch.database.FoodInfoContentProvider.java com.lifesum.thiago.foodsearch.database.FoodSqliteHelper.java com.lifesum.thiago.foodsearch.model.FoodEntry.java com.lifesum.thiago.foodsearch.model.JSONFormat.java com.lifesum.thiago.foodsearch.view.CustomCursorAdapter.java com.lifesum.thiago.foodsearch.view.FoodDetailsActivity.java com.lifesum.thiago.foodsearch.view.FragmentSavedFoods.java com.lifesum.thiago.foodsearch.view.FragmentSearch.java com.lifesum.thiago.foodsearch.view.MainActivity.java com.lifesum.thiago.foodsearch.view.NavigationDrawerFragment.java