Patrick Dattilio
Patrick Dattilio
I'm currently using schematic in combination with Retrofit (and Gson) and I thought the Column interface seemed like boilerplate we could generate using the variable names, or the SerializeName annotation...
Same issue I had was raised in the android bug tracker. https://code.google.com/p/android/issues/detail?id=160899
java.lang.IllegalArgumentException: R array length must be 3 or 4 at android.hardware.SensorManager.getRotationMatrixFromVector(SensorManager.java:1336) at com.nvanbenschoten.motion.SensorInterpreter.setTargetVector(SensorInterpreter.java:134) at com.nvanbenschoten.motion.SensorInterpreter.interpretSensorEvent(SensorInterpreter.java:74) at com.nvanbenschoten.motion.ParallaxImageView.onSensorChanged(ParallaxImageView.java:119) at android.hardware.SystemSensorManager$SensorEventQueue.dispatchSensorEvent(SystemSensorManager.java:463) at android.os.MessageQueue.nativePollOnce(MessageQueue.java) at android.os.MessageQueue.next(MessageQueue.java:132) at android.os.Looper.loop(Looper.java:124) at android.app.ActivityThread.main(ActivityThread.java:5414) at java.lang.reflect.Method.invokeNative(Method.java) at...