3

I am developing android application using Delphi XE8. And I have doubt that how can I add the tool tip for Android application using Delphi. Normally, the tool tip will be shown only at the first time of running the application. Also, how can I implement the same functionallity

Below link I have mentioned the tool tip for android using Java:Tool Tip using JAVA

Please suggest me that how can I implement using Delphi xe8

mjn
  • 36,362
  • 28
  • 176
  • 378
test12345
  • 367
  • 1
  • 21
  • I think you should implement it by yourself instead of searching for libraries on `Firemonkey`. – Machado Nov 20 '15 at 17:02
  • Possible duplicate of [Is there any way to add a hint or tooltip with FireMonkey?](http://stackoverflow.com/questions/22417565/is-there-any-way-to-add-a-hint-or-tooltip-with-firemonkey) – Johan Mar 27 '16 at 16:17

1 Answers1

-1

There is component called FMX toast Component you can download it from

Here

Usage is very easy and do the same approach you need .

also you can see how to do it using Android Helper.

From Here

Also check this answer of this question

Community
  • 1
  • 1
MartinLoanel
  • 184
  • 3
  • 17