Android ProgressBar inside ImageView

大兔子大兔子 提交于 2019-12-24 04:09:48

问题


I have an activity that fills a listview with data via an asynctask..additional i am loading a picture in the background...while the picture is loading, i would like to show a progressbar instead of a Default Icon in the imageview. I searched for any examples etc. in the internet but I couldnt find anything useful. I only found one Response which says that you have to make a framelayout with an imageview and a progressbar and Change the visibility during the loading process... I hoped there would be any other ways.. any idea how i can realize that? is this possible generally?

来源:https://stackoverflow.com/questions/20197038/android-progressbar-inside-imageview

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!