[android-developers] getView what the arguments means?

2010-12-01 Thread kiros88
so basically im trying to figure out what View convertView means exactly. On the definition it says The old view to reuse, if possible. Note: You should check that this view is non-null and of an appropriate type before using. If it is not possible to convert this view to display the correct

Re: [android-developers] getView what the arguments means?

2010-12-01 Thread Kumar Bibek
Look at some examples and videos from Romain. http://www.youtube.com/watch?v=wDBM6wVEO70 Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Wed, Dec 1, 2010 at 11:52 PM, kiros88 ghui...@gmail.com wrote: so basically im trying to figure out what View convertView means

Re: [android-developers] getView what the arguments means?

2010-12-01 Thread Prakash Iyer
Isn't getView called from the system and you override it to give back a view typically to display a list item? You say that you are calling getView - any specific reason? On Wed, Dec 1, 2010 at 1:22 PM, kiros88 ghui...@gmail.com wrote: so basically im trying to figure out what View convertView