Stavros Papapantelis

Results 15 comments of Stavros Papapantelis

On the SwipeRevealLayout object call the close(true) function when deleting.

I am also having the same problem. Is there any solution for this?

It's the only thing I used from your code. What other information do you want me to provide?

I have a sony device, 19 min API level,28 target API level, 28 API level of device. I didn't run the example app.

@jvogit My quetion is how to perform those cooldowns using the provided code. Those CompletableFuture's are a real mindf*ck.

``` private void setupRecognizer(File assetsDir) throws IOException { // The recognizer can be configured to perform multiple searches // of different kind and switch between them recognizer = SpeechRecognizerSetup.defaultSetup() .setAcousticModel(new...

From your experience do you think that there is something someone can do that has nothing to do with the server, to increase the speed of the request ? Also,...

Hmmm, ok. Great job by your side btw. Thanks for your answers.

Maybe in this line BinanceOrderPlacement placement = new BinanceOrderPlacement(symbol, BinanceOrderSide.BUY); to switch you can use BinanceOrderPlacement placement = new BinanceOrderPlacement(symbol, BinanceOrderSide.SELL); ?