Re: [android-developers] Listview show funny stuff

2012-04-23 Thread Gink Labrev
You are returning a list of Client class objects. You need to implements a method that returns a list of client name String. Em 19 de abril de 2012 23:13, Ricardo Rivera dist...@gmail.com escreveu: I a listview connecto to a datbase and is showing in the list the value of the record for the

Re: [android-developers] Listview show funny stuff

2012-04-23 Thread YuviDroid
Add a toString() method in the Client class that returns the Name. On Fri, Apr 20, 2012 at 4:13 AM, Ricardo Rivera dist...@gmail.com wrote: I a listview connecto to a datbase and is showing in the list the value of the record for the app. Something like

[android-developers] Listview show funny stuff

2012-04-22 Thread Ricardo Rivera
I a listview connecto to a datbase and is showing in the list the value of the record for the app. Something like com.software.myapp.client.client@44abc0 com.software.myapp.client.client@44abc1 etc in the list I want to show only to show the Client Name Here is my Table scheme Client