0

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" } };

このコードは、セクション化されたグリッドビューを実装する次のクラスからのものです。

4

0 に答える 0