Anton Artemov
Anton Artemov
May be you can add support of android.support.v4.widget.NestedScrollView? Or add compatibility of CoordinatorLayout to your ObservableScrollView.
Снова я. Реши проблему, вообще кучу проблем решил))) Но. Не могу привязать кнопку вот к такому кастомному ScrollView. Может можешь посоветовать что то? package com.manuelpeinado.fadingactionbar.view; import android.content.Context; import android.os.Build; import...
I try to save model with HashMap. It is working on Android 5 and newer but I figurate that it is not saving on Android 4.1.1
Hi, I checked your code. I worked on project with mandatory notification at any time. Your notification will be not shown while device is sleeping if you not wrap it...
Easy rtl hack with view rotation
| Answer some general questions first | | |:------------------------------------------------------------------- |:------: | | Are you my GitHub sponsor? | no | | Did you check older issues to see if it...
Got this exaeption ``` Unhandled SoftException com.facebook.react.bridge.ReactNoCrashSoftException: Cannot find EventEmitter for receivedTouches: ReactTag[16908308] UIManagerType[2] EventName[topTouchStart] at com.facebook.react.uimanager.events.ReactEventEmitter.receiveTouches(ReactEventEmitter.java:103) at com.facebook.react.uimanager.events.TouchEvent.dispatchModern(TouchEvent.java:192) at com.facebook.react.uimanager.events.EventDispatcherImpl$DispatchEventsRunnable.run(EventDispatcherImpl.java:370) at android.os.Handler.handleCallback(Handler.java:958) at android.os.Handler.dispatchMessage(Handler.java:99) at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27) at android.os.Looper.loopOnce(Looper.java:205) at...