SQLite DB
Some data we store at local database android(SQLite). Here list data we manage at local database, this data will be lost when user do app clear data, app uninstall :
1. Notification Data - Menu Notification. All receive notification will be save offline 2. Wishlist Data - Menu Wishlist. When user add product to wishlist data will be store here. 3. Order Data - Menu Order History. After user submit their order to server all the data will be save here. 4 Cart Data - Menu Shopping Cart. When user add product to cart all the data product will be save here. Cart Data also save order details from Order Data.
You can see the detail from sqlite table at data/DatabaseHandler.java