原文链接 Running Your App:http://developer.android.com/training/basics/firstapp/running-app.html 原文演示了怎样在真机和模拟器上运行你的App。 Run on a Real Device
分类:
移动开发 时间:
2015-01-09 14:04:01
阅读次数:
170
考试月非常忙,终于考完试可以继续写代码学习了……还望各位小伙伴多多指教哈~
一、java.lang.OutOfMemoryError
对于JAVA来说,虚拟机上用于显示图片的堆只有64MB,在安卓里,每一个应用大约只有16MB的内存(参考training/displaying-bitmaps里)。也就是说,一旦我们使用类似于Bitmap这样的类去加载一张图片,很有可能就会把这6...
分类:
移动开发 时间:
2015-01-09 10:46:29
阅读次数:
221
Creating an Android Project:http://developer.android.com/training/basics/firstapp/creating-project.html
分类:
移动开发 时间:
2015-01-08 20:07:35
阅读次数:
139
Building Your First App:http://developer.android.com/training/basics/firstapp/index.html
分类:
移动开发 时间:
2015-01-08 19:37:50
阅读次数:
165
os.path.abspath(path) #返回绝对路径>>>print os.path.abspath("D:\\SQAP\\SQAP Training.pdf")>>>D:\SQAP\SQAP Training.pdfos.path.basename(path) #返回文件名>>>print ...
分类:
编程语言 时间:
2015-01-06 22:55:01
阅读次数:
210
Introduction to Office 365 Developmenthttp://www.microsoftvirtualacademy.com/training-courses/introduction-to-office-365-development?m=10072&ct=31602D...
分类:
其他好文 时间:
2015-01-06 14:59:22
阅读次数:
226
在android的开发过程中经常会遇到页面切换的问题,其中一个解决办法是使用fragment加Handler来实现,不过有些情况下这种方法并不是最好的选择。比如,你需要滑动切换页面的时候。这时使用TabHost和ViewPager来实现会更加方便。文章参考API文档中Creating
Swipe Views with Tabs(文章路径Training->Implementing Effect...
分类:
其他好文 时间:
2015-01-04 11:26:05
阅读次数:
474
Android SDK开发包下载 http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/android-platform-sdk-download-mirror.html Android 资料 Android Training 中文版 Androi...
分类:
移动开发 时间:
2014-12-26 18:15:36
阅读次数:
181
http://developer.android.com/training/articles/security-tips.html1.数据存储内部存储internal storage存储的数据,只能由App自己访问。如果是敏感数据,推荐使用KeyStore。外部存储外部存储,例如SD卡,任何app都...
分类:
移动开发 时间:
2014-12-25 20:15:00
阅读次数:
219
0x01 PHP 0817 1 在$which变量后面会自动补上".php“,所以只要提交参数solution就可以了。http://www.wechall.net/challenge/php0817/index.php?which=solution0x02 Training: Register.....
分类:
Web程序 时间:
2014-12-25 20:04:50
阅读次数:
377