Darran Kelinske

Results 5 comments of Darran Kelinske

Here is something to keep the display from flickering with each change. It also converts to Fahrenheit: private SensorEventListener mTemperatureListener = new SensorEventListener() { @Override public void onSensorChanged(SensorEvent event) {...

did anyone try the pimoroni suggestion? what were the results?

My solution was more ugly. I put the thing in a scrollview and then had the scrollview as for focus before descendants...or something like that. It's ugly, but works. Thank...

Is there a way to customize the list item height?