My app is built from activities ( I don't have Fragments), I have a video chat functionality in it, I would like to create a floating chat window in case I want to video chat and navigate through the app, is it possible to achieve without changing the entire structure to fragments? p.s: I heard about the (picture in picture), but I need it to support API 16+ (KitKat),
Thanks!