
移动
儿大不由爷
这个作者很懒,什么都没留下…
展开
-
ADT 23.0.4
http://pan.baidu.com/s/1pJG4dFP原创 2014-10-08 13:41:57 · 1609 阅读 · 0 评论 -
Android:ADT 23.0.3
http://pan.baidu.com/s/1gdmqMAZ原创 2014-08-13 16:36:33 · 1093 阅读 · 0 评论 -
Android:WebView基本使用
Android WebView使用基础 http://www.cnblogs.com/mengdd/archive/2013/03/01/2938295.htmlWebView基本使用 WebView是View的一个子类,可以让你在activity中显示网页。 可以在布局文件中写入WebView:比如下面这个写了一个填满整个屏幕的WebView: xml转载 2014-08-05 11:47:24 · 738 阅读 · 0 评论 -
andorid:HTTP Post 代码
public void postData() { // Create a new HttpClient and Post Header HttpClient httpclient = new DefaultHttpClient(); HttpPost httppost = new HttpPost("http://www.yoursite.com/script.php转载 2014-06-17 19:24:08 · 824 阅读 · 0 评论 -
android: 编译时候提示:xxx/gen already exists but is not a source folder
Two actions, first:1.Right click on the project and go to "Properties"2.Select "Java Build Path" on the left3.Open "Source" tab4.Click "Add Folder..." and check "gen" and "src"second原创 2014-07-18 12:57:21 · 1228 阅读 · 0 评论 -
Android:No grammar constraints (DTD or XML schema) detected for the document
This worked for me in Eclipse : Go to the Preferences window, then XML -> XML Files -> Validation. Then in the Validating files section of the preferences panel on the right, choose Ignore in the dr转载 2014-03-24 18:30:01 · 920 阅读 · 0 评论 -
Android:导出签名APK时,出现"app_name" is not translated 错误
""app_name" is not translated in af, am, ar, be, bg, ca, cs, da, de, el, en-rGB, en-rIN, es, es-rUS, et, et-rEE, fa, fi, fr, fr-rCA, hi, hr, hu, hy-rAM, in, it, iw, ja, ka-rGE, km-rKH, ko, lo-rLA, lt,转载 2014-05-05 16:19:15 · 2540 阅读 · 0 评论 -
Android:Error: WebView.destroy() called while still attached
Error: WebView.destroy() called while still attachedwebViewPlaceholder.removeView(myWebView);myWebView.removeAllViews();myWebView.destroy();转载 2014-03-31 17:31:09 · 1147 阅读 · 0 评论 -
Android:获取MAC和IP 地址
// AndroidManifest.xml permissionsuses-permission android:name="android.permission.INTERNET" />uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />// test functionsUtils.getM转载 2014-03-17 15:12:48 · 891 阅读 · 0 评论 -
Android:ADT 22.6..0
PackageSizeMD5 ChecksumADT-22.6.0.zip14585211 bytesd95c6d8e678881f6c89f063b58d4162f转载 2014-03-05 15:23:23 · 1652 阅读 · 0 评论 -
Android Studio 0.3.1
PlatformPackageSizeMD5 ChecksumWindowsandroid-studio-bundle-132.883541-windows.exe448245492 bytesca5f5c4d21b4350ddf3bda7021a6ee5eMac OS Xandroid-studio-bundle-132.883541-ma原创 2013-11-01 12:51:35 · 931 阅读 · 0 评论 -
Android:缩小图片尺寸,并添加水印
public class AIS_PhotoResize {//resize photos to reduce data cost for sending photospublic String ResizePhoto(String photoName){ //folder location for existing photos File oldFileRo转载 2013-09-12 23:55:28 · 1123 阅读 · 0 评论 -
Android-sdk r22.0.4 发布
ADT BundlePlatformPackageSizeMD5 ChecksumWindows 32-bitadt-bundle-windows-x86-20130717.zip446783216 bytes0dd91095999d3539ca1ec4033d83d935Windows 64-bitadt-bundle-wind原创 2013-07-23 13:20:07 · 2120 阅读 · 0 评论 -
Android Studio 0.2.0 发布
PlatformPackageSizeMD5 ChecksumWindows android-studio-bundle-130.737825-windows.exe 396091268 bytes6da1bc8effa048c8ff669e4c484eb11fMac OS X android-studio-转载 2013-07-12 17:54:13 · 2023 阅读 · 0 评论 -
Android SDK tools 22.0.1 发布
Windows32 & 64-bitandroid-sdk_r22.0.1-windows.zip113483496 bytescb7f7703450afa5914fb4b8b8332a9f3installer_r22.0.1-windows.exe (Recommended)93479015 bytes81621d3b164f81f91e066011b325f转载 2013-06-05 14:39:38 · 2831 阅读 · 0 评论 -
android:ADT 22.0.1 发布
PackageSizeMD5 ChecksumADT-22.0.1.zip16815544 bytes64473af058fa8f02e36241ee378b3ac0原创 2013-06-05 14:38:26 · 1302 阅读 · 0 评论 -
Android在线代码
http://omapzoom.org/原创 2013-02-27 09:33:22 · 595 阅读 · 0 评论 -
开源的移动应用框架
ll young programmers out there already aware by now, if they want to survive for years to come then they should prepare themselves for the waves of mobile application trends.with the successful camp转载 2011-12-15 09:36:58 · 696 阅读 · 0 评论 -
Android:ADT-22.3.0
PackageSizeMD5 ChecksumADT-22.3.0.zip14493723 bytes0189080b23dfa0f866adafaaafcc34ab原创 2013-11-01 13:16:08 · 2705 阅读 · 0 评论 -
Android:Android Failed to install HelloWorld.apk on device (null) Error
1. Try changing the ADB connection timeout. I think it defaults that to 5000ms and I changed mine to 10000ms to get rid of that problem.If you are in Eclipse, you can do this by going throughW转载 2013-11-28 10:36:27 · 1282 阅读 · 0 评论 -
Android:SDK r22.6 发布
SDK Tools OnlyPlatformPackageSizeMD5 ChecksumWindows32 & 64-bitandroid-sdk_r22.6-windows.zip108862292 bytes6faa487d328be352a456c53d9cbf0e3dinstaller转载 2014-03-05 14:31:19 · 1823 阅读 · 0 评论 -
Android:Google Play Services 4.2
Google Play Services 4.2http://android-developers.blogspot.com/2014/02/google-play-services-42.htmlThe latest release of Google Play services has begun rolling out to Android devices wor原创 2014-02-12 10:28:42 · 1977 阅读 · 0 评论 -
Google Java编码风格
http://google-styleguide.googlecode.com/svn/trunk/javaguide.htmlGoogle Java StyleLast changed: December 19, 20131 Introduction1.1 Terminology notes1.2 Guide notes2 So转载 2014-01-27 11:01:10 · 1264 阅读 · 0 评论 -
Android:Changes to the SecretKeyFactory API in Android 4.4
http://android-developers.blogspot.com/2013/12/changes-to-secretkeyfactory-api-in.htmlChanges to the SecretKeyFactory API in Android 4.4Posted by Trevor Johns, Android Developer Relations te转载 2014-01-09 19:20:32 · 1113 阅读 · 0 评论 -
Android:NDK r9c
PlatformPackageSize (Bytes)MD5 ChecksumWindows 32-bitandroid-ndk-r9c-windows-x86.zip460676475863b5ab371b63c3e9bf0d39e47903763Windows 64-bitandroid-ndk-r9c-w原创 2014-01-03 12:49:12 · 3139 阅读 · 0 评论 -
Android: Unable to execute dex: Multiple dex files define Lcom
Right click on the Project NameSelect Java Build Path, go to the tab Order and ExportUnchecked your .jar library.转载 2013-12-20 13:03:17 · 735 阅读 · 0 评论 -
Android:关于音频焦点(Respecting Audio Focus)
http://android-developers.blogspot.com/2013/08/respecting-audio-focus.htmlRespecting Audio FocusPosted by Kristan Uccello, Google Developer RelationsIt’s rude to talk during a presentation,转载 2013-12-12 10:10:04 · 1028 阅读 · 0 评论 -
Android:Activity,线程,和内存泄漏
http://www.androiddesignpatterns.com/2013/04/activitys-threads-memory-leaks.htmlActivitys, Threads, & Memory LeaksA common difficulty in Android programming is coordinating long-runnin转载 2013-12-10 20:39:55 · 986 阅读 · 0 评论 -
Android:Handler,内部类导致的可能内存泄露
http://www.androiddesignpatterns.com/2013/01/inner-class-handler-memory-leak.htmlHow to Leak a Context: Handlers & Inner ClassesConsider the following code:?1转载 2013-12-10 18:23:24 · 911 阅读 · 0 评论 -
央视3.15晚会曝光网秦与飞流联手坑害手机用户
http://tech.qq.com/a/20110315/000450.htm转载 2011-03-16 09:08:00 · 1552 阅读 · 0 评论