In my iPhone App, I create ASCII Art in UITextView and pass it to Email API. The alignment of ASCII art is not coming properly.
I tried using textview.setTranslationY(float) to change the y-coordinate of the textview but it does not seem to work. textview.setTop() seems to do the same function but the documentation says this m
I\'m displaying a photo with a small scrollable TextView below it. On HTC Wildfire when I tap on the text and drag my finger across the screen, even outside the TextView, the text scrolls as it\'s sup
I want to write a paragraph 开发者_JS百科as part of my mobile application. How do I go about it?Use \\n to break line.
I\'m developping an app which constantly needs to show the results to the user in a TextView like some sort of log.
BufferedReader hl= new BufferedReader(new InputStreamReader(getResources().openRawResource(R.raw.lines)));
I have a half screen custom view and a TextView in my activity. <com.sted.test.mainView android:id=\"@+id/mainView\" android:layout_width=\"fill_parent\"
I\'m developping my first Android App. I need to execute a command in a shell as the root user so I\'ve introduced this code in my App:
I have a Textview in my alert dialogue box and i am placing a URL in the text? When i use the following piece of code it gives me an error:
I want to save(export) contents of MyView, which extends TextView, into a bitmap. I followed the code: [this][1].