I am able to call webservices now. But In my project i want to populate the name of sponser corresponding to the sponser id .
I am trying to create a custom EditText view. The function of this is, as we type it will display encrypted string on screen (similar to password display, instead of *** I want to display encrypted te
I\'m trying to choose correct inputType in my adress dialogstreetNumber field. I want to show numeric keyboard first, but then let user also to input开发者_如何学Python alphabetic characters
This is for my Android App. I have two EditText fields set to a maximum of one character that can be input in each field.Once the user inputs the first character I would like the focus to automaticall
I have a situation where I would like the user to complete a sentence for me. For example, consider a EditText with a hint of \"The last time I \". Normally, when a user clicks an EditText, the hint 开
I am building a application with to do checklist in it. In this is want to have a simple list view but with editable Edit text in it. I am able to populate the list with the initial values. How ever w
I\'ve got the following problem, hopefully I can make it clear when it does occur with the following figure.
I am trying to make a FastSelectEditText, so that: Text can be selected by long click and slide the finger.
please guide me, i want to fix the sizeof EditText.. i want that i can enter only 10 character in EditText, af开发者_如何转开发ter that could not type any more that 10 character...
I开发者_运维技巧 am trying to build a notepad application. I want to have lines in the Edit Text view of my application which is a multi line Edit Text. Please let me know how to do this. Thank you fo