How to save arraylist in sharedpreferences in android | arraylist in sharedpreferences android

Поділитися
Вставка
  • Опубліковано 18 лис 2024

КОМЕНТАРІ • 14

  • @gilmarcossantos3951
    @gilmarcossantos3951 2 роки тому

    Apesar de toda a velocidade na apresentação, o que atrapalha bastante, o conteúdo é muito bom! +1 like, +1 Subscriber.

  • @qarimahusan4324
    @qarimahusan4324 2 роки тому +1

    Please upload tutorial as 100 likes are completed

  • @rrajkumar9796
    @rrajkumar9796 2 роки тому +1

    No one proper guidance for android application development course.I stuck

  • @deepankarsharma1885
    @deepankarsharma1885 2 роки тому +1

    Awesome 👍

  • @gilmarcossantos3951
    @gilmarcossantos3951 2 роки тому

    Calma amigão! Você está ensinando... Está muito apressado! Devagar...

  • @kennethrivas2861
    @kennethrivas2861 2 роки тому

    thank u so much bro

  • @samirdesigner3324
    @samirdesigner3324 2 роки тому

    thank you
    how to save if get array list from strings simple if like this ("one","two","three") ?

  • @ricetech1396
    @ricetech1396 Рік тому

    Hey, please is it possible to delete a specific value of the array lost in shared preference

  • @rrajkumar9796
    @rrajkumar9796 2 роки тому

    Hi,
    How to create WhatsApp group info toolbar design in android.
    Please make video

  • @syahidbaddry3009
    @syahidbaddry3009 2 роки тому

    what if i dont have modelClass?

  • @betinafajardo8717
    @betinafajardo8717 2 роки тому

    hi how do u delete the inputs

    • @user-ib8hk1en4c
      @user-ib8hk1en4c Рік тому

      just copy and paste saveData method, rename it to for example deleteData, remove from new method line: arrayList.add(new ModelClass(name, Integer.parseInt(age))); and replace to new one: arrayList.remove(arrayList.size() - 1); The last think is creating new button delete. Copy/paste btSave and replace saveData to deleteData...