Skip to content
View RahulSDeshpande's full-sized avatar
☑️
Code • Jam • Shoot | Repeat
☑️
Code • Jam • Shoot | Repeat

Organizations

@TechnoCompAcademyPuneIndia @JigyasaCodes @AndroCurious @i-mates
Block or Report

Block or report RahulSDeshpande

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RahulSDeshpande/README.md

Hi there 👋


Visitor count

Pinned Loading

  1. compose-basics compose-basics Public

    Kotlin

  2. meals-app-compose meals-app-compose Public

    Kotlin

  3. do-play-tube-android do-play-tube-android Public

    DoPlayTube | Yet Another YouTube Player App 😁

    Kotlin 1

  4. dctk-axm-ecomm-android dctk-axm-ecomm-android Public

    E-commerce sample app with MVVM architecture

    Kotlin 2

  5. Kotlin Extension for the MaterialAle... Kotlin Extension for the MaterialAlertDialog!
    1
    // Kotlin extension
    2
    fun Context.alert(
    3
        @StyleRes style: Int = 0,
    4
        dialogBuilder: MaterialAlertDialogBuilder.() -> Unit
    5
    ) {
  6. 'SharedPrefs' utility class written ... 'SharedPrefs' utility class written Kotlin, for storing and retrieving data from SharedPreference in Android.
    1
    import android.content.Context
    2
    import android.preference.PreferenceManager
    3
    import android.util.Log
    4
    import java.lang.ref.WeakReference
    5