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"
}
}
☑️
Code • Jam • Shoot | Repeat
I make apps | Android Enthusiast & Indie App Dev | Can't live without Coding, Music & Photography.
- India & UAE
- lu.ma/rhl
- @rahulografy
- in/rhld
- @RahulDeshpandeMusic
Highlights
Pinned Loading
-
-
-
do-play-tube-android
do-play-tube-android PublicDoPlayTube | Yet Another YouTube Player App 😁
Kotlin 1
-
dctk-axm-ecomm-android
dctk-axm-ecomm-android PublicE-commerce sample app with MVVM architecture
Kotlin 2
-
Kotlin Extension for the MaterialAle...
Kotlin Extension for the MaterialAlertDialog! 1// Kotlin extension
2fun Context.alert(
3@StyleRes style: Int = 0,
4dialogBuilder: MaterialAlertDialogBuilder.() -> Unit
5) {
-
'SharedPrefs' utility class written ...
'SharedPrefs' utility class written Kotlin, for storing and retrieving data from SharedPreference in Android. 1import android.content.Context
2import android.preference.PreferenceManager
3import android.util.Log
4import java.lang.ref.WeakReference
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.