Skip to content Skip to sidebar Skip to footer

Ideal Database Field For Calling Data To

Hello people can someone help. I have designed a dialog in which I would like to have a field box or some sort that when the dialog is called the TYPE & AMOUNT (link) box's wi

Solution 1:

You can use TextView or EditText widget (depending on if you want user to just see or edit the data respectively) and you can pull data from SQLite Database.


Post a Comment for "Ideal Database Field For Calling Data To"