Chintan Mishra
Chintan Mishra
With Android Jetpack CameraX coming up this can be fixed. CameraX is a high-level API for providing all camera functionalities present in a device. Along with this, it supports processing...
I still have to iterate over a large number of elements.
I will make do with this for now.
Which MIME type should be used currently? I am using MsgPack for de-/serialization between Mobile app and Elixir servers. I cannot decide on which MIME type to select for HTTP...
``` -keepclassmembers class * { @org.msgpack.core.buffer.MessageBufferU ; @org.msgpack.core.buffer.MessageBufferBE ; @org.msgpack.core.buffer.MessageBuffer ; } ``` Based on my knowledge ProGuard rules mentioned above should suffice. I will test these when next release...
An unexpected delay will need 2 weeks or so.
@keyguansz IIRC then the new rules are leaving the packages as they were. If I get time this weekend then maybe I will try to figure out more specific rules.
Did the issue resolve with the suggestion provided by @jpwsutton?
@emjrdev can you put some example for working with **SSL** here? I am also having trouble getting started with SSL. EDIT: If you are having trouble setting up SSL certificate...
I am thinking of contributing by building a simple example using Exmqttc showing its use with supervisors and GenServer. But I am stuck right at the first step. So, if...