Android Question Inputtype

devmobile

Active Member
Licensed User
Hello
Edittext have many inputtype in java but basic don't have it
Example URL or email or other
Please add this type in designer
Also add search views in designer that we can search view with it's name
Thanks
 

Cableguy

Expert
Licensed User
Longtime User
Also, input validation is not that difficult to implement for most common input types
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
For that you can use the prompt or default text property to show "sample" input
 
Upvote 0

ronell

Well-Known Member
Licensed User
Longtime User
B4X:
if emailtxt.text.contains ("@") = false then
toastmessageshow("input email",false)
end if
very simple
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…