how do you make a edittext more interactive??

vernotzy21

Well-known member
Oct 20, 2011
571
31
0
im trying to make a edittext that dosent load a editbox i want it to make it edit right where i put my cursor in real time especially when i use:

TextView view = (TextView) getView().findViewById(R.id.edittext);
view.append(item);

anyone know how to do that???


--im cooking up something uber cool!


p.s i hate stack overflow(my question is never a good fit)
 
im trying to make a edittext that dosent load a editbox i want it to make it edit right where i put my cursor in real time especially when i use:

TextView view = (TextView) getView().findViewById(R.id.edittext);
view.append(item);

anyone know how to do that???


--im cooking up something uber cool!


p.s i hate stack overflow(my question is never a good fit)

If I'm understanding your question correctly you should look into InputFilters... You can use them to manipulate the input before, meanwhile and after the EditText is being edited. Here you can find an example on how to use them:

EDITTEXT

Hope it helps
 

Trending Posts

Forum statistics

Threads
956,899
Messages
6,970,507
Members
3,163,643
Latest member
stonefruit