对于每位iOS开发者来说,Twitter是个获得最新iOS开发技术和相关信息的好地方。如果你刚好有Twitter账户,可以关注以下为你推荐的该领域内的52个优秀人物。1.Tim Cook这位无需多言,苹果的CEO,超级大老板。2.Chris LattnerSwift编程语言开发主导者。3.Matt ...
分类:
移动开发 时间:
2015-08-03 18:56:32
阅读次数:
180
作者:郭孝星
微博:郭孝星的新浪微博
邮箱:allenwells@163.com
博客:http://blog.csdn.net/allenwells
Github:https://github.com/AllenWells一 启用拍照请求相机使用权限
<uses-feature android:name="android.hardware.camer...
分类:
移动开发 时间:
2015-08-03 16:59:44
阅读次数:
220
作者:郭孝星
微博:郭孝星的新浪微博
邮箱:allenwells@163.com
博客:http://blog.csdn.net/allenwells
Github:https://github.com/AllenWells
Android为播放音乐、闹铃、通知铃、来电声音、系统声音、打电话声音和DTMF频道都分别维护了一个隔离的音频流,这是我们能够控制不同音频的前提,这其中大多数的音频...
分类:
移动开发 时间:
2015-08-03 14:32:03
阅读次数:
172
了解了什么是MVC之后,接下来用一个非常简单的留言板程序概要的了解MVC网站开发的过程,对MVC开发有个大致的轮廓。第一个项目将不会提到过多与数据库相关的技术,因此将以Framework Code First开发技术进行数据访问,核心在于体验MVC开发的过程。2.1利用ASP.NET MVC4项目模...
分类:
Web程序 时间:
2015-08-02 00:50:01
阅读次数:
203
作者:郭孝星
微博:郭孝星的新浪微博
邮箱:allenwells@163.com
博客:http://blog.csdn.net/allenwells
Github:https://github.com/AllenWells一 Android.mk文件的作用和特点1.1 Android.mk文件作用该文件用来描述编译系统(build system)的,即一个微型的GNU Makefile片段...
分类:
移动开发 时间:
2015-07-31 16:26:36
阅读次数:
253
作者:郭孝星
微博:郭孝星的新浪微博
邮箱:allenwells@163.com
博客:http://blog.csdn.net/allenwells
Github:https://github.com/AllenWells一 Application.mk文件的作用和特点作用:描述应用程序中所需要的模块(静态库或动态库)。位置:Application.mk通常放在PROJECT/jni/Ap...
分类:
移动开发 时间:
2015-07-31 16:24:04
阅读次数:
135
作者:郭孝星
微博:郭孝星的新浪微博
邮箱:allenwells@163.com
博客:http://blog.csdn.net/allenwells
Github:https://github.com/AllenWells
一个App通常都会有好几个Activity。每一个Activity的界面都扮演者用户接口的角色,允许用户执行一些特殊任务,例如查看地图或者是开始拍照等。如何让用户从...
分类:
移动开发 时间:
2015-07-31 14:53:23
阅读次数:
276
作者:郭孝星
微博:郭孝星的新浪微博
邮箱:allenwells@163.com
博客:http://blog.csdn.net/allenwells
Github:https://github.com/AllenWells一 Intent验证尽管Android系统会确保每一个确定的intent会被系统内置的app(such as the Phone, Email, or Calendar...
分类:
移动开发 时间:
2015-07-31 14:51:25
阅读次数:
148
作者:郭孝星
微博:郭孝星的新浪微博
邮箱:allenwells@163.com
博客:http://blog.csdn.net/allenwells
Github:https://github.com/AllenWells
应用程序一般都会涉及数据的输入和输出,应用程序的参数设置、程序运行状态数据等等这些都需要保存的外部存储器上,如果有大量数据需要存储则需要借助数据库,如果只有少量的数...
分类:
移动开发 时间:
2015-07-30 14:53:27
阅读次数:
216
作者:郭孝星
微博:郭孝星的新浪微博
邮箱:allenwells@163.com
博客:http://blog.csdn.net/allenwells
Github:https://github.com/AllenWells一 Fragment管理与事务Activity通过FragmentManager管理Fragment,FragmentManager可以完成以下功能:
调用findFra...
分类:
移动开发 时间:
2015-07-30 11:21:31
阅读次数:
290