Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 2.47 KB

File metadata and controls

62 lines (35 loc) · 2.47 KB
layout title date comments categories
post
Issue#36
2014-07-28 15:58
true
Issue#36

#Issue #36

###ARTICLES & TUTORIALS

App Monetization as a Case Study(mssoni.blogspot.in)

App monetization is a quite tricky thing. Here comes a nice blog post that tries to explain how to do it (or how to fail).

Handling Binary Data with ContentProviders(grokkingandroid.com)

This tutorial by Wolfram Rittmeyer explains how to handle binary data together with contentproviders.

Adding Search Suggestions(grokkingandroid.com)

And another tutorial from him that shows you how to implement search suggestions.

###LIBRARIES & CODE

Asynchronous Http Client(loopj.com)

An asynchronous callback-based Http client for Android built on top of Apache’s HttpClient libraries. All requests are made outside of your app’s main UI thread, but any callback logic will be executed on the same thread as the callback was created using Android’s Handler message passing.

Android Menudrawer(github.com)

Android Menu Drawer is a fly in app menu implementation based on this blog post (http://android.cyrilmottier.com/?p=658). It's implemented as an Android Library project.

Wizard Builder(github.com)

Wizard Builder is a helper to create easy wizards for your app.

The Ultimate Android Library(theultimateandroidlibrary.com)

This one is similar to our toolbox, great libraries in there.

###APP OF THE WEEK

Emacs(play.google.com)

This app is for our supernerds: Emacs for your Android.


原文地址:http://androidweekly.net/issues/issue-36

译者:译者ID 校对:校对者ID

本文由AWCNTT 原创翻译,AndroidWeekly中国 荣誉推出

版权声明:原创译文欢迎自由转载-非商用-非衍生-保持署名 | Creative Commons BY-NC-ND 3.0