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 RahulSDeshpande

Report abuse

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

Report abuse
rahulsdeshpande/README.md

Hi there 👋

about About me

val rahulsdeshpande = human { about { name = "Rahul Deshpande" company = "dopay" role = "Sr. Mobile Engineer" location = "United Arab Emirates" } tech { core( "Mobile", "Backend", ) day( "Android", "Kotlin", "Java", "Compose", "KMP/CMP", "Spring Boot", ) night( "Indie Apps", "Music", "Photography", ".*".toRegex() ) } links { email = "rahul.deshpande92@gmail.com" twitter = "twitter.com/rahulografy" linkedIn = "linkedin.com/in/rhld" } }

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