I'm developing app which have some Buttons. Now for UX perspective I want to show touch or taps on click of that.
These can be achieved by selectors for buttons that I know Other than is In all android mobiles within developer options showtouch/showtap options is available. These can be set programmatically but once If I set all applications will enable this option.
Can I restrict this option only to my app?
If yes can I customize this for better UI?
Thanks in Advance.
Any links/code related this will be helpful.