I\'m developing an application.
This application contains 2 classes
Discovery class which implements serializable
Main class which exten
The error is pretty clear: Caused by: java.io.NotSerializableException: android.os.Handler
Caused by: java.io.NotSerializableException: android.os.Handler
Figure out how to take the handler out: android.os.Handler handler = new android.os.Handler();
android.os.Handler handler = new android.os.Handler();