Skip to content

Instantly share code, notes, and snippets.

@wajahatkarim3
wajahatkarim3 / ActivitiesLaunchingWay.kt
Last active April 3, 2023 08:12
Kotlin Extensions for simpler, easier and funw way of launching of Activities
/**
* Kotlin Extensions for simpler, easier and funw way
* of launching of Activities
*/
inline fun <reified T : Any> Activity.launchActivity (
requestCode: Int = -1,
options: Bundle? = null,
noinline init: Intent.() -> Unit = {})
{
@stkent
stkent / android-bluetooth-low-energy-resources.md
Last active July 12, 2025 21:55
Android Bluetooth Low Energy (BLE) Resources