JSON Parsing | Gson | Android

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ต.ค. 2024

ความคิดเห็น • 19

  • @user-zl3kc3pp6w
    @user-zl3kc3pp6w ปีที่แล้ว +1

    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!!

    • @mafiacodes
      @mafiacodes  ปีที่แล้ว +1

      Subscribe like share 👍

    • @user-zl3kc3pp6w
      @user-zl3kc3pp6w ปีที่แล้ว

      @@mafiacodes I did! Kudos to you! :)

  • @sushantpatil7950
    @sushantpatil7950 2 ปีที่แล้ว +1

    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

  • @DiegoPenteado
    @DiegoPenteado 2 ปีที่แล้ว

    Thank you so much. Your class was awesome!

  • @omkarpawar1741
    @omkarpawar1741 3 ปีที่แล้ว

    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.

  • @aldeen3
    @aldeen3 5 ปีที่แล้ว

    hi if my api comes with api key, how do i place it

    • @mafiacodes
      @mafiacodes  5 ปีที่แล้ว

      It depends on how ur api accepts the key,

    • @aldeen3
      @aldeen3 5 ปีที่แล้ว

      @@mafiacodes ohh and any specific places, like under the manifest or under main code itself?

    • @aldeen3
      @aldeen3 5 ปีที่แล้ว

      The api documentation is in phyton, hence i do not know how to do

    • @mafiacodes
      @mafiacodes  5 ปีที่แล้ว

      Refer me the api, i’ll look and tell you

    • @mafiacodes
      @mafiacodes  5 ปีที่แล้ว

      Not in d manifest but when you make a request then u need the api, probably in the url