Hindi/Non-English Words Not Displaying Properly, Used String as Datatype

11 Views Asked by At

I'm trying to fetch data from a web server using Volley. Everything works fine but when data contains non-English words, those aren't showing properly. I've been using String as Datatype:

String title;
JSONObject object=new JSONObject(response);
title = object.getString("title");

Here's title in JSON output: केले की कार चोर निर्माता Banana Car Comedy Video हिंदी कहानियां Hindi Kahaniya Funny Comedy Video

Here's the output of Title in the layout:

enter image description here

0

There are 0 best solutions below