Android Question Runing app in background and show a test box ?

camolas

Member
Licensed User
Longtime User
Hi,
I want to read data from usb serial (in background) and when i get from serial "hi" then pop out a text box whit data and a button to put the app working in background again ( i dont wont to cover the screen with the box and button i want to put them over what the tablet is doing)
Please show me where to start.

Thankz
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello,

You could search the forum for `transparent activity` and show that activity with a transparent background and a panel containing your button and text field or try to open a message box from the transparent activity itself
 
Upvote 0

camolas

Member
Licensed User
Longtime User
Hi, what i realy need is a usb sticky service (without any layaut) to send and receive data into a string between usb sticky service and a app.
Any idea?

Thanks
 
Upvote 0
Top