In this video it shows the steps to create a pop-up window floating on top of the main layout of the App. It uses the layout inflater to inflate the pop-up window layout and then uses the popupwindow API to create the pop-up window. In this example it shows a…
Tag: floating
How to share file or text on gmail, whatsapp, sms, Bluetooth from your Android App (share button)?
This video shows how to create your Android App to share a pdf file over other file sharing Apps such as gmail (or any other email client), whatsapp (or other messaging Apps), google drive, Bluetooth, etc. This video also shows how a text message can be shared similarly on other…