[android-developers] Clickable inflated Gallery Item, but not scrollable when touching on the Gallery items

2011-06-09 Thread Mingchung
Hi, all I have a gallery, and its items are dynamically show-up by inflating a layout xml file I need the views inside (say buttons) that layout xml file are clickable... Here is my xml file when I inflate the layout at the adapter, the gallery can't not scrolled when touch

[android-developers] How to update one of views(setText, setImage) in item already added on ListView

2010-12-23 Thread Mingchung
Hi, all * I have a ListView that using my layout document, to simplest, it goes like this ... * then I populate the items to the ListView... ListView lv = (ListView)findViewById(R.id.mylv); ArrayAdapter aa = new ArrayAdapter(this, R.layout.itemraw, R.id.tv_1, m_MyStringArray); lv.set

[android-developers] Re: How to update one of views(setText, setImage) in item already added on ListView

2010-12-29 Thread Mingchung
cided when 'getView' method called somewhere? I mean, the behavior is not that fit to the method name "getView" Mingchung On 12月24日, 上午11時40分, TreKing wrote: > On Wed, Dec 22, 2010 at 11:02 PM, Mingchung wrote: > > My question is, an item has been already added to a