Skip to content

Instantly share code, notes, and snippets.

View jeffreyrr's full-sized avatar
🧠

Jeffrey Rogiers jeffreyrr

🧠
View GitHub Profile
@jeffreyrr
jeffreyrr / pull_request_template.md
Last active March 24, 2022 15:46
Standard PR Template for Github (.github/pull_request_template.md)

Description

Sample Description Text.

Fixes:

Type of change

  • Bug fix (non-breaking change which fixes an issue)
@jeffreyrr
jeffreyrr / QrScannerScreen.android.kt
Last active October 28, 2023 00:13 — forked from oianmol/QrScannerScreen.android.kt
QR Code Scanner with Jetbrains Jetpack compose multiplatform!
import android.Manifest
import android.content.pm.PackageManager
import android.util.Log
import android.view.ViewGroup
import androidx.activity.compose.rememberLauncherForActivityResult
import androidx.activity.result.contract.ActivityResultContracts
import androidx.camera.core.CameraSelector
import androidx.camera.core.ImageAnalysis
import androidx.camera.core.Preview
import androidx.camera.lifecycle.ProcessCameraProvider