What is the difference between Array adapter and Cursor Adapter in Android?
Array Adapter : An adapter that takes an array of items and uses this array to build your list.
CursorAdapter : It takes a cursor which u receive as a result of a query to a sqlite database or a content resolver. You pass this cursor to the adapter and the list is created based upon the data present in the cursor.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With