hi
i have connected to sqlite and i am getting some information from it and i stored them in the form of arraylist now i should i print that on emulator



plusminus wrote:@baskar
I think he already received the data and now wants to display it.
@abhilash
you should extend ListActivity and then call sth. similar to this:Using java Syntax Highlighting
this.setListAdapter(new ArrayAdapter<String>(this, android.R.layout.activity_list_item, myArrayList));Parsed in 0.030 seconds, using GeSHi 1.0.8.4
(unsure on the second parameter)
Regards,
plusminus

Return to Other Coding-Problems
Users browsing this forum: No registered users and 9 guests