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
buildscript { | |
repositories { | |
mavenCentral() | |
} | |
dependencies { | |
classpath 'com.android.tools.build:gradle:0.12.2' | |
} | |
} | |
apply plugin: 'com.android.application' |
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 com.wukongtv.wkremote.client; | |
import android.annotation.SuppressLint; | |
import android.graphics.Bitmap; | |
import android.os.Bundle; | |
import android.support.v4.app.Fragment; | |
import android.util.Log; | |
import android.view.LayoutInflater; | |
import android.view.View; | |
import android.view.ViewGroup; |
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 com.wukongtv.wkremote.client.tv; | |
import android.text.TextUtils; | |
import android.view.KeyEvent; | |
import com.wukongtv.wkremote.client.ControlImpl.ControlMiddleware; | |
import com.wukongtv.wkremote.client.R; | |
import java.util.HashMap; |
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
/** | |
* Created by sadieyu | |
* Date: 15-1-23 | |
* Time: 上午1:23 | |
* | |
* .-~~~~~~~~~-._ _.-~~~~~~~~~-. | |
* __.' ~. .~ `.__ | |
* .'// Hello \./ World! \\`. | |
* .'// | \\`. | |
* .'// .-~"""""""~~~~-._ | _,-~~~~"""""""~-. \\`. |
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
Scanning 1.3: ........... | |
Scanning 1.3 (Phase 2): . | |
Scanning unspecified: ............................................................ | |
Scanning unspecified (Phase 2): .......................... | |
Scanning release: . | |
Scanning release (Phase 2): | |
Scanning debug: . | |
Scanning debug (Phase 2): | |
Scanning unspecified: . | |
Scanning unspecified (Phase 2): |
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 com.sadieyu.logg; | |
import android.app.Activity; | |
import android.os.Bundle; | |
import android.util.Log; | |
/* | |
.class public Lcom/sadieyu/logg/MainActivity; | |
.super Landroid/app/Activity; | |
.source "MainActivity.java" |
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 in.srain.cube.demo.ui; | |
/** | |
* Created by sadieyu | |
* Date: 15-5-7. | |
* Time: 下午10:12 | |
*/ | |
import android.annotation.TargetApi; | |
import android.content.Context; |
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 com.wukongtv.wkremote.client.widget; | |
import android.app.Activity; | |
import android.content.Context; | |
import android.content.res.TypedArray; | |
import android.util.AttributeSet; | |
import android.view.MotionEvent; | |
import android.view.View; | |
import android.view.ViewConfiguration; |
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 com.sadieyu.mixbitmapsdemo; | |
import android.app.Activity; | |
import android.graphics.Bitmap; | |
import android.graphics.Canvas; | |
import android.graphics.Matrix; | |
import android.graphics.PointF; | |
import android.graphics.Rect; | |
import android.graphics.drawable.Drawable; | |
import android.os.Bundle; |