Quantcast
Channel: Javier Manzano – Java Code Geeks
Viewing all articles
Browse latest Browse all 3

Android TextView with custom fonts

$
0
0
While developing an android app I found that everytime I was trying to use a custom font on a TextView I copied the same lines:                   TextView textview = (TextView) findViewById(R.id.text); textview.setTypeface(...) Obviously, that’s unnecessary and repetitive. Why not just create a custom view? And more, why ...

Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images