Open GoogleCodeExporter opened 9 years ago
I also wanted to implement this functionality. I set an
OnRangeSeekBarChangeListener an try to show the min, max values on the screen.
I get: android.content.res.Resources$NotFoundException: String resource ID #0x0
Everything works fine unless I try to update the TextView in
OnRangeSeekBarChangeListener.onRangeSeekBarValuesChanged function. Any
suggestions?
Original comment by firatdul...@gmail.com
on 27 Oct 2014 at 2:45
Did you google your error? This might help:
http://stackoverflow.com/a/20177019
Original comment by tittel@kom.e-technik.tu-darmstadt.de
on 27 Oct 2014 at 2:49
Actually I saw something similar to this when I google it first time. But I
thought it was about the listener. I tried some different ways but didn't
realize that I pass integer parameter to TextView.setText() until I see your
response. Thank you and sorry for wasting your time...
Original comment by firatdul...@gmail.com
on 27 Oct 2014 at 3:14
Original issue reported on code.google.com by
suraj.sh...@gmail.com
on 27 Sep 2014 at 3:48