Chat simily menu, how ???

farisnt

Member
Licensed User
Longtime User
Dear
Thanks for reading
I am new to basic4android.
I make a small chat software that connect to my VB6 Server
everything is working fine, but I would like to know how can I add a simly menu
like the one on whatsapp
you press the face and a small menu show with all the posible simlies
Thanks
 

lagore

Active Member
Licensed User
Longtime User
You could use a small panel with the face as the background, catch the panel click event then open a new panel with multiple small panels on it with all of the smilies on these. These small panels can generate the same click event but have a different tag, each tag corresponds to a different smilie. These small panels do not have to be visible depending on the look you are going for.

Sent from my HTC One X using Tapatalk 2
 
Upvote 0
Top