Displays text to the user and optionally allows them to edit it. A TextView is a complete text editor, however the basic class is configured to not allow editing

learn more… | top users | synonyms

1
vote
1answer
18 views

Android:Get a specific line Using Coordination

I used this method to get a single character in my TextView, but I want to have all the horizontal line( not a single character of it). The problem is I don't know where the horizontal line ...
0
votes
1answer
31 views

How to set Right to Left direction for numbers in Android TextView?

We need to allow user to enter the numbers from Right to Left in Android TextView, ex: if an user wants to enter the sum of 2 numbers, the user starts adding the ones' place digits first and enter the ...
0
votes
3answers
35 views

setText not displaying value

One of my textViews is not being adjusted when I call the function: public void wordList() { setContentView(R.layout.activity_main); TextView lv = (TextView) ...
0
votes
0answers
7 views

I can't edit layouts in Eclipse ADT

When i try to edit editText, TextView for making them little, i can't. I Tried to set android:layout_width and android:layout_height to wrap_content and fill_parent but nothing changed. How can i ...
-3
votes
0answers
21 views

Text arrangement in device [closed]

my simple question about Text arrangement my app is depending on long text. in my simple Project i almost done it. but some problem in that when i arranged text in layout. it looks great that i ...
0
votes
1answer
26 views

How to Get a certain line in a TextView with a clcik on that line

I have a textView which has several lines, I am going to click on specific line and the clicked line get printed. i have made this, but it just gives me all the String in the TwxtView (all lines). ...
0
votes
1answer
24 views

Android adding textview programatically

I am trying to add textview in a layout programatically the textview is added on layout but it's not visible. I have created a method setSelectedContactTextView() which is called from onResume() the ...
0
votes
0answers
25 views

Textview alignment in Android 4.0

I am finding difficulty in aligning the text inside a textview which is in arabic font.The text is being hidden when I give a right gravity. I tried setting the padding and margin to the textview. But ...
1
vote
0answers
18 views

Android: can't check if typeface isBold()

I have a TextView that I set it with a custom Typeface and make it BOLD. That works fine. The problem is when I check if the text "isBold()" it returns FALSE. If I set my text to BOLD only, without ...
0
votes
0answers
4 views

calculate tow number and display result in another activity

I am new to android.I made hallo world app and a simple calculator that having two edit text one text view and one buton the edit text are for receive two numbers , when click on the button the ...
0
votes
0answers
22 views

How do you remove new line characters from Html.fromHtml return value?

I'm trying to parse HTML and sticking that HTML into an Android TextView. The problem that I am having is that I am using Html.fromHtml and it adds two \n characters at the end of my HTML. I was ...
0
votes
0answers
11 views

Set TextView In MainActivty from GlSurfaceView

How i can set a textView in MainActivty from GlSurfaceView class? I decelared a TextView in MainActivity and i want to access them from the Glsurfaceview. GlSurfaceView public void onDrawFrame(GL10 ...
0
votes
2answers
23 views

TextView number displayed after coma

I'm currently displaying float in my TextView, but there are 8 numbers after coma which are displayed. It's quite annoying to have that much numbers. I don't wanna change my TextView width. Does ...
0
votes
2answers
48 views

Android: Change textsize of all TextViews within pages in viewPager

I'm using CursorFragmentPagerAdapter and viewPager to show a book pages. Each page contains a TextView and I want to change TextSize of all TextViews inside all pages and there is about 400 pages per ...
0
votes
1answer
25 views

Edit TextView outside of OnCreate or Buttons Java Based

I am a beginner and have floundered on what should be an easy task. Through OnCreate or through buttons, I can edit any of the textviews through t.append(bla bla bla) but when I try to externalize the ...
0
votes
1answer
29 views

Scrollview can host only one direct child [duplicate]

I have multiple LinearLayouts with a combined height that easily exceeds a device's screen height. So in order to make my layout scrollable, I tried adding in a ScrollView, but unfortunately I get the ...
0
votes
1answer
19 views

Get a textView background color with ShapeDrawable

I have a textview with the background defined in a xml file. <TextView android:id="@+id/event_tvColor" android:layout_width="40dip" ...
0
votes
1answer
26 views

How can I add special mathematical and statistical characters and graphics in texview on Android?

I have to add mathematical and statistical special characters, equations and graphics to my android application. How can I do that? Can I add these in TextView or something else? Thanks.
0
votes
3answers
39 views

Display emoji with TextView [duplicate]

I don't know how to reveals some text including emoji character with TextView. Please suggest me how to convert the emoji character to image. Thanks in advance
0
votes
0answers
48 views

android textview seen as linearlayout

I'm trying to fill a simple adapter with textviews, but he seem to see one of them(and only one) as a linearlayout, sending me the errore android.linearlayout is not a view that can be bound by this ...
0
votes
1answer
37 views

Highlighted text in TextView

I have an EditText in my app.. EditText has highlighted nice corner. I want to do similar TextView with nice highlighted text like my EditText. There is an example: Is it possible to do it with ...
1
vote
1answer
37 views

Make a edittext box display on a textview?

I am trying to make an android app for my local fence painting business and I simply want it to calculate quotes and payments. My problem is figuring out how to get a simple input box for the square ...
-2
votes
5answers
67 views

Remove URL Prefix from String [closed]

I need to remove all kinds of "web beginnings" from my String My TextView must be without "http://" , "http:// www." , "www." Please can you help me to to this ?
0
votes
1answer
45 views

Parse JSON text in a textfield (My result is NULL)

I am making an iOS application which communicate with an database via an API. The API sends valid JSON to the application but the application gives no error but another result: NULL. Here is my code ...
0
votes
1answer
11 views

use 1 view for many pictures

i have an listview with 1 pic in every row. after clicking on such a childrow i wanna get detailed information of the childrow entry. for that i want to have a new intent which has an imageView that ...
-2
votes
5answers
65 views

How can a button change textView color more than once?

I'm trying to make it so that a button changes the color of the textView to WHITE, but then on second press changes it to BLUE, and third press to RED and so on. When I try it obviously it chooses ...
0
votes
1answer
30 views

Example of how to change textView Color onTouch?

been working on a prject for a while, now I want it so that when the user touches the screen it changes the color of the textView(DigitalClock). I'm a bit of a noob when it comes to java so I really ...
0
votes
1answer
18 views

Make Textview display SQLite information

Oke so I have the next code in my DataBaseHandler // Getting single contact Database getContact(int id) { SQLiteDatabase db = this.getReadableDatabase(); Cursor cursor = ...
1
vote
1answer
12 views

Droid: How to centre text within a 9patch's defined borders

I have a textview with a 9patch backdrop that has a drawn in dropshadow. The text is not centred in the defined frame but centred to the whole image dimensions including dropshadow. Checking it in the ...
0
votes
0answers
3 views

Can I display each character in Text view with a dealy

I want to have a text field and like each character to be displayed with 2 sec intervals in my text view. is there a way to do this? thanks
0
votes
1answer
24 views

Android rotate TextView with own extended TextView class

I would like to create a square based on the length of the text and be able to rotate it. I've extended the textview and change the onMeasure, but when I rotate it the text is draw in the upper part ...
0
votes
1answer
14 views

Print to Array each a button is pressed from Textview

I am trying to print to array each time I press a button. Here is my code array = [[NSMutableArray alloc] initwithObject:textview.text,nil]; The output I am getting is: :test And then when I ...
1
vote
1answer
34 views

android - how to have a clickable AND checkable textview

I want to have the following: a textview that .)changes its background when clicked .)maintains that background until it is clicked again it all comes down to the "checkable" state, but i couldnt ...
0
votes
0answers
43 views

How to fit multiline text inside a TextView using a custom font?

I'm using API 10. I am stuck with this for days. I searched stackoverflow and tried a ton of classes. I wanted to fit a multiline text inside my TextView bounds with the default font. I used the ...
0
votes
1answer
24 views

Android Trouble With TextViews and Buttons

Okay so I am making a application just for fun that has a random number pop up on the screen. If you tap the button with the same number as the random number you get a point, and if you tap the button ...
0
votes
1answer
31 views

How to integrate a special font (.ttf) in an Android application?

I want to add a file .ttf to be able to customize the font of my textView in my application. I wonder how the exploited? I download the file on DaFont. Thank you in advance for your help!
1
vote
1answer
51 views

LinearGradient and transperent colors in TextView

I used Lineat Gradient to set gradient color in TextView and found very interesting situation: To set TextView gredient used next code: int c1 = getResources().getColor(R.color.test1); int c2 = ...
0
votes
0answers
42 views

Strange behavior of Eclipse IDE

I have been working on an Android app. When i create a project IDE works fine then i create another activity still IDE works fine. But when i change the background of my screen of android project i am ...
-5
votes
1answer
43 views

Eclipse not Detecting the variable ID [closed]

My Eclipse IDE is not detecting the Variable ID i have declared like: TextView choose=new TextView(this); choose=(TextView)findViewById(R.id.**CHOOSE**);//can not detect CHOOSE id from .xml ...
1
vote
1answer
30 views

I've got a very strange crash during Android TextAdventure development

http://scr.hu/0eug/7vny2 The situation: I press a button that should launch this part of code (work in progress on this, it's not complete yet): public void playerattack1(View view){ ...
-1
votes
2answers
33 views

hex value Textview input to byte []

I got some important question: I need to send a Hexadecimal value stored in a bye[] (max. 4 byte) witch i have typed in in my textview of my android phone application. ...
0
votes
1answer
32 views

applying accelometer to moving textview

its possible to moving textview with accelometer? im trying and get forceclose slidame4.java public class Slidame4 extends Activity implements SensorEventListener { private Bitmap bit,bi,bitm; ...
-2
votes
1answer
32 views

How to edit TextView Android?

I want to load a text file in Android with custom size and color just as shown in the website (download the 1.html file). This is a HTML file and I have used WebView to show the file but I want to ...
-2
votes
1answer
27 views

How to select textview from android 4.1 only by long press it but not by double click [closed]

when set android:textIsSelectable="true" , I can select text by double click or long press it, but I only want to long press to select text from textview, not by double click. This is because I ...
0
votes
1answer
37 views

Java - TextView refers to another TextView in Expendable List View Child

I have question. I am programming List Adapter in Java / Android. I override method which returns View (it's expendable list view from Clicked item). The problem is that: Log.i shows me: 05-17 ...
3
votes
1answer
28 views

How to use TextAppearanceSpan

i can make smaller last 2 number but i want them to show top as shown below picture. TextView TV = (TextView)findViewById(R.id.txt); Spannable WordtoSpan = new SpannableString("13.500,27"); ...
0
votes
2answers
26 views

Setting Style of underlying TextViews in style.xml

How is it possible to set the Style of a TextView Child of a LinearLayout via style. Something like this: <style name="MyLinearayoutStyle" parent="MyParentStyle"> <item ...
0
votes
4answers
38 views

Add new line character in string [duplicate]

How to make a new line after every text?? This's the code. String body = txtName.getText().toString() + txtLatitude.getText().toString() + txtLongitude.getText().toString(); ...
0
votes
0answers
43 views

Adding Number's in a TableRow/TableLayout in Android

I have a Score Card for a game that my family play and I am trying to get it so that Round 1 and 2 add together and Total of that adds to Round 3, all the way to the end of Round 7. My score card ...
0
votes
1answer
31 views

TextView null in Master Detail Flow template

I am using the Master Detail Flow template in android. I want to access the items in the list programmatically when the app starts in order to set the font size and the color of the TextViews that are ...

1 2 3 4 5 63