I have a multi-line EditText: <EditText android:layout_gravity=\"center\" android:id=\"@+id/txtMessage\"
I am working with an edit text to support the properties of bold,italic and underline.I got succeed after selecting the text and clicking on bold my text was bold.Now what my requirement is how to rem
I have a setup view where the user can enter their name and email and click done when they are finished which navigates them to another activity1.When they are in activity1, and they hit the soft back
I\'m working on a rich text editor in Android.Basically it has bold, italics and link buttons that are tied to an EditText to change the style of the content.I have it working great if you select the
I\'ve searched high and low for something that seems to be a simple task.Forgive me, I am coming to Android from other programming languages and am new to this platform and Java.
I have a small problem. In my activity I have an edittext and a button. Clicking on the button I am changing the inputtype of the edittext.
I have an activity with two EditTexts. I am calling the requestFocus on the second EditText field since by default the focus goes to the first one. The focus appears to be in the second field (the sec
Hallo all, I have a ListView, which contains an EditText in each of it\'s row. I also have an Array.The length of the Array==the Nr of the rows in the ListView.
I am cr开发者_高级运维eating an edittext in android and i am able to select particular text in it, I want to convert the selected text into a bitmap or png image..
I\'m tryin开发者_运维百科g to get a character count of an EditText. I\'ve looked into different properties of the EditText and TextView classes, but there doesn\'t seem to be a function that returns t