Skip to content

An Example Project Using PlatformHub

Reactive Plugin - Android SampleApp

This Android SampleApp is the main point of entry for those who would like to examine in detail an app which uses several PlatformHub plugins, both for data and UI. This is an app built to illustrate how PlatformHub coordinates the plugins, and how plugins can be integrated into a project, allowing developers to incorporate additional functionality into their apps with minimal coupling to other libraries.

The aim of this section is to break down the app into its parts and illustrate the processes of PlatformHub integration, together with detailed explanations of how different aspects of PlatformHub work. In addition, there is a section on Redux architecture, which is what has been chosen to build the reactive plugins, both for data and UI.

The whole project is written in Kotlin and the UI code is mainly done using Jetpack Compose.

Contents