ion-view是什么lol战队标签是什么?

当前访客身份:游客 [
当前位置:
inoIconView
对于一个独立开发者来说,瓶颈往往不是技术而是美工,而美工这部分最重要而程序员又不能解决的是图标。要找到一套好的图标资源并非易事。不过相信来自于这个网站的图标能满足大部分人的需求。里面包含了常用的android风格的图标 ios7风格的图标 以及一些社会化分享图标,总共500个左右 使用方法:添加库和依赖到你的项目中;添加这行代码到 xml 文件的 ROOT 层:xmlns:ioniconview=&/apk/res-auto&现在就可以使用:&be.webelite.ion.IconView
&&android:layout_width=&wrap_content&
&&android:layout_height=&wrap_content&
&&ioniconview:name=&ion_ionic&&&!--&this&sets&the&icon&--&
&&android:textSize=&40dp&&&!--&this&sets&the&icon&size&--&
&&android:textColor=&#ff0000&&&!--&this&sets&the&icon&color&--&
授权协议:
开发语言:
操作系统:
收录时间:
使用 inoIconView 中的任何问题
共有 193 个类似软件
Afinal简介 Afinal 是一个android的sqlite orm 和 ioc 框架。同时封装了android中的...
xUtils简介 xUtils 包含了很多实用的android工具。 xUtils 最初源于Afinal框架,进...
CrossApp简介 CrossApp是一款完全开源、免费、跨平台的移动应用开发引擎,基于最宽...
ThinkAndroid简介 ThinkAndroid是一个免费的开源的、简易的、遵循Apache2开源协议发...
LWUIT是一个轻量级JavaME UI工具包。主要的特性包括:类似Swing 的MVC架构,支持多...
PushSharp 实现了服务器端向移动客户端推送消息的库,支持 iOS (iPhone/iPad APNS)...
Spring Android 是 Spring 框架的扩展,用于简化 Android 本地应用程序的开发。 在...
Android Annotations 是一个开源的框架,用于加速 Android 应用的开发,可以让你把...
MT是手机腾讯网前端团队开发维护的一个专注于移动端的js模块管理框架。 github:htt...
dhroid 是基于android 平台, 极速开发框架,其核心设计目标是开发迅速、代码量少、...
共有 16 人关注 inoIconView[原]【开源框架】Android之史上最全最简单最有用的第三方开源库收集整理,有助于快速开发,欢迎各位... - 推酷
[原]【开源框架】Android之史上最全最简单最有用的第三方开源库收集整理,有助于快速开发,欢迎各位...
Android开源库
自己一直很喜欢Android开发,就如博客签名一样,
我是程序猿,我为自己代言 。
在摸索过程中,GitHub上搜集了很多很棒的Android第三方库,推荐给在苦苦寻找的开发者,而且我会 不定期的更新 这篇文章。
Android下的优秀开发库数不胜数,在本文中,我列举的多是开发流程中最常用的一些。如果你还想了解更多的Android开源库,可以关注我的博客,每一个库都是我认真查看或者编译运行的,希望对你产生帮助。
一、兼容类库
ActionBarSherlock &: Action Bar是Android 3.0后才开始支持的,ActionBarSherlock是让Action Bar功能支持2.X后的所有平台,而且他会自动的判断是调用原生Action Bar还是使用扩展ActionBar。在我的小熊词典里有用到这个库,而且很多非常知名的App也在使用这个库。
&最新消息(2013年7月):Android官方发布的的Support&
的兼容。所以可以不用再使用ActionBarSherlock了。
Android-ViewPagerIndicator &: 这是与ViewPager兼容的一个分页指示器库。分页指示器(Friends 和 Suggested就是分页,而下面蓝色的小条就是指示器,ViewPagerIndicator支持多种样式的指示器。):
NineOldAndroids & : NineOldAndroids 将&
扩展到了Android 1.0以上。这个库的作者即是 ActionBarSherlock 的作者,也是 Android-ViewPagerIndicator 的作者,
非常厉害的一个人,Github关注量超过 1.6K ,如果你也做Android开发或者即将开始学习Android开发,一定要去Follow他,而且留意一下他每次的star和follow信息,经常会有很惊奇的发现。
HoloEverywhere :在Android 4.0时,Google引入了新的主题风格—
,多数厂商都想统一界面设计UI,因此更加具有兼容性的Holo主题库 HoloEveryWhere 便成为很多开发者的选择。在Android的官方Blog中也对 HoloEveryWhere 这个库有所推荐,
官方博客对 HoloEveryWhere 的介绍。 HoloEveryWhere 的
Android-Datepicker : 兼容Android 4.0的
至Android 2.2。&
二、扩展功能库
SlidingMenu &: SlidingMenu 能非常容易的让开发者实现程序的抽屉效果,所谓的抽屉效果如下图所示,通常被用作呼出菜单。而且SlidingMenu能很方便的与ActionBarSherlock融合,在官方GitHub上有关于如何融合的说明。&
& 同时,想要达到相同功能也可以看另一个Drawer设计:
AppMsg &: 优雅的弹出类似Toast的消息提示,支持3种状态Alert,Confirm以及Info。
Drag-Sort-ListView &: 很多人都用过在一个ListView中通过拖拽对已有的数据进行排序操作。Drag-Sort-Listview就是实现这一功能的开源库。
Android-Flip &: 轻松实现类似FlipBoard的翻页功能。&
Android-PullToRefresh &: Android下拉刷新组件。&
& & 此外,该作者还有另外一个实用度和关注量极高的项目–另一种 Android ActionBar 的实现:
& 另:GitHub上另一个Android-PullToRefresh的实现。
ActionBar-PullToRefresh: &基于ActionBar的下拉刷新组件,在下拉的时候会替换掉ActionBar,显示更新中…&
picasso:& &程序中经常面临加载网络图片的情况,成熟做法:异步下载-&缓存-&显示,Picasso一行代码就可这三步轻松完成。
&,GitHub上图片异步加载缓存类库很多,你也可尝试使用
&后面将介绍到的afinal(国人项目)也具有此功能。
Card-UI: Google很早之前开始在自家的App内使用卡片式布局,CardUI极其美观大方,想要在自己的App中集成卡片UI布局,那么就轻松地用这个项目吧。
&或者你也可以使用这个库来完成卡片布局。
Android-DragArea:Android拖拽排序,拖拽移动 库。
&(Opera Android浏览器的拖拽排序就是用的这个库)
Android-StaggeredGrid: Android 下类pinterest布局。
Android 类 Pinterest 布局
FlipImageView: 通过扩展ImageView,实现了ImageView的各种翻转效果。
SmoothProgressBar:平滑的ProgressBar,各种效果。
各式各样的ProgressBar
SuperToasts: 一个愤青对Toast的超强扩展,支持Toast中显示Progressbar,显示图片,显示文等等效果,快去感受下吧!
AndroidFloatLabel:Android Textview 浮动提示,效果是类似下图的。
cropper:Android截图和旋转库,轻松实现头像和一些场景下的图片操作。
Android Cropper
StickyGridHeaders:给GridView加上Header。
GridHeader
Background-ViewPage:支持背景图同时滑动的ViewPager。
GoogleStyle-Datatime-Picker:做的很精致的Google风格的时间选择器。&
三、工具类库:
首先,就我个人开发经验,总结一下平常用到的一些最常用的功能:
下载,比如图片,文件。
将下载的文件进行解压。
请求服务器,比如说上传登陆信息,更新某些数据,又或者上传头像文件。
从文件系统中选择要操作的文件(图片,拍照,视频,拍摄视频)。
有时候也需要爬取某些网页数据。
存储一些配置信息
再有一个特殊需求就是关乎Android程序UI设计,图标是个很麻烦的问题。每次都难以找到合适的Android 设计UI。
随后,我将很有针对性的推荐一些功能库,来简化上面的问题。
afinal :& afinal 是一个很方便的工具库。
(注:国人项目哟)
一行代码就可以对数据库进行增删改查。&
完全注解方式就可以进行UI绑定和事件绑定。无需findViewById和setClickListener等。
轻松实现Android上传文件,POST数据,下载文件(支持断点续传,随时停止下载任务 或者 开始任务)。
一行代码 加载网络图片。
android-async-http : Android下的异步HTTP库。
& PS:作者的GitHub值得关注。
发送异步http请求,并且可在回调函数中处理返回响应Response。
http请求在thread线程,不会阻塞UI线程。
请求使用线程池(ThreadPool)实现,优化了并发的资源使用。
支持Multipart&文件上传。
如果Request请求失败,会自动请求。
支持Json解码。
支持存储Cookies到Preference中。
支持gzip处理Request以及Response。
整个库只有19KB。
http-requests : Java http请求库,设计的很优雅的一个库,推荐。&
async-http-client : Android下的异步 Http 和 WebSocket 库。 &
支持代理设置
支持分片儿处理请求返回内容
支持WebSocket
zt-zip: &压缩和解压库。&
压缩和解压
单独操作文件压缩和解压。
替换zip文件中的某个文件
aFileChooser :文件选择器,用于选择需要操作的文件&
image-chooser-library : 图片和视频的选择库。&
jsoup: &HTML解析,并且能很好理解DOM,CSS,以及JQuery。
PS:这是java库。做网页爬虫(Crawler,Robot)必备。
toml: 这是个跨语言的配置信息存取方案。
Androiton-Action-Bar-Icons: 一个针对Android 优化过的ICON图标集。&
推荐一个Android整体框架:ThinkAndroid 集成了ioc,orm,下载,缓存等模块,能让开发更加快速和高效,同时还是国人项目。
如果你想要更快的网络传输和加载速度可以试试OKHTTP,他实现了Google开发的SPDY协议,通过复用一个Socket,缩短网络加载时间。
Android-ProgressFragment :等待数据的时候,支持显示等待符号的Fragment控件。
关于播放视频,不要再去研究什么FFMPEG了,too slow,国人有个非常非常出色的开源项目叫Vitamio,让你播放视频简单如abc。
AndroidCommon :Android常用的一些库和功能,如缓存,下拉列表,下载管理,静默安装等。感谢 Trinea&
ion: 让Android的网络操作变得极其简单,支持异步获取和处理JSON,支持Android文件下载(同时支持下载进度条绑定),支持安全链接和代理。超级推荐!&
四、图标资源:
&质量一般,但也是一种选择
&在线产生一些小图标
&图标质量很不错,但是要付费($25刀),如果有想合买的可以联系我~
&用来在线生成符合Android Design风格的设计图标。&
&高质量矢量图,推荐之~
:一个将AweomeICON和Android结合起来的项目,推荐。
:Android下的一个基于AwesomeICON的图标组件,力荐~&
五、一些手册
,可以用来快速查看图标的大小、ActionBar的Height等琐碎的
Android 官方UI设计手册:
&另:中文翻译版本&
&(需要梯子)&
& &项目发起人:
&(需要梯子)
六、一些视频(以下均为Google 2013 I/O大会的现场视频,视频较多持续更新中…)
&的新特性官方讲解视频,我在官方技术博客上下载下来,上传到网盘,希望对大家有帮助。
Android引入Gradle的官方讲解视频&
Google 2013 IO大会上抽出40多分钟时间讲解了Android Custom View的底层原理和书写方法。非常值得一看!
IO大会上还讲解了高性能Android RenderScript的原理和使用方法,搞图形图像必备良品。
大会上还向开发者讲解了如何实现简洁、快速的网络请求。包括常用的JSON、AsyncTask,还提出了一种网络负荷较重情况下的解决方案RequestQueue(请求队列),提升自己技术必备视频。
Android 蓝牙 操作最佳实践。
Android ui 设计官方指南&
Android游戏开发 官方讲解视频&
七、高价值链接
&提供一些跟Android相关的即时咨询。(需要梯子)
&主要提供一些新工具(如Android Studio),新技术(如每次更新带来新特性)的演示和讲解。(需要梯子)
: 超强烈推荐,里面收集了非常多漂亮的Android开源项目。
: 时常介绍Android的新特性。
&Android View组件收集站点。
&(这是一篇Android入门到提高的文章,内容很全面,而且由浅入深,强烈推荐,来自老罗的Android之旅)
&:专注Android好多年的一个老外的Blog。(需要梯子)
:Android的一些设计模式。
八、集成其他开发特性(懒人专用)
ORM: &Object-relationship mapping,如果你不知道什么是ORM设计,
。 目前Android上主要有三个ORM开源库。
。排序基本代表性能。
,主要是原理实现决定的性能差异(GreenDao采用生成数据表类文件,其他的则采用了反射…)。如果对数据库性能要求很高,那么采用greenDao,如果想图方便采用OrmLite或者AndrORM。
ORM2: ActiveAndroid,另一个Android ORM组件,做的非常棒,推荐。
sprinkles: 有一个ORM组件。&
android-priority-jobqueue:Android Job队列。轻松实现后台task管理,保证代码更清晰,低耦合。
androidquery: 简单的Android框架,让写代码变得更简单。
九、专注Android的Blog
&关注Android性能还有一些小细节的,感谢VilenEera推荐。
&解决很多关于Android生产环节的开发细节,感谢star的推荐。
&由Trinea收集的很多关于Android第三方特征库的Repo。
&就职于花瓣,专注于Android。
十、从这些项目中学习组件的用法
Android-GitHub: GitHub官方Android客户端(感谢
推荐),用到了以下几个项目:
十一、项目推荐使用的第三方开源库
1. 使用上拉更多,下拉刷新:/JosephPeng/XListView-Android
这个是github上面更为火爆的:/chrisbanes/Android-PullToRefresh
2. 侧滑的菜单:
(自己导入support-4v包)推荐github上面一个很好的库,不过这个库有少少错误,修改过来就好了,附上github地址与修改地址。
github:&/jfeinstein10/SlidingMenu
修改地址:/forum.php?mod=viewthread&tid=262755&reltid=249556&pre_thread_id=0&pre_pos=5&ext=CB
其实修改的问题就是:
修改SlidingMenu library中的
SlidingFragmentActivity,让它继承于SherlockFragmentActivity,重新编译library导入
3. 水平移动导航条关联ViewPage:
3.1 这个是ViewPage带动画的,比较优秀:
4. 数据库处理使用ormlite:/(文档全,注解的形式因此较慢) or & & &greenDroid:/greenrobot/greenDAO(据评测最快,不过每次需要java编译较为麻烦) & or & &ActiveAndroid:/pardom/ActiveAndroid(没有使用过) & &or & &/satyan/sugar(轻量简单, 下次项目使用)
5. get,post的请求使用:/loopj/android-async-http &或者 &使用nio的库:/koush/ion
/koush/AndroidAsync &库支持程序退出后继续下载
6. 图片加载,包括ListView显示图片加载使用:/square/picasso ,推荐这个,代码中考虑的更为的周全
/thest1/LazyList &这个是我在项目中使用的
7. Json数据解析,有很多种,推荐使用FastJason:/wiki/display/FastJSON/Home
8. ListView带快速搜索与键入搜索:
9. 推荐一个AFinal框架,不错,集合了FinalDB、FinalActivity、FinalHttp、FinalBitmap四个功能与一身,不过在单一使用的情况下,还是使用单一功能的框架比较好
10. 仿IPhone时间滚轮控件:
11. 在android sdk3.0以下使用ActionBar &安装使用教程(亲测)http://blog.csdn.net/daguaio_o/article/details/8028695
12. 多线程多任务队列断点下载,同时也提供开始、暂停功能,更多功能有待发掘,开源。本身jar有500k,感觉有点儿大,建议根据自己需要提取所需的代码。/white-cat/ThinkAndroid
13. GreenDroid 一个漂亮的android ui库,推荐使用QuickAction
14. 手势放大缩小,双击放大缩小图片:/jasonpolites/gesture-imageview
15. android缓存框架:/yangfuhai/ASimpleCache
16. 把优酷、土豆等取出它们真是的视频播放地址:/
17. 开源中国的Maven库:http://maven.oschina.net/static/help.html
18. 针对新浪微博,腾讯微博的认证与分享demo:/cstdr/WeiboSDKDemo.git
19. 一个可以替换ImageView的工具,smartImageView,来自github:/android-smart-image-view/
20. 图片放大与缩小:github的phoneView &如果需要在放大缩小上再加上旋转,请参考集合项目/codepanda-ch/android-gestureimageview
21. 强大的时间处理:joda & &&http://sourceforge.net/projects/joda-time/files/joda-time/2.3/
22. 功能众多的工具包:apcahe lang & & &&http://commons.apache.org/proper/commons-lang/download_lang.cgi
23. 收集了很多的github上面的开源库列表:&/Trinea/android-open-project
请尊重作者的劳动成果,转载注明出处,谢谢!
已发表评论数()
&&登&&&录&&
已收藏到推刊!
请填写推刊名
描述不能大于100个字符!
权限设置: 公开
仅自己可见主题 : NSUnknownKeyException异常
级别: 新手上路
可可豆: 280 CB
威望: 280 点
在线时间: 36(时)
发自: Web Page
NSUnknownKeyException异常&&&
刚开始建立了一个ViewController,并且关联了一个xib文件,后来我不想使用xib初始化了,直接在viewdidload里用代码初始化,就把xib删除了,但是就报异常了Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[&MainViewController 0x639f080& setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key mileageSelectedButton.'谁知道这个怎么处理啊
级别: 圣骑士
可可豆: 2580 CB
威望: 2580 点
在线时间: 394(时)
发自: Web Page
工程 clear下,在build。还不行,在iphone模拟器菜单,有个Reset Content and Settings,
级别: 新手上路
可可豆: 280 CB
威望: 280 点
在线时间: 36(时)
发自: Web Page
&&&& 好,我试试
关注本帖(如果有新回复会站内信通知您)
8*2-5 正确答案:11
发帖、回帖都会得到可观的积分奖励。
按"Ctrl+Enter"直接提交
关注CocoaChina
关注微信 每日推荐
扫一扫 浏览移动版1.0.1 (latest)
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
1.0.0-rc.0
1.0.0-beta.14
1.0.0-beta.13
1.0.0-beta.12
1.0.0-beta.11
1.0.0-beta.10
A container for view content and any navigational and header bar information. When a view
enters and exits its parent , the view also emits view
information, such as its title, whether the back button should be displayed or not, whether the
corresponding
should be displayed or not, which transition the view
should use to animate, and which direction to animate.
Views are cached to improve performance. When a view is navigated away from, its element is
left in the DOM, and its scope is disconnected from the $watch cycle. When navigating to a
view that is already cached, its scope is reconnected, and the existing element, which was
left in the DOM, becomes active again. This can be disabled, or the maximum number of cached
views changed in , in the view's $state configuration, or
as an attribute on the view itself (see below).
Below is an example where our page will load with a
containing
&My Page& as the title.
&ion-nav-bar&&/ion-nav-bar&
&ion-nav-view&
&ion-view view-title=&My Page&&
&ion-content&
&/ion-content&
&/ion-view&
&/ion-nav-view&
View LifeCycle and Events
Views can be cached, which means controllers normally only load once, which may
affect your controller logic. To know when a view has entered or left, events
have been added that are emitted from the view's scope. These events also
contain data about the view, such as the title and whether the back button should
show. Also contained is transition data, such as the transition type and
direction that will be or was used.
$ionicView.loaded
The view has loaded. This event only happens once per
view being created and added to the DOM. If a view leaves but is cached,
then this event will not fire again on a subsequent viewing. The loaded event
is good place to put your set however, it is not the
recommended event to listen to when a view becomes active.
$ionicView.enter
The view has fully entered and is now the active view.
This event will fire, whether it was the first load or a cached view.
$ionicView.leave
The view has finished leaving and is no longer the
active view. This event will fire, whether it is cached or destroyed.
$ionicView.beforeEnter
The view is about to enter and become the active view.
$ionicView.beforeLeave
The view is about to leave and no longer be the active view.
$ionicView.afterEnter
The view has fully entered and is now the active view.
$ionicView.afterLeave
The view has finished leaving and is no longer the active view.
$ionicView.unloaded
The view's controller has been destroyed and its element has been
removed from the DOM.
Caching can be disabled and enabled in multiple ways. By default, Ionic will
cache a maximum of 10 views. You can optionally choose to disable caching at
either an individual view basis, or by global configuration. Please see the
Caching section in
for more info.
view-title
(optional)
A text-only title to display on the parent .
For an HTML title, such as an image, see
cache-view
(optional)
If this view should be allowed to be cached or not.
Please see the Caching section in
more info. Default true
can-swipe-back
(optional)
If this view should be allowed to use the swipe to go back gesture or not.
This does not enable the swipe to go back feature if it is not available for the platform it's running
from, or there isn't a previous view. Default true
hide-back-button
(optional)
Whether to hide the back button on the parent
by default.
hide-nav-bar
(optional)
Whether to hide the parent
by default.
What are you waiting for? Take a look and get coding! Our documentation covers all you need to know
to get an app up and running in minutes.添加和放大器;从表3中扣除
我已经在另一个线程问这个,但我编辑它,使之更加清晰。这里是我的表和列。
Guild (Table)
G_Score G_Name
GuildMember (Table)
Name G_Name
Character (Table)
Name Points
我想对SQL 2005的查询,能够扣除5从G_Score,并将其添加到点处会馆。=GuildMember。和GuildMember。=字符。
玛丽能得到从5 100 G_Score并将其添加到她的观点,她属于甲乙双方公会与GuildMember表中。
本文地址 :CodeGo.net/3343539/
-------------------------------------------------------------------------------------------------------------------------
1.它应该是这样的:
Update Character
set Points = Points + 5
from GuildMember
join Guild on Guild.G_Name = GuildMember.G_Name
where GuildMember.Name = Character.Name
但它是不正确的。
本文标题 :添加和放大器;从表3中扣除
本文地址 :CodeGo.net/3343539/
Copyright (C) 2014 CodeGo.net 沪ICP备号 联&系& c&o&d&e&g&o &@&1&2&6&.&c&o&m

我要回帖

更多关于 webview是什么 的文章

 

随机推荐