25 questions
Is there a way to apply bold or italic style to text view with java code instead of XML?Android:textStyle in xml.
When I make a text view on Android, if there is a background color in the text view, I want to give it about 20% transparency. What should I do?
If you type Enter while typing in EditText, I want to process it like an onSubmit event in HTML.Well, I'm trying to make it work like a move or an on-Submit when I click on the Done button on the virt...
<TextView android:layout_width=fill_parent android:layout_height=fill_parent android:id=@+id/hyperlink android:text=@string/hyperlink android:autoLink=web/>I'm using hyperlinks like this. Th...
I saved the number of clicks on the counter using sharedpreference. If you click on it after you exit the application, the number will be counted. However, TextView is not saved, so if you press up to...
« | - 3 - |
© 2024 OneMinuteCode. All rights reserved.