Shopping Mobile Application
A marketplace app with 2 tabs. In the first tab, the user can see the categories, when the user clicks on that category, a list of products in will be shown. Each product has a “buy” button. When that button is clicked, a map will be shown to the user for them to select the delivery coordinates. When the user submits the location, the app will redirect them to a second tab. The second tab is the active orders of that same user. It will check every 5 seconds for the status of the order(e.g. pending, in-process, delivery, and delivered) and every 30 seconds the app will change the status of order automatically.
android versions targeted:
- Android 4.0.3 Ice Cream Sandwich(API level 15)
- Android 4.1 Jelly Bean (API level 16)
- Android 4.2 Jelly Bean (API level 17)
- Android 4.3 Jelly Bean (API level 18)
- Android 4.4 KitKat (API level 19)
- Android 5.0 Lollipop (API level 21)
- Android 5.1 Lollipop (API level 22)
- Android 6.0 Marshmallow (API level 23)
- Android 7.0 Nougat (API level 25)
- Android 8.0 Oreo (API level 26)
- Android 8.1 Oreo (API level 27)
- Android 9.0 Pie (API level 28)
- Github - Parceler
- Github - Butterknife
- Github - Multidex
- (https://developers.google.com/android/guides/setup) - PlayServicesMaps
- 1.0 (12/22/2018)- Initial implementation
@ZARA