Joielechong

Results 31 comments of Joielechong

Did you using proguard in your project? What devices show the error? Please provide the full log so I can investigate this issue asap.

Or, can you provide a minimum sample app to reproduce the problem?

I'm very sorry, for now I can't give times to fix this issue because I've so many task at hand at my current works. Can you lend me a hand...

Hi @alin-rosu, I hope you have fixed the problem by forking this library and sorry for the late response. > This can be resolved by changing to: Select Country /...

Android permission is really a delicate problem... There is no single solution for the problem because some manufactures change the permission with their own implementation (especially Chinese device Manufactures like...

@daimajia seems busy at the moment. You can see my fork with some improvement at https://gitlab.com/joielechong/NumberProgressBar. Be aware that the package and attribute has been changed.

Hi @rodydavis, the problem can be reproduced by using the [default.dart](https://github.com/rodydavis/data_tables/blob/master/example/lib/examples/default.dart) example in `data_tables` library. Clicking the next button until the last page will reproduce the problem. ---- Retrying the...

@macenough: You can see the java code from my fork: https://github.com/joielechong/bubble-navigation/tree/master/app/src/main/java/com/gauravk/bubblebarsample/adapters and https://github.com/joielechong/bubble-navigation/blob/master/app/src/main/java/com/gauravk/bubblebarsample/fragment/ScreenSlidePageFragment.java

Instead of using internal file, you can try installing the .yes file when loading app. Something like this: ``` BibleUtil.installBible(context); ``` BibleUtil class: ``` package com.bible.util; import android.content.Context; import android.content.res.Resources;...