POST /photo/mApp/ajax/login.php HTTP/1.1
Content-Length: 113
Content-Type: application/x-www-form-urlencoded
Host: 192.168.1.2:80
Connection: Keep-Alive
action=login&username=user&passwd=password&video_formats=%5B%5B%22*%22%2C0%2C0%2C1280%2C720%2C0%2C%5B%5D%5D%5D
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
| import android.animation.ValueAnimator; | |
| import android.graphics.Color; | |
| import android.graphics.ColorMatrix; | |
| import android.graphics.ColorMatrixColorFilter; | |
| import android.support.design.widget.AppBarLayout; | |
| import android.view.View; | |
| import android.view.ViewGroup; | |
| import android.view.animation.AccelerateDecelerateInterpolator; | |
| import android.view.animation.DecelerateInterpolator; | |
| import android.widget.ImageView; |
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 class Animate { | |
| /** | |
| * Animate height of a ViewGroup object. | |
| * | |
| * @param target ViewGroup | |
| * @return Builder | |
| */ | |
| public static ValueAnimatorBuilder viewGroupHeight(ViewGroup target) { | |
| return new ValueAnimatorBuilder<ViewGroup>(target) { | |
| @Override |
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
| GIF: http://i.giphy.com/26AHH8u6ailoD3hpm.gif |
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 io.tsh.gdziesiedzi.utils; | |
| import android.support.v7.widget.RecyclerView; | |
| import java.util.List; | |
| public class AdapterAnimator<T> { | |
| private final RecyclerView.Adapter adapter; | |
| public AdapterAnimator(RecyclerView.Adapter adapter) { | |
| this.adapter = adapter; |
rm Dockerfile ; nano Dockerfile
docker build -t rafakob/android:latest - < Dockerfile
docker run -it rafakob/android
http://technotesonthego.blogspot.com/2015/09/gpu-emulation-for-android-emulator-on.html
NewerOlder