-
How to change gridView child background at given position in android from another activity?
over 7 years ago
-
over 7 years ago
From your question, it seems that you want to make a change ingridview from the Activity/Fragment/Service which is not holding thegridview .
For changing in a view from different activity you can use following techniques:-- Dynamic BroadcastReceiver
- Event Bus
: - It would be good if you can provide some code so that we help you more accurately. -
1 Answer(s)