The Android app code I developed with my software engineering team at Weber State..
EatItAndroidApp is hosted in the following web site
https://github.com/iammathboy/EatItAndroidApp
If you think the Android project EatItAndroidApp 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 EatItAndroidApp.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 11 |
Activity Count | 8 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
Asset File Names | assets\fonts\Allura-Regular.otf |
There are 1 image files in EatItAndroidApp. The names of the image files are listed as follows.
eat_it.png
The following screenshort is generated from the image listed above.
EatItAndroidApp has the following Java source files.
com.group5.recipebook.AddEditMealPlanActivity.java com.group5.recipebook.AddEditRecipeActivity.java com.group5.recipebook.LoginActivity.java com.group5.recipebook.MainTabActivity.java com.group5.recipebook.RecipeListActivity.java com.group5.recipebook.RegisterActivity.java com.group5.recipebook.ViewMealPlanActivity.java com.group5.recipebook.ViewRecipeActivity.java com.group5.recipebook.adapters.HTTPServiceHandler.java com.group5.recipebook.adapters.JSONParser.java com.group5.recipebook.adapters.LocalDatabaseConnector .java com.group5.recipebook.adapters.RecipeAdapter.java com.group5.recipebook.adapters.TabsLayoutAdapter.java com.group5.recipebook.fragments.AccountTabFragment.java com.group5.recipebook.fragments.MealPlanTabFragment.java com.group5.recipebook.fragments.RecipesTabFragment.java