Android (API 17) Recipe bookmarking app..
RecipeBookmark is hosted in the following web site
https://github.com/jandantes/RecipeBookmark
If you think the Android project RecipeBookmark 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 RecipeBookmark.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 6 |
Fragment Count | 4 |
jar files used | android-query-full.0.26.7.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 7 image files in RecipeBookmark. The names of the image files are listed as follows.
ic_action_delete.png ic_action_done.png ic_action_new.png ic_action_refresh.png ic_action_search.png ic_action_share.png ic_dialog_warning.png
The following screenshort is generated from the image listed above.
RecipeBookmark has the following Java source files.
com.paglubogngaraw.recipebookmark.AddRecipe.java com.paglubogngaraw.recipebookmark.CoursesList.java com.paglubogngaraw.recipebookmark.DatabaseHelper.java com.paglubogngaraw.recipebookmark.IngredientsList.java com.paglubogngaraw.recipebookmark.ListViewItemAdapter.java com.paglubogngaraw.recipebookmark.MainActivity.java com.paglubogngaraw.recipebookmark.RecipeItemAdapter.java com.paglubogngaraw.recipebookmark.RecipeList.java com.paglubogngaraw.recipebookmark.RecipeListCourses.java com.paglubogngaraw.recipebookmark.RecipeListIngredients.java com.paglubogngaraw.recipebookmark.Settings.java com.paglubogngaraw.recipebookmark.ViewRecipe.java