Feature module

The native checkout feature module includes all the presentation logic required to display order history list and order details screens. If you need to include this module, add it to your build.gradle:

implementation ("com.poqstudio:checkout.nativecheckout:$VERSION_NAME")

Order History content

Order History content architecture

The general architecture of the Order History screen
The general architecture of the Order History screen

  • OrderHistoryActivity is the entry point to the order history screens.
  • OrderHistoryFragment is the main fragment for the order history screen.
  • OrderHistoryFragmentDelegate is the fragment delegate for the order history screen.
  • OrderHistoryViewModel is the ViewModel used by order history screens.
  • OrderDetailsFragment is the main fragment for the order details screen.
  • OrderDetailsFragmentDelegate is the fragment delegate for the order details screen.
  • OrderDetailsViewModel is the ViewModel used by order details screen.