Useful for Android the development engineer from Github

本文分享了多个在 GitHub 上发现的有趣设计、源代码库和库,包括 FreeFlow、PhotoView、NotBoringActionBar 和 Picasso。文章还提到了在 Uzbekistan 庆祝 Navruz 节日。

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 frejmvorkom UICollectionViews 

image 

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); }  



image 

3. NotBoringActionBar


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

image 

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)
 



image 

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

转载于:https://www.cnblogs.com/GoAhead/p/4186716.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值