Creating an Android App Launcher

A concrete example of Kotlin + MVVM + Data Binding + AAC

Thomas Sunderland
The Startup
Published in
5 min readJun 5, 2019

--

I was recently tasked to research how to enable customers running an app in kiosk mode to still be able to leverage other secondary apps on their devices. The goal was not to integrate these secondary apps with the primary app via an SDK or inter-process communication, but rather just to simply be able to launch…

--

--