The same app but using fragments instead of activity, using Android studio as default IDE.
fridge is hosted in the following web site
https://github.com/taobit/fridge
If you think the Android project fridge 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 fridge.
Item | Value |
---|---|
Java File Count | 17 |
Supported screen sizes | [mdpi, xxhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 2 |
Fragment Count | 4 |
There are 2 image files in fridge. The names of the image files are listed as follows.
add.png food.png
The following screenshort is generated from the image listed above.
fridge has the following Java source files.
com.tao.list.ExpandableListItem.java com.tao.list.ExpandingLayout.java com.tao.list.ExpendingCell.java com.tao.list.FridgeArrayAdapter.java com.tao.list.OnSizeChangedListener.java com.tao.menu.CommonUtils.java com.tao.menu.FoodAlertDialogFragment.java com.tao.menu.MainActivity.java com.tao.menu.MainListView.java com.tao.menu.MeatFragment.java com.tao.menu.TabsPagerAdapter.java com.tao.menu.VegetableFragment.java com.tao.sql.CommonUtils.java com.tao.sql.Food.java com.tao.sql.FridgeDataSource.java com.tao.sql.FridgeSQLiteHelper.java com.tao.sql.ImageUtils.java