- Wishlist
- Cart
- Profile Page
- Categories
- Order Placed Page with unique order number
- Support Popular Payment Methods
- Contact Us Page
- About Us Page
- Push Notifiation to customers
- App tour
- And much much more , download apk and try to discover !
Go to the Releases to download the latest APK (app still in Alpha Phase, will be available asap ).
- user friendly and that's come with nice looking ui .
- work offline.
- add content to read later.
- tracking user reading list .
- offline search .
-
Minimum SDK level 21
-
Java based,
-
Hilt (alpha) for dependency injection.
-
JetPack
- LiveData - notify domain layer data to views.
- Lifecycle - dispose of observing data when lifecycle state changes.
- ViewModel - UI related data holder, lifecycle aware.
- Room Persistence - construct a database using the abstract layer.
-
Architecture
- MVVM Architecture (View - DataBinding - ViewModel - Model)
- Repository pattern
ZStore is based on MVVM architecture and a repository pattern.