Questions tagged [tooleap]

Tooleap is an SDK that enables Android developers to easily create apps with floating UI components.

Tooleap is an SDK that enables Android developers to easily create apps with floating UI components. The SDK provides a Java API for placing standard Android activities inside a side-screen that is accessible from an always-on-top bubble.

This tag should be used for general questions regarding how the Tooleap SDK works and how to use the API.

4 questions
2
votes
1 answer

How To Persist My Activity Like The "Search Activity" in Tooleap?

I want to be able to "persist" my tooleap activity, so that when user click on mini app Icon, my activity doesn't have to be reloaded every time. This behaviour is implemented in Tooleap Search activity, when I reopened search activity from…
Dimas
  • 23
  • 3
1
vote
1 answer

Using Tooleap SDK with Basic4Android

I've been trying to make an app with a floating window (multitasking capabilities). recently I ran into an SDK that allows me to create floating apps called Tooleap. I've gone over their documentation. My problem is that i'm developing my app using…
devdev
  • 33
  • 6
0
votes
1 answer

Tooleap API does not work on Marshmallow?

Tooleap API crashing on marshmallow device?what is the compatibility of this API? Blockquote
Mubashshir
  • 23
  • 6
0
votes
0 answers

Move tab navigation to bottom while using tooleap

I have added tab navigation within a tooleap popout, but because the way tooleap works the tabs are covering the toolbar which is required for tooleap to be used. I would like to move the tabs to the bottom of the screen to avoid this issue. This…