
Android
zery
,
展开
-
set transparent button image and background color to button
I have a transparent button image with white border and without label. I want to create a button which will have its label, its background transparent image and want to set a background color to butto转载 2012-08-13 13:14:33 · 1287 阅读 · 0 评论 -
Show Media Volume Slider on the UI
leftAm = (AudioManager)getSystemService(Context.AUDIO_SERVICE); int maxVolume = leftAm.getStreamMaxVolume(AudioManager.STREAM_MUSIC); int curVolume = leftAm.getStreamVolume(AudioManager.STREAM转载 2012-08-13 13:49:10 · 1071 阅读 · 0 评论 -
Android APK反编译详解(附图)
这段时间在学Android应用开发,在想既然是用Java开发的应该很好反编译从而得到源代码吧,google了一下,确实很简单,以下是我的实践过程。 在此郑重声明,贴出来的目的不是为了去破解人家的软件,完全是一种学习的态度,不过好像通过这种方式也可以去汉化一些外国软件。 一、反编译Apk得到Java源代码 首先要下载两个工具:dex2jar和JD-GUI 前者是将转载 2012-08-14 12:22:51 · 612 阅读 · 0 评论 -
Compile curl
Curl Download the Curl source code [URL] Create an Android project Create an Activity with the code as below public class MainActivity extends Activity { /** Called when the activity is first原创 2013-05-15 16:31:48 · 1816 阅读 · 0 评论 -
NDK Command
'ndk-build' Overview (Official Document) ndk-build NDK_LOG=1原创 2013-05-15 19:19:31 · 769 阅读 · 1 评论