Saman Sattari

Results 30 comments of Saman Sattari

![screenshot_ - - - - - - _ir rightech rightboard](https://user-images.githubusercontent.com/7152030/41461863-36c637a2-70a6-11e8-8938-e25c21f2c95e.png)

can you give me at least a temprory fix? i've made my app with this lib and now app is released with this ugly bug

OK, Thnx. I'll try to fix this by myself

> Is there any solution for this @TurKurT656 , @code-mc ? I couldn't find the problem, so I temporarily switched to other library. U can also disable supportsRtl in the...

Yes it cause crashes with this lib

> @TurKurT656 have you tried [enableJetifier](https://developer.android.com/jetpack/androidx#using_androidx) flag? yes it was enabled.

> @anggrayudi @TurKurT656 Could you provide more info on the issue? Crash log, material-range-bar version, android gradle plugin/build tools version and so on > Particularly I use the library (1.4.5)...

I'm trying to implement a `ConfigHelper` (a configuration file that holds list of key value pairs) that survives from uninstalling app. As described [https://developer.android.com/training/data-storage](here) I can only use `MediaStore` (`SharedPreferences`...

@anggrayudi Its my own custom class that behaves like `SharedPrefrences`. I've named it ConfigHelper its not a public library or something :). Sorry if I confused you

@deathprogrammer You Can simply use SharedPrefrences Class and define a boolean to learn first run of application.