Android Question Hex calc input types keyboard

Douglas Farias

Expert
Licensed User
Longtime User
hi i want add auto complet and email to my edittext

email.InputType = Bit.OR(email.InputType, 0x00000020) ' Email
email.InputType = Bit.OR(email.InputType, 0x00010000) ' TYPE_TEXT_FLAG_AUTO_COMPLETE

how can i add this 2 ? *-*
0x00000020 + 0x00010000
 

Douglas Farias

Expert
Licensed User
Longtime User
Upvote 0

stevel05

Expert
Licensed User
Longtime User
It looks like you really want suggestions rather than autocomplete. If you don't turn on the email variation, what you see are Suggestions. I can't see a way to turn those on, only off. So it appears that by setting the Email variation, it turns off the suggestions.
 
Upvote 0

Douglas Farias

Expert
Licensed User
Longtime User
hmm realy thx for this information =)
and have a way to put only suggestion and later only add @character?
 
Upvote 0

stevel05

Expert
Licensed User
Longtime User
I don't think so, not unless you can write a custom keyboard.

Will the suggestions really be any use to you? If you're entering email addresses, they are based on names which won't be in the suggestions until you've added them. But you'll also get lots of words suggested that you'll never want.
 
Upvote 0

Douglas Farias

Expert
Licensed User
Longtime User
yes but dont wory =)
its is good because save the email´s
later when you go enter again in the app
you put for exemple doid and show u doidloko@hotmail.com *-*
but no problem i go use email without sugestion no problem =)
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…