摘要:
View and ViewGroup安卓中有5种基本的ViewGroup:FrameLayoutRelativeLayoutLinearLayoutTableLayoutAbsoluteLayoutViewGroup可以添加子View,在xml文件里面,我们可以这样写: 子View的大... 阅读全文
阅读排行榜
app被Rejected 的各种原因翻译。这个绝对有用
2013-08-23 09:52 by 三戒1993, 334 阅读, 收藏,
摘要:
1. Terms and conditions(法律与条款)1.1As a developer of applications for the App Store you are bound by the terms of theProgram License Agreement(PLA), Hum... 阅读全文
Linux下android NDK环境
2012-10-24 13:15 by 三戒1993, 334 阅读, 收藏,
摘要:
1,下载NDK:地址:http://dl.google.com/android/ndk/android-ndk-r4b-linux-x86.zip2,解压:sudo apt-get install unzipunzip android-ndk-r4b-linux-x86.zip3,进入目录,查看个文... 阅读全文
CGContextAddArc 和 CGContextAddArcToPoint 区别
2012-12-04 16:30 by 三戒1993, 333 阅读, 收藏,
摘要:
绘制弧度的相关问题、用法的理解两种方法创建弧度 第一种void CGContextAddArc ( CGContextRef c, CGFloat x, //圆心的x坐标 CGFloat y,//圆心的x坐标 CGFloat radius,//圆的半径 CGFloat startA... 阅读全文
浙公网安备 33010602011771号