Calling setcontentview multiple times?

前端 未结 3 1383
被撕碎了的回忆
被撕碎了的回忆 2021-01-22 17:53

Can i call setcontentview multiple times if my layout is same but the resource changes.for instance if images get exchanged in 2 imageview widgets??(this is infact all that is h

3条回答
  •  无人共我
    2021-01-22 18:19

    You should go for ViewFlipper. Follow this link,it may help you.

    Calling setContentView() multiple times

提交回复
热议问题