Samsung has done something great with the hovering API, and I'm interested in including it in my app. The problem is that the hovering API included in the SPen SDK only work with the SPen and not with the finger detection like the latest apps do on the Samsung Galaxy S4.
Can anyone provide me with a link to the right SDK or even a sample project?
EDIT: Nifhel commented, fallow this link: Floating Touch on Galaxy S4 (requires API 12 and to create a new class that inherit from TextView
for instance)
EDIT: The accepted answer is a better solution and works perfectly well (requires API 14 but easier to use).