Regards,
I hope someone can help me.
It is I am implementing a library that handles an api in java like the following example:
Java:
TemperatureData temperatureData = temperatureUtil.getDataAndBitmap(distances,true, new HotImageCallback.Stub() {
@Override...