I have been working on a android app which implements a Custom Listview via String arrays in the strings.xml folder. But now i want to incorporate a Sq-lite database to get the data for the Listviews it looks like this but i want the data from a sq-lite database :
How would i go about switching from String arrays and or getting the data from the database first
Edit: Ive looked into implementing sqlite already Want i want to know is how do i get the data from the database to the listview?