Hey actually I want to read some JSON which is stored in my raw directory and I did it. But actually I want to know how can I change the content of that JSON file ? I wanna replace some values of particular keys programmatically so please help me
please provide a tutorial for a local json file(which will store app specific data using application data folder,located in Android/data/ ) using Gson. and how to use CRUD(Create, read, update and delete) with that file.
Hi, I just wanted to say thank you very much for this video. It's amazingly helpful and I learned a lot how to use Json!!! Thank you!!
Subscribe like share 👍
@@mafiacodes I did! Kudos to you! :)
Hey actually I want to read some JSON which is stored in my raw directory and I did it. But actually I want to know how can I change the content of that JSON file ? I wanna replace some values of particular keys programmatically so please help me
Thank you so much. Your class was awesome!
please provide a tutorial for a local json file(which will store app specific data using application data folder,located in Android/data/ ) using Gson. and how to use CRUD(Create, read, update and delete) with that file.
hi if my api comes with api key, how do i place it
It depends on how ur api accepts the key,
@@mafiacodes ohh and any specific places, like under the manifest or under main code itself?
The api documentation is in phyton, hence i do not know how to do
Refer me the api, i’ll look and tell you
Not in d manifest but when you make a request then u need the api, probably in the url