Android Decompile

有时候在Google Play Store看到一些有趣的应用,或者对有些应用的资源图片之类的很感兴趣,这时候就需要用到Android反编译APK的一些

Moving Bitbucket Repo to Github

1 2 3 4 5 6 git clone https://bitbucket.org/username/repos.git local_dir cd local_dir git remote rename origin bitbucket git remote add origin git@github.com:username/repos.git git push -u origin master git remote rm bitbucket

Android Guide App Component

TL,DR; Once installed on a device, each Android application lives in its own security sandbox: The Android operating system is a multi-user Linux system in which each application is a different user. By default, the system assigns each application a unique Linux user ID (the ID is used only by the system and is unknown to the application). The system sets permissions for all the files in an application so