Skip to content

Instantly share code, notes, and snippets.

View satoshun's full-sized avatar
🤖

Sato Shun satoshun

🤖
View GitHub Profile
package com.example.mysocialintent.libs;
import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;
import android.app.Activity;
import android.content.Intent;
public enum MySocialIntent {
@satoshun
satoshun / gist:5128329
Created March 10, 2013 12:12
social intent
package com.example.mysocialintent.test;
import android.app.Activity;
import android.content.Intent;
import android.test.ActivityInstrumentationTestCase2;
import com.example.mysocialintent.MainActivity;
import com.example.mysocialintent.libs.MySocialIntent;