Shakil Mohammed

Results 10 comments of Shakil Mohammed

> I was having this issue due to externally updating `layout` multiple times when mouted. See here > [#269 (comment)](https://github.com/jbaysolutions/vue-grid-layout/issues/269#issuecomment-617639202) Did you manage to find a workaround?

Sorry for late reply, now I keep getting the following error, 08-18 23:23:07.445: E/AndroidRuntime(807): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load SheenFigureJNI: findLibrary returned null Any ideas? Been trying to figure it...

I've set it up NDK on the first project and used the demo project to add it as a library, but it just doesn't seem to compile the native code...

no errors in console but the console doesn't even show any of the native code compiling, like how it usually should do..

NDK seems to run when I just start Eclipse, but not when I build/run the app. When Eclipse starts NDK greets me with this: /SSText.c:235:2: warning: passing argument 7 of...

YES! Finally it works, turns out I was missing step 4 (Building the project), Thanks a lot. One final (hopefully) question - does SheenFigure at the moment only support one...

Apologies, ignore the above, I had forgot to set the font on each TextView hence the nullpointer error. Seems to work fine!

Kind of found a solution (after many hours!) , in the Activity you can override the onFling method using gesture detector, in there you can invalidate the Label so that...