Published inITNEXTUnlocking the Power of Sealed Classes and Interfaces in KotlinThe difference between a sealed class and a sealed interface is that a sealed class can have a state, whereas, a sealed interface can’t…May 4, 2023May 4, 2023
Explanation of inline, noinline, crossinline, and reified in Kotlin with examples.An inline function in Kotlin is a type of function in which instead of calling the function and executing the function body.Apr 6, 2023Apr 6, 2023
Creating a Floating Alert Dialog like google translate with Material Design 3 in androidI’m going to show you how to create a Floating alert dialog like tap to translate features in the google translate app using a materia.Jun 3, 2022Jun 3, 2022
Gson ব্যবহার করে ডাটা Serialize এবং Deserialize করাGson লাইব্রেরী ২০০৮ সালে গুগল তাদের নিজেদের ইন্টারনাল কাজ করার জন্য মূলত ডেভেলপ করেছিল ,পরে তারা এইটাকে ফ্রি করে দেয় ।এখন এইটার Version…Feb 5, 2018Feb 5, 2018