Skip to content

Instantly share code, notes, and snippets.

View doomSDey's full-sized avatar
:electron:
Holding everything together with try and catch

Sudipta Dey doomSDey

:electron:
Holding everything together with try and catch
View GitHub Profile
android{
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {
// Add CameraX dependencies
implementation "androidx.camera:camera-core:1.0.0-beta05"
@doomSDey
doomSDey / index.html
Created March 28, 2020 11:09
Sticky Notes
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Sticky Notes board</title>
<meta name="description" content="Sticky Notes by Edmond Ko">
<meta name="author" content="Edmond Ko">
<link href='https://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
</head>
<body>