码迷,mamicode.com
首页 >  
搜索关键字:loading    ( 5229个结果
Loading Large Bitmaps Efficiently
NOTE:看来Android文档过来做个笔记,并没有详细去写这些东西。BitmapFactory提供的decode方法直接去decode的话,会造成oom异常。要设置BitmapFactory.Options 的inJustDecodeBounds为true。将图片信息decode出来,此时并没有真...
分类:其他好文   时间:2015-01-27 20:16:19    阅读次数:200
将color转为UIImage
图片:代码:- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. //建立图片 UIIma...
分类:其他好文   时间:2015-01-27 10:42:33    阅读次数:192
loading的两种常用方式
loading的两种常用方式1、 UIActivityIndicatorView*loadingView = [[UIActivityIndicatorViewalloc]initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhite...
分类:其他好文   时间:2015-01-26 18:58:57    阅读次数:211
Android_AdapterView_setEmptyView
当我们使用ListView或GridView的时候,当列表为空的时候,我们往往需要一个Loading或者一段提示文字又或者一个特殊的View来提示用户操作,这个时候就用到了setEmptyView()方法。 setEmptyView()其实是AdapterView的方法,而我们开发中常用到的ListView, GridView, ExpandableListView等都是继承于Adapter...
分类:移动开发   时间:2015-01-26 13:39:11    阅读次数:170
OGG登陆报cannot open shared object file错误处理
1、错误现象Linux服务器上,新安装的goldengate(OGG),使用./ggsci登 陆控制台报出./ggsci: error while loading shared libraries: libnnz11.so: cannotopen shared object file: No suc...
分类:其他好文   时间:2015-01-26 01:15:03    阅读次数:199
[原]AngularJS iframe打开不同域的内容时报错误
Blocked loading resource from url not allowed by $sceDelegate policy
分类:Web程序   时间:2015-01-25 22:30:34    阅读次数:277
OGG登陆报cannot open shared object file错误处理
./ggsci: error while loading shared libraries: libnnz11.so: cannotopen shared object file: No such file or directory...
分类:其他好文   时间:2015-01-25 16:45:33    阅读次数:172
Android框架Picasso的使用简介
Introduction Images add much-needed context and visual flair to Android applications. Picasso allows for hassle-free image loading in your application—often in one line of code! Picasso.with(conte...
分类:移动开发   时间:2015-01-23 11:11:39    阅读次数:201
找不到符号
找不到符号 找不到 ntdll.pdb。   *** ERROR: Symbolfile could not be found.  Defaulted toexport symbols for ntdll.dll -   ************* Symbol Loading Error Summary ************** Module name    ...
分类:其他好文   时间:2015-01-22 15:26:06    阅读次数:119
html5 css3 loading 效果
githubhttps://github.com/breakfriday/loadingDemo
分类:Web程序   时间:2015-01-22 14:58:12    阅读次数:137
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!