0

I had another description, but I am going direct to the point editing now, its better this way:

  • I need to select and display 10 attributes from the sqlite database, for now only string types.

Questions:

1) I will need to create a king of grid, to fill with a ListView (BaseAdapter)?

Posted a pic of the result, client expect.

Thanks !

1 Answers1

0

As per your question, I assume that you want to display your data on an activity correct? here is the link that expalins it Using Intent in an Android application to show another activity

Community
  • 1
  • 1
  • Tks for answering. In fact to deal with the navigation and intents im okay... I just need to create a Grid and display data from objects that contains this data. – Leonardo Leonardo Aug 19 '13 at 23:43
  • an answer that is only a link is not usually a good answer. Can you summarize some of the key points that are covered there and edit them into this answer so that a reader can decide whether to follow the link or not? – Kate Gregory Aug 20 '13 at 00:01