how to fetch data from local json file?
Using this I fetch data from local json file. But I want to display every details which are present in json file which is stored in internal memory have to diaplay in list view. I tried to pass every data as string and use it. But It is not working.
Please provide some other solution to do this.