A simple Android app for tracking food expiry dates. Originally made for CISC 325, by group 3..
FridgeAware is hosted in the following web site
https://github.com/ChrisCooper/FridgeAware
If you think the Android project FridgeAware 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 FridgeAware.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [ldpi, mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 4 |
jar files used | android-support-v4.jar |
There are 3 image files in FridgeAware. The names of the image files are listed as follows.
_actionbar.png green_add.png launcher_icon.png
The following screenshort is generated from the image listed above.
FridgeAware has the following Java source files.
com.cisc325.g3.fridgeaware.AddItemActivity.java com.cisc325.g3.fridgeaware.EditItemActivity.java com.cisc325.g3.fridgeaware.FoodItemAdapter.java com.cisc325.g3.fridgeaware.FoodItemListActivity.java com.cisc325.g3.fridgeaware.NotificationReceiver.java com.cisc325.g3.fridgeaware.NotificationService.java com.cisc325.g3.fridgeaware.models.FoodItem.java com.cisc325.g3.fridgeaware.sql.FoodItemDataSource.java com.cisc325.g3.fridgeaware.sql.FridgeDBHelper.java