android项目中开源代码

android项目中有很多优秀的开源项目可以提高我们项目开发的效率。

下面简单记录一下,供日后参考。

simple xml

http://simple.sourceforge.net/


picasso

Many common pitfalls of image loading on Android are handled automatically by Picasso:

  • Handling ImageView recycling and download cancelation in an adapter.

  • Complex image transformations with minimal memory use.

  • Automatic memory and disk caching.

http://square.github.io/picasso/


Volley

简单的http请求代码,其中Imageloader可以自动缓存网络图片,非常好用。

http://developer.android.com/training/volley/index.html

http://www.androidhive.info/2014/05/android-working-with-volley-library-1/


Sound Manager

https://code.google.com/p/app-soundmanager/source/checkout

Sound Manager is the first and best app for controlling the volumes on your Android device, automatically, any time you'd like.

Sound Manager exposes Android's sound & volume controls. It provides a quick way to change Ring Mode or Vibration settings, or mute and unmute your phone. You can also add shortcuts to these settings on your home screen.

For each volume setting you can also schedule the volume to change at any time on any day of the week. For example, you might want your Notifications to be silent at night but keep your Ringer volume up in case you get an important call. Or you want to turn your phone down during a meeting or a work day, but not worry that you'll forget to turn it back up after. You can schedule these volume changes whenever you'd like. Great for anybody, but especially for those driven by a schedule.


你可能感兴趣的:(android项目中开源代码)