Original:http://sysmagazine.com/posts/216591/

Many plowing on open space Github, I found assemblage of interesting designs, source the codes, and libraries. And now the time came to share them. Meet assemblage vkusnostej under katom!



1.FreeFlow


The design which allows to create that that napodobii mozajki or tiles from Windows Phone, with assemblage of interesting and beautiful animations, FreeFlow the design is inspired iOS frejmvorkomUICollectionViews.

the Hidden text



2.PhotoView


The library for operation with ImageView and if to be more exact to add support Zoom Gestures, is very powerful and floppy, convenient in usage

It is a little about usage

  @Override protected void onCreate (Bundle savedInstanceState) { super.onCreate (savedInstanceState); setContentView (R.layout.fragment_edit_it); ImageView photoView = (ImageView) findViewById (R.id.image); PhotoViewAttacher attacher = new PhotoViewAttacher (photoView); attacher.setZoomable (true); }  





3.NotBoringActionBar


The design, which shows how to make not boring action bar as in Google application Newsstand



4.Picasso


The most powerful library for loading of pictures, conversion, you can easily load photos in yours View from external references, media links, ways to files, resources androida or other application packages.

Many widespread traps of loading of images on Android are processed automatically by means of Picasso:

  • Control of a recycling and cancellings of loading of images in adaptorah
  • Minimum expenses on tranformatsiju images
  • Automatic caching



To tell the truth it is my favourite library :)

 //to Steam of lines with instances; Picasso.with (context) .load (url) .resize (50, 50) .centerCrop () .placeholder (R.drawable.user_placeholder) .error (R.drawable.user_placeholder_error) .into (imageView)  





And still now in Uzbekistan a holiday of Navruz, with the Holiday you ;)

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android(安卓)Socket 发送广播包的那些坑
  2. Android是什么 之三-------手机之硬件形
  3. linux和windows平台下下载android sdk的
  4. Android真的很火吗?
  5. Android能用Linux打败Linux手机吗?
  6. Android(安卓)6.0棉花糖新特性,
  7. 关于Android的开发经验总结
  8. 安卓USB开发教程 安卓 AOA
  9. android的编译和运行过程深入分析
  10. Android的 linux内核