I have been looking for a solution to my problem. But my code seems to be ok.
I\'ll try to explain: I have a TextView with android:alpha=\"0\" in my layout definiti
More simple way is presented in this answer:
tv.animate().alpha(1).setDuration(1000);