yulin2
yulin2
Dear developers of ChatSecureAndroid, I'm a Ph.D. student and I'm doing research on checking data race for Android apps. I found there are data races that may lead to potential...
Hi prey-android-client developers, I'm doing research on Android async programming, particularly on AsyncTask and IntentService. AsyncTask can lead to memory leak and losing task result when GUI is recreated during...
Hello, I'm doing research on Android async programming. I see in `Superuser`, you use `IntentService` at some places (such as `ResultService`) while use `AsyncTask` at other places (such as in...
See nolanlawson/Catlog#42
Hi developers of Catlog, I'm a Ph.D. student and I'm doing research on improving performance for Android apps. In Catlog, "CatlogDBHelper.findFilterItems" accesses database, so you put the invocation of this...
Hi, I'm doing research on performance for Android apps. I found some event handlers access disk (read/write files, decode bitmap) from UI thread, but Android docs suggest us to avoid...
Hi, I'm doing research on new concurrent constructs in Java 8. `CompletableFuture` in Java 8 has the same functionality as Guava `ListenableFuture`. But `CompletableFuture` is much nicer because it comes...
Hi `OpenTripPlanner-for-Android` developers, I'm doing research on Android async programming, particularly on AsyncTask and IntentService. AsyncTask can lead to memory leak and losing task result when GUI is recreated during...