Skip to content

Instantly share code, notes, and snippets.

View ebrgh12's full-sized avatar
🧨
I may be slow to respond.

GH ebrgh12

🧨
I may be slow to respond.
View GitHub Profile
@ebrgh12
ebrgh12 / test.java
Created March 2, 2018 13:12 — forked from hatone/test.java
Word Count Engine
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
public class Main {
<LinearLayout
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:text="Guest List"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />