November 13th, 2011, 07:01 PM
|
#1 (permalink)
|
|
New Member
Join Date: Nov 2011
Posts: 1
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
How to create Two ListView 's - Help
Hello ,
This is my first time I'm writing. Greetengs to all fo the great job.
I'm new in android developing, so i have a task to make , i have 2 List view
first Food: that displays Drinks, cheese, the second List is related to the first one, when I select Drinks to open list with Cola, Beer, Wine and when i select Cheese to open Gauda, Anthoriro, Fontal.
Help please I can't figure how to do it.
I try it like this: i created 3 classes (Food, Drink and Cheese) in main created string array with Food list so i try to call them from onItemClickListener with if statement but not result
Can someon help me please ?
|
|
|