dabitdev

Results 12 comments of dabitdev

@PaulWoitaschek did you find a way to optimize the vectors to 200dp? the medium post is not working anymore. I am wondering if that 200dp make sense for all cases....

my target will be more than 200dp :( it is a full screen background. I wanted to prevent using different densities like before.

Yes you are right but if the ListView provides this API you should expose the same. I don't like to put the footer or header inside the adapter as a...

I am using 0.3.3 and the issue is still there.

I just updated the library to 0.4.0, looks like the previous problem is solved. now, I can see that you are hosting the library okhttp3 in a new package `shadow.okhttp3`....

I understand that you have issues supporting `Spring Boot`. How about creating a specific sdk for android? @bartekn excluding the META-INF is a work around. Since I will end up...

@jillesvangurp are you still going to keep the fat JAR/AAR approach? In Android world using gradle and AAR library, does not make a lot of sense to copy the 3d...

Most SDKs expose all the dependencies, I do not see the benefit of shadowing libraries here. Imagine that I have 3 SDKs like `Stellar`, I will end up having 3...

Hi @Meshkati , you can check blockEQ project I solved that issue there.

I confirm this is NOT a valid work around but sometimes doesn't crash. I have another issue if after calling `bluetoothUtility.closeConnections();` `bluetoothUtility. endSimpleBluetooth();` If I want to do a SCAN...