Skip to content

Instantly share code, notes, and snippets.

View philandrews100's full-sized avatar

Philip Andrews philandrews100

  • Roku
  • Southport
  • 05:55 (UTC)
View GitHub Profile
SAResponder Privacy Policy
Last updated: October 2025
SAResponder (“we,” “our,” or “us”) is committed to protecting your privacy. This Privacy Policy explains how we collect, use, and protect your personal information when you use our mobile applications and services.
1. Information We Collect
Chrona Privacy Policy
Last updated: October 10, 2025
Chrona respects your privacy. This Privacy Policy explains how Chrona (“the App”) handles your data.
1. Information Collection
Chrona does not collect, store, or share any personal information.
All data you create — such as events, titles, dates, or images — is stored locally on your device using Apple’s secure SwiftData framework.
@philandrews100
philandrews100 / GitCommitEmoji.md
Created January 11, 2019 08:50 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
import android.app.Activity;
import android.content.Context;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.support.v4.app.Fragment;
import android.widget.FrameLayout;
/**
* Created by phil on 14/08/2017.
*/
@philandrews100
philandrews100 / BaseFragmet.java
Last active November 15, 2017 10:13
Fragment Implementation
import android.app.Fragment;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.retrofitrealm.controllers.MainActivityInterface;