Skip to content

Instantly share code, notes, and snippets.

View zalphe's full-sized avatar
💪
Spirit

Rizal Purwosaputro zalphe

💪
Spirit
View GitHub Profile
@zalphe
zalphe / activity_main.xml
Created May 5, 2017 08:18 — forked from anonymous/activity_main.xml
RelativeLayout XML for Udacity quiz question
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="16dp">
<TextView
android:text="I’m in this corner"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
@zalphe
zalphe / gist:469099707f1f5ada409795d0dca60a8e
Created January 7, 2017 14:32 — forked from mrjeremyt/gist:1cc0e0b3b3d5da5bad32
BetterProgrammer certificate code
/**
* Created by MrJeremyT on 6/30/15.
*/
import java.util.ArrayList;
import java.util.List;
public class BetterProgrammerTask {