- Oct 29, 2014
-
-
str4d authored
Navigation tabs have all been replaced with spinners, because there are no nice tab libraries for API 9+.
-
- Oct 19, 2014
- Oct 16, 2014
- Oct 15, 2014
- Oct 14, 2014
- Oct 07, 2014
-
-
str4d authored
-
- Oct 05, 2014
- Oct 03, 2014
- Oct 02, 2014
-
-
str4d authored
-
str4d authored
-
str4d authored
Source: https://gist.github.com/str4d/22cac7a3f70bc227cdca License: http://opensource.org/licenses/MIT
-
- Oct 01, 2014
- Aug 23, 2014
-
-
str4d authored
-
- Aug 22, 2014
- Aug 21, 2014
-
-
str4d authored
-
- Aug 20, 2014
- Aug 03, 2014
-
-
str4d authored
-
- Jul 17, 2014
-
-
str4d authored
Talked with zzz and did more research, the overhead of Enum is minimal compared to the benefits it provides.
-
- Jul 16, 2014
-
-
str4d authored
-
str4d authored
-
str4d authored
-
str4d authored
Enums often require more than twice as much memory as static constants, and should be strictly avoided on Android. https://developer.android.com/training/articles/memory.html#Overhead The advantage of this change is that client library users can directly compare the status values they get from IRouterState to the constants, instead of parsing a string representation of an Enum.
-
- Jul 07, 2014
-
-
str4d authored
-