Android Question How do I write a float to the keyvaluestore?

seskindell

Active Member
Licensed User
Longtime User
I have no problem writing strings but when it comes to floats I get errors
Invalid double: "null"

I have 2 seek bars that I want to write the current state of the values to.
Please help!

Thank you,
Steve
 

npsonic

Active Member
Licensed User
Could you provide code that will cause this error. There shouldn't be any problem with float, string or any other such type.
 
Upvote 0
Top