Hi,
i use shared preference to save some Int value
img.FrameCount return int value
And i call the value with
But i get force close and the Invalid Double error warning.
I thought it maybe trouble with conversion thing, i still new to this. Any help appreciate.
Thanks.
i use shared preference to save some Int value
img.FrameCount return int value
B4X:
manager.SetString("frameCount", img.FrameCount)
manager.SetString("frame", 0)
And i call the value with
B4X:
manager.GetString("frameCount")
manager.GetString("frame")
But i get force close and the Invalid Double error warning.
I thought it maybe trouble with conversion thing, i still new to this. Any help appreciate.
Thanks.