Apr 26, 2022Libraries that support KSPCurrently, Room, Moshi, RxHttp, Kotshi, Lyricist, Lich SavedState, gRPC Dekorator, EasyAdater, Auto…Meta-Programming with Kotlin for Android1106Mehdi Yarihere is the actual listhere is the actual list https://kotlinlang.org/docs/ksp-overview.html#supported-libraries1 min read1 min read
Oct 16, 2018Everything that is wrong with Xamarin and why it is bad for youHere is what I’ve found out working with Xamarin past 7 months. TL;DR You need 3 open IDEs to work efficiently. Visual studio mac is the worst! Debugging sucks. Logging sucks. Compile time is inherently longer. App-Size scales terrible. Horrible design decision to force the app-developer to maintain the solution…Android5 min readAndroid5 min read
Mar 9, 2018Handling custom SSL Certificates on Android and fixing SSLHandshakeException.In case you run into the dreaded SSLHandshakeException javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. There are the following possible causes https://developer.android.com/training/articles/security-ssl.html#CommonProblems 1. The CA that issued the server certificate was unknown 2. The server certificate wasn’t signed by a CA, but was self signed 3. …Ssl1 min readSsl1 min read