Hi folks i want to display data in Telugu.
Typeface Telugu;
Telugu = Typeface.createFromAsset(getAssets(),"fonts/Tikkana.ttf");
TextView tt = (TextView) v.findViewById(R.id.label);
tt.setTypeface(Telugu);
Am Not getting properly can any one help me please find the image some content showing correctly some is not showing correctly am getting the data from Client RssFeed....please reply