Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am pxson001 on github.
  • I am pxson2903 (https://keybase.io/pxson2903) on keybase.
  • I have a public key ASDBAit3GFT5VSHvGyTSwghytwwlRG6fxNN8bFjZjXDcfQo

To claim this, I am signing this object:

docker build -t remote-debug-image .
chmod 600 ~/Download/aws_keypair.pem
ssh -i ~/Download/aws_keypair.pem ec2-user@ec2-54-254-239-83.ap-southeast-1.compute.amazonaws.com
chmod 600 ~/<path to the .pem file>
ssh -i ~/<path to the .pem file> ec2-user@<public DNS>
@pxson001
pxson001 / DetailActivity.java
Created July 20, 2016 16:47
DetailActivity
package gokustudio.tentenbackground.activities;
import android.content.Intent;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.Environment;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;