Abhishek SrivastavaImportant Kotlin Interview Questions1. What advantages does Kotlin offer compared to Java?Jun 12Jun 12
Abhishek SrivastavaUse of Non suspend function in java call from the Kotlin suspend methodAs we know that every suspend function call other suspend function only. But what if want to call non-suspending function from suspend…Jun 6Jun 6
Abhishek SrivastavaMobile App Security Study & related Question’s & Answer’sMobile app security stands for the practice of safeguarding and protecting users’ digital identity, sensitive information, and high-end…May 5May 5
Abhishek SrivastavaAndroid Studio Bot (GEMINI)Android Studio Bot is a AI-powered coding platform designed by google within android studio which is free of cost to the developers. It…Apr 11Apr 11
Abhishek SrivastavaKotlin Flows with Select ExpressionCoroutines provide the select function, which lets us await the multiple suspending functions simultaneously and selects the first result…May 28, 2023May 28, 2023
Abhishek SrivastavaWhat is Android Quantity strings (plurals) and How’s it usedAndroid has this nice feature to make your handling of strings with numbers easy. If you want to display slightly different messages that…May 17, 2023May 17, 2023
Abhishek SrivastavaDifference Between Flows and Channels in KotlinFlows are cold stream while channels are hot stream.May 7, 2023May 7, 2023
Abhishek SrivastavaWhat is suspend and how it works?A function suspend gives it the capability to start, pause and resume the coroutine, but it will only actually suspend the coroutine if it…Apr 27, 2023Apr 27, 2023
Abhishek SrivastavaImplement Paging 3 Library in Android KotlinAndroid team is continuously releasing new things to help us building Great Android Applications. Another addition to the list is Android…Apr 23, 20231Apr 23, 20231