robotemi / sdk

temi is an unparalleled robotic platform introducing a new dimension of development - movement. Using temi’s SDK, developers can create new functionalities and introduce new use cases via temi’s Android tablet. temi’s movement and navigation capabilities run off of it's Linux computer and uses a set of 16 sensors including a Lidar, depth cameras, driving cameras, and microphones. We encourage our developer community to suggest and request expanded functionality within the SDK and we will adhere to your needs. We want to enable you to create skills like never seen before! We will be constantly improving the SDK and its documentation. Please feel free to reach out to us with any questions or thoughts at developers@robotemi.com
https://www.robotemi.com/
202 stars 86 forks source link

Cross widget #216

Closed kilmhd closed 2 years ago

kilmhd commented 3 years ago

Hi,

I put an ISSUE on the "temi-welcomingmode-b2b" GitHub on this subject. I would like to know how to get this feature? I would like to display a cross to return to my kiosk application, when the user is on another application, can you refer me?

Thanks

zjn0505 commented 3 years ago

I suppose you see a cross over other pages because its main activity is transparent. You are see through the main activity of welcome b2b. https://github.com/ROBOTEAM-HOME/temi-welcomingmode-b2b/blob/master/app/src/main/res/values/styles.xml#L8-L11

If you app is the chosen kiosk app, then clicking on home will start your app.

kilmhd commented 3 years ago

Thanks for your answer. I will try this and launch another application in the background to always have the kiosk app on the first ground.