PinnedAnubhav Sharma10 Kotlin Frequently Asked Interview QuestionsKotlin has gained immense popularity in the world of Android app development and is increasingly being adopted for other application…Sep 29, 2023Sep 29, 2023
Anubhav SharmaUnderstanding Asynchronous Code vs. Synchronous Code in SwiftIn the world of programming, understanding the difference between asynchronous and synchronous code is crucial, especially when working…May 16May 16
Anubhav Sharma“Flutter 101: Embarking on a Creative Journey into the World of App Development”Introduction: Welcome to the fascinating universe of Flutter, where creativity meets functionality to bring your app development dreams to…Jan 23Jan 23
Anubhav SharmaMastering Kotlin Collection Functions: A Comprehensive GuideIntroductionOct 4, 2023Oct 4, 2023
Anubhav SharmaHarnessing Kotlin Extension Functions: A Cool Way to Enhance Your CodeKotlin, known for its conciseness and versatility, offers a powerful feature called extension functions. These functions allow you to…Oct 2, 2023Oct 2, 2023
Anubhav SharmaHow to Observe Internet Connectivity in Android — Modern Way with Kotlin FlowHello! Dear Folks, Today I am going to talk about “How to Observe Internet Connectivity ? with Kotlin Flow”Sep 29, 2023Sep 29, 2023
Anubhav SharmaUnderstanding Kotlin Flow: A Beginner’s GuideKotlin Flow is a powerful and expressive way to work with asynchronous and stream-like data in Kotlin. It is part of the Kotlin Coroutines…Sep 29, 2023Sep 29, 2023
Anubhav SharmaOnBackPressed deprecated So, let’s use modern way to handle itIf you have updated any application to targetSdk 33, you probably have seen that OnBackPressed() is deprecated in Activities. Hello…Sep 13, 2022Sep 13, 2022
Anubhav SharmaSerializable vs Parcelable in AndroidHello! Developers, Today I am going to discuss about what is Serializable and Parcelable, and when we use this concept and why.Sep 13, 2022Sep 13, 2022
Anubhav SharmaAndroid Broadcast ReceiverBroadcast receiver are one of the four core android components. Simply, Broadcast Receivers can send or receive messages from other…Aug 8, 2022Aug 8, 2022