• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Appear DATABASE read query in below format

lse123

Member
Can you give any sight for….

Appear DATABASE read query in below format… what to use TableView or Java DataGrid or plain Java string output?

Name – numberEdit/DeleteButton
skypeId – address
--------------------
Name1 – number1Edit/DeleteButton
skypeId1 – address1
--------------------
Name2 – number2Edit/DeleteButton
skypeId2 – address2
--------------------
……………………………………………………
--------------------


  • Also when number clicked phone call execute
  • skypeId clicked Skype phone call execute
  • Edit/Delete button clicked open entry for edit/delete.. Or alternatively, in this place how do a checkbox or radio button value=IDautoIncreament from database[how?], and an Edit / Delete key at bottom to submit it?
How insert View vars in DB as Strings? Required absolutely to convert to String? how convert View to String?
 
Back
Top Bottom