Good day.
Having traveled a lot across Github, I found many interesting projects, source codes, and libraries. And now it's time to share them. Meet a lot of goodies under the cut!
A project that allows you to create something like a mosaic or tiles from Windows Phone, with a lot of interesting and beautiful animations, FreeFlow project is inspired by the iOS framework
UICollectionViews .
')

The library for working with ImageView, and to be more precise to add support for Zoom Gestures, is very powerful and flexible, convenient to use
A little bit about using
@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); }

A project that shows how to make a not boring action bar like in the Google Newsstand application

The most powerful library for downloading images, transformation, you can easily upload photos to your View from external links, media links, file paths, android resources or other application packages.
Many common Android image download traps are handled automatically by Picasso:
- Manage recycle and cancel loading images in adapters
- Minimal costs for image transformation
- Automatic caching
Honestly, this is my favorite library :)

And now in Uzbekistan is the holiday of Navruz, with the holiday of you;)