matrixcursor Questions

2

Solved

I'm exploring different ways to get data elegantly from two or more joined tables. I believe MergeCursor, (Android Developer Guide) seems to imply that could (for example) replace an equivalent SQ...
Pinochle asked 18/4, 2011 at 10:28

1

I have a content provider that returns a MatrixCursor for the query() method. Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) { MatrixCursor...

3

Solved

I have a content provider that is custom to my set of Android applications, and one of the things it needs to expose is a small (20-30 KiB) byte array. The URI for these blobs looks like: content:...

1

Solved

I'm having an issue using a MatrixCursor to populate my ListView: private void fillData() { String[] menuCols = new String[] { "icon", "item", "price" }; int[] to = new int[] { R.id.icon, R.id.i...
Tales asked 10/12, 2009 at 16:19
1

© 2022 - 2024 — McMap. All rights reserved.