Skip to content

Instantly share code, notes, and snippets.

View nesimtunc's full-sized avatar
:octocat:

Nesim Tunc nesimtunc

:octocat:
View GitHub Profile
@BrandonSmith
BrandonSmith / AndroidManifest.xml
Last active July 19, 2023 19:11
Quick example of how to schedule a notification in the future using AlarmManager
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cards.notification">
<uses-sdk
android:minSdkVersion="17"
android:targetSdkVersion="17" />
<application
android:allowBackup="true"
<!doctype html>
<!-- I ran with php -S localhost:3007 -->
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
<script src="./angular.js"></script>