Skip to content

Instantly share code, notes, and snippets.

View mapm14's full-sized avatar

Manuel Perera mapm14

View GitHub Profile
@mapm14
mapm14 / MainActivity.kt
Last active June 14, 2023 16:56
Passport Encryption Composable
package com.manuperera.passportencryption
import android.content.pm.ActivityInfo
import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
import androidx.compose.animation.core.LinearEasing
import androidx.compose.animation.core.animateFloatAsState
import androidx.compose.animation.core.animateOffsetAsState
import androidx.compose.animation.core.tween
@mapm14
mapm14 / BouncyRopes.kt
Created July 12, 2022 16:41
BouncyRopes Composable
import androidx.compose.animation.core.Spring
import androidx.compose.animation.core.animateOffsetAsState
import androidx.compose.animation.core.spring
import androidx.compose.foundation.BorderStroke
import androidx.compose.foundation.Canvas
import androidx.compose.foundation.border
import androidx.compose.foundation.gestures.detectDragGestures
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.offset