/Super-App-Android-SDK

Android Template Code to create a Super App that can integrate with multiple type of mini apps including Native-Android, Web, Flutter

Primary LanguageKotlin

This simple demo project is to give an overview of how the super app and the mini app connect to each other. You can refer to it as the base product to build your own Super-App.

More detail about the SuperApp-MiniApp Intergration: https://medium.com/@caotrung.kk/comprehensive-guide-to-creating-super-app-with-different-types-of-mini-apps-b0ff7a17b84d

Project Structure

Screenshot 2024-04-10 at 00 28 30
  • SuperApp Module: The Super App that displays all mini-apps to users.
  • miniAppBridge Module: provide a friendly interface to help Super open mini-apps.
  • nativeMiniAppBridge Module: Contains source code to open Android Native Mini Apps specifically.
  • webMiniAppBridge Module: Contains source code to open Web Mini Apps specifically.
  • demoAndroidMiniApp Module: Demo Mini App module.