ARTICLES & TUTORIALS

This tutorial shows you how to implemented the navigation drawer UI pattern.
Pushing AARs to Maven Central (gmariotti.blogspot.com)
So you've created a very cool Android library. Why not sharing it via Maven Central. Gabriele Mariotti has written a blog post how to do that. Also be sure to checkout Chris Banes article that is linked by the post.
Marketing Your Game In A Rush (blog.gambrinous.com)
This month Colm is combining his One Game A Month addiction with something new and exciting: the October Challenge. It is a simple challenge: 'Finish a game — Take it to market — Earn $1'. Here he shares some ideas to help achieve success.
Improved App Insight by Linking Google Analytics with Google Play (android-developers.blogspot.com)
A key part of growing your app’s installed base is knowing more about your users — how they discover your app, what devices they use, what they do when they use your app, and how often they return to it. Understanding your users is now made easier through a new integration between Google Analytics and the Google Play Developer Console.

Google’s Android Security chief Adrian Ludwig reported data showing that less than an estimated 0.001% of app installations on Android are able to evade the system’s multi-layered defenses and cause harm to users.
Android ListView: Endless adapter (www.survivingwithandroid.com)
This post explains how to create an endless adapter for a ListView. An endless adapter is an adapter that loads more data when user reaches the ListView end.
Poll Results: What are you using for intra App communication? (twtpoll.com)
Last week we've started a poll about what software components are used for intra app communication. The poll is now closed and the results are quite clear: LocalBroadcastManager is the popular solution (probably because it ships with the Android OS). Place 2 goes to Otto (34%) and place 3 goes to EventBus (25%). In our opinion the last two are better than LocalBroadcastManager since they produce much leaner and more readable code.
DESIGN
Android UI Design Kit for Photoshop and GIMP 4.3 released! (plus.google.com)
Taylor Ling has updated his Android UI design kit to the latest UI changes. The design kit supports both Photoshop and GIMP (many designers are using it as well), and it has the design template for both Nexus 4 and Nexus 7 (2013).
Tiny Impacts: The Case of the Accidental Archive (getpocket.com)
The impact of implementing the Up Button in Pocket's Reader: An Android case study.
Minimalist interface design and the data-pixel ratio (medium.com)
Roman Nurik writes about the why and how much of minimalist user interface design.
LIBRARIES & CODE
Secure preferences (github.com)
The data of shared preferences is not safe and can be extracted by root users. Android secure preferences is a wrapper that encrypts the keys and values of the Shared Preferences object.
NEWS
AndroidTO 2013 (www.androidto.com)
AndroidTO is Canada's Premier Android Development Conference on October 17th, 2013. Highlights of this years conference include: Collin Wikman, Senior Designer, Square Inc Adam Shutsa, Senior Designer, 500px Chris Haseman, Mobile Engineering Manager, Tumblr Dave Robinson, EVP of Emerging Business, Rogers Communications Inc …and many more!
Droidcon London 2013 (uk.droidcon.com)
Droidcon covers all things Android, from mobile devices, to TV, to cars, to gaming, and so much more. October 24-27th, 2013. They’ll be hosting leading innovators and creators of Android technology like Hans Dockter of Gradleware fame; Eric Lafortune, the creator of Proguard and Dexguard; rising indie game star Nicoll Hunt; and Dan Lew and Chris Arvin from Expedia - these are just a few of the big names you'll see at Droidcon London!
appsworld Developer Conference & Exhibition (www.apps-world.net)
Developer Conference & Exhibition: Now in its 4th year, Apps World has grown to be the leading global multi-platform event in the app industry. With 12 targeted workshop tracks, speed meeting, one-to-one meetings, parties, and awards the event will be tackling a spectrum of issues across the app ecosystem.
TOOLS

There is a real problem testing web pages across multiple devices and the browsers that run on them. The best solutions today are to either enter a url to a tool to manage the devices or use applications across the devices, keeping them open and testing in a WebView. This project is a Virtual Device Lab. It allows you to quickly launch url's across all of a configured devices in an instant, selecting which browser to launch. This is still in early stages of development, which means you can probably expect things to break, but we'd love help, bugs and feature requests.
Launching Crashlytics for Android Studio (www.crashlytics.com)
Crashlytics, a light weight and cross-platform crash logging solution, has just released their plugin for Android Studio. The plugin automates setting up your application to report all exceptions to their web app.
Android Studio 0.2.11 Released (tools.android.com)
Several great changes have been included in the latest Android Studio release.
SPECIALS

Always wanted a 3D version of the Android Jelly Bean or Kit Kat? Well here's your chance! This etsy store has it in various colors.
相关推荐
由于可见(visible)的本质是,目标元素与视口产生一个交叉区,所以这个 API 叫做"交叉观察器"。// 开始观察// 停止观察// 关闭观察器例子用于图片
引言项目开发需要关闭标签页时,弹窗提示用户【数据将不被保存,是否继续操作】实现该功能,则需要监听浏览器是否关闭下面来学习涉及到浏览器关闭的两个方法onbefor
1、最小可测单元 2、不是为了发现bug,是为了提高开发效率,为了我们的代码健康可持续发展 1、好的单元测试就是一份上好的文档,而且比文档更容易被程序员接受 2
【AndroidWeekly非官方客户端】是一个基于Android平台的应用程序,它为用户提供了一个方便的途径来浏览和阅读AndroidWeekly.net上的内容。这个应用旨在模仿并增强官方的阅读体验,为Android爱好者和开发者提供最新的...
背景强类型与弱类型js 动态弱类型语言。TypeScript 不是强类型!只是静态类型!快速入门 TypeScriptnpm install -g typesc
引言publicPath解释最多的是说访问静态资源时的路径,当我们把资源放到CDN上的时候,把 publicPath设为CDN的值就行了,这种使用方法适用于生产
看JVM第二章第三章复习Java背六级单词本周遇到的技术困难及解决方案:下周安排:继续学习JVM(《深入理解Java虚拟机》、《深入Java虚拟机》)背六级单词
1.学习了java的相关内容 2.复习了html,css的部分内容 3.学习了javascript的DOM操作和BOM操作 4.复习了linux的内容 5.复习
1.完成html标签学习,了解css 2.学习java语法 1.学习数据结构,和算法 2.css背景 三大特性 盒子模型 1.完成html标签学习,了解css
1.下载安装git,熟练掌握git命令并运用git按时提交周报 2.创建hexo账号,并完成hexo博客搭建 3.了解项目开发流程,写blog 1.执行hexo
1引言你是如何看待 null >= 0 为 true 这个结果的呢?要么选择勉强接受,要么跟着我一探究竟吧。2 内容概要大于判断javascript 在判断 a
可以看到,要实现操作权转让到 Visitor,核心是元素必须实现一个 Accept 函数,将这个对象抛给 Visitor:从上面代码可以看出这样一条链路:Ele
[](https://img.shields.io/badge/AndroidWeekly-#307-yellow.svg)](http://androidweekly.net/issues/issue-307) Restring 1.0 An easy way to replace bundled Strings dynamically, or provide new translations...
是由AWCNTT维护的Android技术文章翻译项目,负责翻译AndroidWeekly.net发布的每一期Weekly中的所有Android技术文章、开源库介绍等等。 AWCNTT是AndroidWeekly中国社区()的翻译小组。 由于我们的翻译水平有限,难免...
【DroidWeekly:适用于“Android Weekly”的轻量级应用】 DroidWeekly是一款专为"Android Weekly"设计的轻量级应用程序,旨在为Android开发者提供一个便捷的平台,以获取最新的Android开发资讯、教程、库更新和其他...
Weekly Report.xmind
【Android Weekly】是一个专注于分享Android领域最新资讯、技术文章和开发资源的项目。这个平台旨在帮助开发者们及时了解行业动态,提升技能,并促进社区内的学习和交流。每周一晚7点,他们会在指定地点(Neowiz ...
「小马哥技术周报」 「小马哥技术周报」是小马哥在斗鱼平台的技术分享直播,通常时间安排在每周五晚上八点半,具体通知请关注微信公众号: 次灵均阁 主播介绍 小马哥,Java 劝退师,Apache Dubbo PPMC、Spring ...
FSharp每周F#Weekly是适用于Android,iOS和UWP的移动应用程序。 (当然)使用和内置于F#中。 该应用程序从博客条目,提取它们的关联链接并将其呈现在手机上。 该应用程序具有链接跟踪:跟踪您已经访问的链接。 您...