I am a beginner in titanium development. I need help to design an app with a textfield contains image icon like below image. i am not using app designer. Please help meenter image description here
Thanks in Advance
I am a beginner in titanium development. I need help to design an app with a textfield contains image icon like below image. i am not using app designer. Please help meenter image description here
Thanks in Advance
create a common input controller
common/input.xml
common/input.tss
common/input.js
Now you can use directly this input style where you want, for exemple on your login screen
login.xml
login.tss
and finally you can get the value like this
login.js