Skip to content

Instantly share code, notes, and snippets.

View iNoles's full-sized avatar

Jonathan Steele iNoles

View GitHub Profile
@jaredsburrows
jaredsburrows / build.yml
Last active March 18, 2023 19:04
Flutter - Android + iOS + Web
name: build
on:
push:
branches:
- main
pull_request:
types: [ opened, labeled, unlabeled, synchronize ]
env:
@heinrichreimer
heinrichreimer / DataBindingFragment.java
Created March 21, 2017 15:42
Fragment class for using data binding to replace view inflation.
package foo.bar;
import android.databinding.ViewDataBinding;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;