Possible Duplicate:
Want to display data in Indian Regional language(Telugu,Hindi,Tamil and Malayalam) from RSSFeed in android?
I want to Develope app for telugu news paper like this can anyone help me,I want to take the data from RSS News Feedreader... i already tried
Typeface tf = Typeface.createFromAsset(getAssets(), "fonts/your_font.ttf");
TextView tv = (TextView) findViewById(R.id.CustomFontText);
tv.setTypeface(tf);
Thanks in advance