Questions tagged [android-fonts]

There are different fonts available to use programmatically and also using the device setting, Generally programmers do use fonts in a way that keeping the font file in assets folder and then passing the font as resource to textviews.

362 questions
-4
votes
1 answer

How to apply custom font to my ListView items?

This my main java code: public class MainActivity extends ActionBarActivity { String[] mobileArray = {"Android","IPhone","WindowsMobile","Blackberry","WebOS","Ubuntu"}; @Override protected void onCreate(Bundle savedInstanceState) { …
-5
votes
1 answer

android custom font making the app to crash

It call a json file and shows data via RecyclerView. I want use custom font in fragment. this is the structure of XML. MainActivity.xml ...
elma
  • 53
  • 8
1 2 3
24
25