Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 3.26 KB

File metadata and controls

72 lines (39 loc) · 3.26 KB
layout title date comments categories
post
Issue#37
2014-07-28 16:18
true
Issue#37

#Issue #37

###ARTICLES & TUTORIALS

Basic ActionBar(blog.stylingandroid.com)

Basic ActionBar Part 1-5 - Great series by Mark Allison. Check it out before you digg in the next Tuturial.

ActionMode(blog.stylingandroid.com)

In this blogpost you'll learn how implement ActionMode. ActionMode is a mechanism for changing the UI model in a contextual way.

'Chips' in Recipient Text Fields(plus.google.com)

In this Google+ post Roman Nurik explains how to implement tokenized Text Fields.

###LIBRARIES & CODE

PullToRefresh 1.4(github.com)

Android-PullToRefresh has been updated to version 1.4. OverScroll Support, Jelly Bean optimisation, some fixes and more stuff. Check out Chris Banes repository at Github.

ViewPagerIndicator 2.4.0 released!(plus.google.com)

Jake Wharton updated his ViewPagerIndicator to version 2.4.0. Lot of bugfixes and optimizations.

Android Unused Resources(code.google.com)

If the deadline approaches, projects can become messy. Andround Unused Resources is a Java application that will scan your project for... well... unused resources. Good if you need to clean some things up.

###NEWS

A Java to iOS Objective-C translator(google-opensource.blogspot.co.uk)

J2ObjC is an open-source command-line tool from Google that translates Java code to Objective-C for the iOS (iPhone/iPad) platform. This tool enables Java code to be part of an iOS application's build, as no editing of the generated files is necessary. Since it will not be able to deal with CoreData I'm not sure if it's feasible for production.

Non-constant Fields in Case Labels(tools.android.com)

In a regular Android project, constants in the resource R class are final, however, as of ADT 14, in a library project, they will be declared as non final. The reason the fields are no longer final is that it means that the library jars can be compiled once and reused directly in other projects.

###SCREENCASTS

Exposing the Android Camera Stack(wla.tv)

Ms. Kaur goes over camera APIs and their functions inside Android, and is followed up by Mr. Rickson who breaks down the hardware application layers beneath it all. Dig as deep in to the Android camera stack as you want in this two-for-one presentation.


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

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

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

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