Posts by jordansilva • 71 points
1 post
-
7
votes1
answer2238
viewsA: Pass value to Textview
You can create a method to load this Textview. private void carregarTexto(String texto) { TextView text = (TextView)view.findViewById(R.id.textAries); text.setText(texto); } And your Asynctask…
androidanswered jordansilva 71