-
iphone小小小结
iphone小小总结iphone开发笔记退回输入键盘-(BOOL)textFieldShouldReturn:(id)textField{[textFieldresignFirstResponder];}CGRectCGRectframe=CGRectMake(origin.x,origin.y,size.width,size.height);矩形NSStringFromCGRect(someCG...
82
热度 -
Top 200的全球开发者博客
有的可能你很熟悉,有的你可能还不知道。这些BLOG的排名通过查看,GooglePageRank,TechnoratiAuthority,AlexaRank,Googlelinks,TwitterGraderRank等等,形成的综合排名。如果你对此感兴趣的话,你可以看看这篇文章——《如何制作一个Blog排名》下面是前200名的排名。希望对那些有日常浏览Blog习惯的人有帮助。大家可以下载更为详细的E...
2333
热度 -
iPhone开发中的技能整理(二)
iPhone开发中的技巧整理(二)1、NSCalendar用法-(NSString*)getWeek:(NSDate*)d{NSCalendar*calendar=[[NSCalendaralloc]initWithCalendarIdentifier:NSGregorianCalendar];unsignedunits=NSYearCalendarUnit|NSMonthCalendarUnit...
85
热度 -
iPhone开发中的技能整理
iPhone开发中的技巧整理1、NSCalendar用法-(NSString*)getWeek:(NSDate*)d{NSCalendar*calendar=[[NSCalendaralloc]initWithCalendarIdentifier:NSGregorianCalendar];unsignedunits=NSYearCalendarUnit|NSMonthCalendarUnit|NS...
44
热度 -
Android支付接入(7):Google In-app-Billing
Android支付接入(七):GoogleIn-app-Billing前段时间有事请耽搁了,今天跟大家一起看下Google的in-appBillingV3支付。如果没有GooglePlay此处附上安装GooglePlay的一键安装器的链接(需要Root权限):http://www.muzhiwan.com/com.muzhiwan.gsfinstaller-86095.htmlgooglePlay...
8
热度 -
Android官方提供的支持不同屏幕大小的所有方法
Android官方提供的支持不同屏幕大小的全部方法原文地址为:http://developer.android.com/training/multiscreen/screensizes.html本文将告诉你如何让你的应用程序支持各种不同屏幕大小,主要通过以下几种办法:让你的布局能充分的自适应屏幕根据屏幕的配置来加载合适的UI布局确保正确的布局应用在正确的设备屏幕上提供可以根据屏幕大小自动伸缩的图片...
47
热度