This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package tw.com.akdg.helloandroidstudio; | |
| import android.app.Activity; | |
| import android.graphics.Bitmap; | |
| import android.os.Bundle; | |
| import android.util.DisplayMetrics; | |
| import android.util.Log; | |
| import android.widget.ImageView; | |
| import com.google.zxing.EncodeHintType; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apply plugin: 'android-library' | |
| repositories { | |
| mavenCentral() | |
| } | |
| android { | |
| compileSdkVersion 17 | |
| buildToolsVersion '19.1.0' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public void test (){ | |
| //...... | |
| } |
NewerOlder