Problem: Android : CalledFromWrongThreadException;: Only the original thread that created a view hierarchy can touch its views
C4KTeam
3:20 AM
Avoid performing long-running operations (such as network I/O) directly in the UI thread — the main thread of an application where the UI i...