I want to go to another activity if the login and password are ok. I can\'t understand why it execute the else block, the condition is never true! even if I enter the good login and password.
I have an EditText in my application. I want to align the text in it to the right instead of the default left. I tried adding
I want to use the font type, color and size of the EditText hint in another view (sepcifically a TextView) to keep a consistent look in other areas of my form. How to I find out what to use?
I want to do the following thing: be not able t开发者_开发知识库o resize the EditText widget. Because when I enter a long string, all my layout structure is crashing down, because the EditText occupie
In my first page, I have an edittext for the purpose开发者_如何学编程 of searching. Below this edittext i have a set of values shown in a list. When I give a search key n press search button, searchin
Is it possible to calculate width between two lines in a EditText ? If so how can I do that ? I need to calculate the number of lines that an EditText can take with the given height of it ! I can ge
I have an application with a EditText with the following properties: <EditText android:id=\"@+id/sendText\"
So I hid the soft keyboard because I only want \"1\" and \"0\" to be the buttons to type with and开发者_运维问答 a delete button. I have two EditText boxes. How do I go about letting the user click on
This EditText is inside an Activity that is part of a TabHost within the main Activity. It\'s just supposed to be 4 tabs with an EditText and two Buttons on each, one to increment and one to decrement
I have an edit text as a search bar and a list view that filters the text that I typed but unfortunately, it doesn\'t filter the list view. I have used an customize array adapter with object Friend. F