Skip to content

Instantly share code, notes, and snippets.

View potados99's full-sized avatar
🍟
뇸뇸

Potados potados99

🍟
뇸뇸
View GitHub Profile
@springcome
springcome / android-getPackageManage.java
Created October 22, 2013 10:09
어플이 설치되어 있는지 확인하기, android
// 카카오톡이 설치되어 있는지 확인
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
try {
this.getPackageManager().getPackageInfo("com.kakao.talk", PackageManager.GET_ACTIVITIES);
} catch (NameNotFoundException e) {
e.printStackTrace();
ToastUtil.showShotToast(this, "없음");
@alexpeattie
alexpeattie / disable-autolinking.md
Created February 7, 2013 07:32
Disable Github-flavored Markdown autolinking

http://example.com

http://example.com