0

I am developing an application that shows the user a listView of the applications founded in his device. Each row of the ListView contain a checkBox and the icon of the app. this listView appear in alert dialog .I want to save the checked item into the database when the user click the positive button in the alert dialog. Any help?

CCHAHI
  • 11
  • 5

1 Answers1

0

Make a Bean class for packages add it to an arrayList while clicked on checkBox and Insert it into DB while tapping on positive button of Alert Dialog.

Nilay Dani
  • 896
  • 6
  • 24