- Nov 15, 2012
-
-
akwizgran authored
-
akwizgran authored
Android UI elements can be destroyed and recreated at any time, and they can only store serialisable state, so references to long-running tasks have to take the form of serialisable handles. This is pretty ugly - it's easy to create memory leaks if you don't clean up stale handle/reference mappings - but it's less ugly than the common solution of using static variables to hold references.
-
akwizgran authored
-
- Nov 13, 2012
- Nov 12, 2012
- Nov 07, 2012
- Nov 06, 2012
- Nov 05, 2012
- Nov 02, 2012
- Nov 01, 2012
-
-
akwizgran authored
-
- Oct 31, 2012
- Oct 30, 2012
-
-
akwizgran authored
The project is now built as an Android project (via Eclipse or ant). Tests have been moved to a separate project so they can exist outside the Android build process. A basic Android app structure has been created. A Bluetooth plugin for Android has been added, and the Bluetooth plugin for J2SE has been modified to use the same techniques.
-
akwizgran authored
-
akwizgran authored
-