Multidimensional array in Android from SQLite -


could please explain how can achieve same sqlite query in java? following code:

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

this code following class implement sectioned gridview:sectioned gridview


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -