- May 09, 2014
-
-
akwizgran authored
-
- Mar 01, 2014
-
-
akwizgran authored
-
- Feb 04, 2014
-
-
akwizgran authored
-
- Jan 09, 2014
-
-
akwizgran authored
-
- Jan 08, 2014
-
-
akwizgran authored
-
- May 15, 2013
- Mar 11, 2013
-
-
akwizgran authored
-
- Dec 05, 2012
-
-
akwizgran authored
This should make it possible to develop the core in Eclipse without the ADT.
-
- Nov 15, 2012
-
-
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.
-
- Nov 12, 2012
-
-
akwizgran authored
-