December 21st, 2011, 11:50 PM
|
#1 (permalink)
|
|
New Member
Join Date: Dec 2011
Posts: 6
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
Gridview child view removal/replacement
Hi everyone - I'm new to Andoid development. I'm currently working on an app that has a number of views within a Gridview (Imageviews, Textviews and Linearlayout). Upon clicking the mouse button I would like to replace the existing views with new views. Where I currently have an imageview for example could be replaced with a TextView.
I cannot figure out how to do this - I have tried various calls which suggest they delete these objects and the code does compile but then when I run it it crashes.
Any suggestions on how to do this would be appreciated.
|
|
|