Questions tagged as 'textview'

1
answer

How, using java, leave bold parts of a TextView?

I would like to know how to make a particular part of a text that will be displayed in a TEXTVIEW appear in bold: Iwouldlikethedisplayedtexttolooklikethis:Totalvalue=>R$1100.Activity: package genesysgeneration.stackall; import andro...
asked by 11.02.2017 / 21:51
1
answer

Many logs with the message "setTypeface with style: 0"

I am making a app in android studio , and after passing some activities the screen goes black and the last record of log cat is this message. I've already looked at the other questions about this but none solved my...
asked by 14.10.2018 / 20:29
3
answers

Animate the text of a textView so that it can be displayed progressively?

I would like the textView text present in my activity not to be displayed all at once, but gradually, something like a Power Point transition. An example of what I want to do exactly would be dialogue texts from the GBA pokemon games SEE FRO...
asked by 20.03.2017 / 22:36
1
answer

How do I customize these EditText that will be generated (backcground, TextColor, fontSize, etc.)

Someone knows how I customize these EditText to be generated (backcground, TextColor, fontSize, etc.) public class Main2Activity extends AppCompatActivity { private LinearLayout layout; private EditText[] vetorEdits; @Override...
asked by 11.09.2017 / 01:48
1
answer

Set start time of a Chonometer with the text of a textView

Hello, I would like to know if you can set the initial value of a chonometer based on a textView. texView that would like to set the start of the highlighted blue chronometer. This textView receives data from a server, but it is not...
asked by 26.08.2017 / 02:38
1
answer

How to create a textView by code in a specific location of the activity?

I would like to know how to choose where the textView created by code will appear, because by default it is created at the top left of activity . activity: package genesysgeneration.classsound; import android.support.v7.app.AppCo...
asked by 22.03.2017 / 00:43
1
answer

receive the size of a folder in the textview [closed]

I'm an Android development trainee, so I need to create an app to receive / discover the size of the WhatsApp images folder / directory ... I researched and could not find anything, I saw some technologies that could be used, I have no idea h...
asked by 06.12.2016 / 14:30
0
answers

AutoCompleteTextView display items that have an accent when typed without an accent

I have a AutoCompleteTextView , defined as your adapter I have a list that gets the name of cities like, for example, São Paulo, but if I enter it in the field the value Sao Paulo, without the accent, it does not display any item , that's...
asked by 02.02.2016 / 19:12
2
answers

How to make TextView accompany writing

I need Textview to accompany me when I write because if this does not happen I end up writing under the keyboard, I already gave an Up in the textview but it is very big and will end up getting really low. how do I get the textView I followed wh...
asked by 05.08.2015 / 16:28
1
answer

Inserting TextView into a ListView

I have a problem. I need to insert a textview inside a listview. Follow the base method class MyKickAssAdapter extends BaseAdapter { LayoutInflater mInflater = LayoutInflater.from(getContext()); //... public View getView(int po...
asked by 18.07.2015 / 21:57