Skip to content

Instantly share code, notes, and snippets.

View fedexdear's full-sized avatar

Noppawat fedexdear

View GitHub Profile
@fedexdear
fedexdear / MainActivity.java
Last active May 16, 2016 14:11
[Lesson 3] ความสัมพันธ์ของ Layout และโค้ด Java ในการเขียน Android ... อ่านรีวิวต่อได้ที่ http://review.thaiware.com/435-Lesson-3-Layout-Java-Android.html
package com.thaiware.codetesting;
import android.os.Bundle;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.util.Log;
import android.view.Menu;
import android.view.View;
import android.view.View.OnClickListener;