An android tablet is the combination of high end human interface devices, such as speaker, microphone, display and a touch input.
I have a project where I want to use the Tiva MCU as the core and an android tablet will be connected to MCU via USB. The MCU will be the USB host and the tablet will be enumerated as 4 USB devices: speaker, microphone, display, and input. The tablet will be powered by the host. The idea is to take advantage of the tablet hardware so that the development can be focused on the function(not the UI part) only .
Is this a viable path? How much the Tivaware has supported for this? What is involved in android APP development in terms of USB handling?
Thanks!