谁能解释一下我如何从 Java 中的 SQLite 查询中实现相同的功能?以下是代码:
static final String[] AUTHORS = new String[] { "Roberto Bola–o","David Mitchell"};
private static final String[][] BOOKS =
new String[][] { "The Savage Detectives", "2666" },{ "Ghostwritten",
"number9dream", "Cloud Atlas","Black Swan Green",
"The Thousand Autumns of Jacob de Zoet" } };
这段代码来自以下类来实现分段的gridview:Sectioned Gridview