Skip to content

Instantly share code, notes, and snippets.

View gejiaheng's full-sized avatar

Jiaheng gejiaheng

View GitHub Profile
@gejiaheng
gejiaheng / hugo_setup.md
Last active September 28, 2016 16:11
Hugo setup

hugo

  1. app/build.gradle
apply plugin: 'com.jakewharton.hugo'
  1. build.gradle
buildscript {
@gejiaheng
gejiaheng / gist:8d34469298cadfb061cfed074127a7ee
Last active September 28, 2016 03:25 — forked from orhanobut/gist:8665372
Up down animation for dialog fragment
// Slide up animation
<?xml version="1.0" encoding="utf-8"?>
<translate xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="@android:integer/config_mediumAnimTime"
android:fromYDelta="150%"
android:interpolator="@android:anim/accelerate_decelerate_interpolator"
android:toYDelta="0" />
@gejiaheng
gejiaheng / PageLinks.java
Created July 17, 2016 14:17
Parser for Dribbble paging