I'm trying to make the icon of an android application change through API, how can this work?
api = Web Service
The icon will come through api and want to change constantly
this is my code :
android:icon="drawable_resource_path"
I'm trying to make the icon of an android application change through API, how can this work?
api = Web Service
The icon will come through api and want to change constantly
this is my code :
android:icon="drawable_resource_path"