Implementing custom fonts in Android on application level.
So you are an android developer and you are tired of writing following lines wherever you want to implement custom fonts in textview like:
TextView tx = (TextView)findViewById(R.id.textview1);