I have a query that returns a person's first and last name. With the result of this query , I enter the information inside a ListView
and the first and last name is displayed.
How do I display only the name?
And then I would have to use the string name using arraAdapter.getItem(position);
but also get only the name, could not come the last name.