Re: [android-developers] Re: Problem with multiple Intents in a ListView populated via subclass

2010-06-02 Thread Mark Murphy
Dominik Erbsland wrote: > thanks for the hint. > I have changed the inner class and put the clicklistener for the inner > class as a whole - but I still have the same problem like before. That's because you didn't change anything that matters. Your onClick() method is still referring to the *last

[android-developers] Re: Problem with multiple Intents in a ListView populated via subclass

2010-06-02 Thread Dominik Erbsland
thanks for the hint. I have changed the inner class and put the clicklistener for the inner class as a whole - but I still have the same problem like before. private class OrderAdapter extends ArrayAdapter implements OnClickListener { private ArrayList items;