Recipe Book for Android.
RecipeBook is hosted in the following web site
https://github.com/johnkil/RecipeBook
If you think the Android project RecipeBook 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 RecipeBook.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 4 |
Activity Count | 5 |
jar files used | android-support-v4.jar |
There are 8 image files in RecipeBook. The names of the image files are listed as follows.
ic_action_bar_info.png ic_cake.png ic_cocktail.png ic_salad.png ic_sandwich.png ic_soup.png ic_steak.png logo.png
The following screenshort is generated from the image listed above.
RecipeBook has the following Java source files.
com.devspark.recipebook.MyApplication.java com.devspark.recipebook.data.Category.java com.devspark.recipebook.data.Data.java com.devspark.recipebook.data.Recipe.java com.devspark.recipebook.layouts.DashboardLayout.java com.devspark.recipebook.ui.CategoryGridActivity.java com.devspark.recipebook.ui.CategoryListActivity.java com.devspark.recipebook.ui.HomeActivity.java com.devspark.recipebook.ui.InfoActivity.java com.devspark.recipebook.ui.RecipeActivity.java