Skip to content

Instantly share code, notes, and snippets.

View scandar's full-sized avatar

Girges Scandar scandar

View GitHub Profile
package com.example.myapplication
import android.os.Build
import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
import androidx.activity.enableEdgeToEdge
import androidx.annotation.RequiresApi
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.padding
@scandar
scandar / introrx.md
Created May 3, 2017 22:44 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing