- May developers right now go the "Toasts" notification route. Keep in mind you can use a custom layout inside Toast Views.
(and no, we dont recommend to "spam" the toast system.)
- Check out "Alert Dialogs" for usecases where you need a dialog format
- lastly.... ..... some apps use transparent activities over the video player.
This results typically in poor user experience (keys are not passed to the TV player, users are confused because they cannot change channels etc.)
It also takes up a lot of performance, since Android is really not that good with multiple full screen alpha layers. very CPU/GPU intensive.
Reg. your video view idea...... stay tuned.... we're working on an "official" API for that.
-
Christian G. Kurzke | Developer Advocate | Android / Google TV