I made an Android application. One of the parts is login. In this activity, I have a EditText which name is password. After press the login button, it will open a new activity to prepare to do somethi
In my android application I have several editTexts in a linear layout. Then I have several spinners below them in the same linear layout. If a spinner item is selected it jumps back up to one of the e
I am making a music notation app for Android for one of my school projects. In this app, I don\'t have a music notation rendering mechanism. Instead, I use a font, which has all different notes in d
This question already has answers here: How to do something after user clicks on my EditText (6 answers)
There is Terms&Conditions screen in My application. I am putting Terms&conditions information in EditText field.
I\'ve search over the threads but so far I have not found what I\'m looking for. I created a custom Alert Dialog that show up and I can do almost anything with it. It custom dialog is made of 3 TextVi
I have an application with an EditText element on the main view. This means that when my applic开发者_运维问答ation is loaded the soft keyboard appears per default.
I have an edit text with a 200sp size. The cursor appears in the middle. How can I make sure the 开发者_如何学Ccursor appears in the left corner? It looks odd being in the center.
how to check the text of edittext is email address or not without using javascript and reg开发者_StackOverflow社区ular expression?
I\'m working on an app where i have textview\'s in one layout and a button that sends you to a second layout with Edittext\'s. Every edittext is for an textview. How can i replace text in a textview 开