Ishrat khan·May 30, 2023Custom Font loading in KMP-Compose Multiplatform.Loading fonts in KMP is not yet supported officially, but google gives some api to load fonts on iOS , Desktop and Android separately.
Ishrat khan·Dec 25, 2020Proto3 Null SupportI found following two methods to add Null support in proto3, you can use according to your use-case. (I will add more methods as soon as…
Ishrat khan·Apr 3, 2020Ktor Database connection with H2 (Ktor and Exposed)I am expecting you have setup project and having basic understanding of Ktor as explained in my previous article.
Ishrat khan·Mar 31, 2020Ktor API developmentKtor is a framework for building asynchronous servers and clients in connected systems using the powerful Kotlin programming language.
Ishrat khan·Feb 7, 2020Quick Search Animation Using MotionLayoutI was exploring uplabs and found this beautiful animation,and decide to make using MotionLayout animation, with No code, only XML.
Ishrat khan·Dec 15, 2019How NFC Work? Development on NFCNFC is a short-range wireless technologies, Required a distance of 4cm or less to make connection. NFC can share a small amount of data…