Catalin Morosan

Results 61 comments of Catalin Morosan

My setup is very simple. I have a FlipView in a layout and set a simple adapter which has the following getView() method: @Override public View getView(int position, View convertView,...

Hi. I am also experiencing this. `Caused by java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.io.File.toString()' on a null object reference at pl.aprilapps.easyphotopicker.EasyImage$Configuration.saveInAppExternalFilesDir(EasyImage.java:376)` I'm getting crash reports from Motorola XT1575...

Did anyone here manage to send a push message from dart in a Firebase function? I really hope I do not have to redo all my code using Javascript.

@blaueeiner I would also be interested in an example on how to integrate Firestore triggers using the functions framework.

Hi. I would also like to read some basic documentation about how this packages works with CarPlay and Android Auto.

@felangel What is the status of this issue? Do you plan to revert the default behavior to ignore the emitted states if the instance is already closed? I need to...

Autoplaying with sound on Chrome works if you add `allow="autoplay"` (as suggested in a previous comment) AND you click anywhere on the Chrome page before video starts autoplaying. I guess...

I noticed that the SwipeStack always reports the full height of the parent ViewGroup so I tried to compute the actual size and set it in onMeasure. Still, I can't...

Did anyone forked the project and make it work with transparent/translucent status bar? It took me a couple of hours before I realized that this library was interfering with my...

I also had this happening from time to time. I cannot reproduce reliably.