Additional Long press option (Android) while messaging / typing text -


long press options (android) while messaging / typing text, in addition paste , clipboard options, want have option when touched pastes specific text(s). how can this? please help...

you need use onlongclicklistener

for example:

youedittext.setonlongclicklistener(new onlongclicklistener() {         public boolean onlongclick(view v) {             //what happens when long click         }     }); 

hope helped!


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -