Simple android application to help you create, edit products for sale online.
- Overview:
Facility Shopping ecommerce Android app is a simple application but quite full of basic features for selling online, including many items based on product categories. The application is written based on the native Kotlin language, using Php / Mysql as a webservice for the admin site
- Features:
– Admin page (Php code):
+ Login and logout account
+ Add, Edit, Delete, Detail Product
+ Add, Edit, Delete, Detail Product Category
+ Add, Edit, Delete, Detail Product Type
+ Detail and Delete Orders
+ Show and Delete User account
– Android app (Kotlin code):
+ Splash screen for application
+ Login and Register layout for user account
+ Stay logged in through the session
+ Sign in with Facebook and Google API
+ Forgot password
+ Use Firebase for send OTP message to phone number every time a user account is registered
+ Send Gmail to user (Payment and Forgot password)
+ Smart…