I was reading about Custom Fonts in Android, But i have Confusion that for using Typeface(for getting your custom font from assets) is it possible to add any other activity type than ActionBarActivity().
someone please clarify my doubt.
I was reading about Custom Fonts in Android, But i have Confusion that for using Typeface(for getting your custom font from assets) is it possible to add any other activity type than ActionBarActivity().
someone please clarify my doubt.
No, There is no relationship your tutorial just demoed it under an activity which extends ActionBarActivity.
Right click on that > new Directory name it as fonts > copy your fonts to that
Then if you have a
TextViewthat you need to apply your font