Tony Downey
Results
2
issues of
Tony Downey
The library has getters for isPhone and isTablet, but there's no way to check against other versions of Android.
When serializing lists containing nulls, rpc returns different values. List ["one", null, null] returns ["one", null, null] List [null, null, "three"] returns [null, null, "three"] List ["one"] returns ["one"] But...