안드로이드 개발 팁 블로그

AndroidWeekly #182 번역 본문

AndroidWeekly

AndroidWeekly #182 번역

tiii 2015. 12. 7. 12:48
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.


Mobile-logo-1 Mobile-logo-2 #182
December 6th, 2015

ARTICLES & TUTORIALS

 
link image Google Eddystone을 소개 합니다. (medium.com)

안드로이드 앱으로 Eddystone 비컨과 통신할 수 있는 방법을 알려 드립니다.

 

효과적인 OkHttp (omgitsmgp.com)
OkHttp의 기본 구성은 중요한 유틸리티를 제공하지만 이 기사에서는 라이브러리를 풍부하고 내적 힘을 (resourcefulness and introspective power)증가 시킬 수 있는 방법을 소개 합니다.

 

Plaid app의 reactive MVP 패턴 접근  (PART 1) (hannesdorfmann.com)
Hannes Dorfmann Plaid app 앱의 구현을 개선하기 위해 몇가지 리팩토링을 제한합니다.

 

디버그, 베타, 정식 빌드를 한번에 설치하는 방법(medium.com)
H디버그, 베타, 정식 빌드를 같이 설치 할 수 있는 방법을 소개 합니다.

 
사용자 신원 – Part 2 (blog.stylingandroid.com)

지문 스케너 같은 하드웨어 등 , 인증을 위한 사용자 친화적인 새로운 메커니즘을 소개 합니다.이 시리즈에서 마크 앨리슨은 애플리케이션 내에서 이것을 구현하는 방법을 알아 봅니다.

 

안드로이드 개발 문화. 문서. #qualitymatters (artemzin.com)
모범사례를 통해 당신의 안드로이드 프로젝트의 품질을 향상 시킬 수 있습니다.

 
안드로이드 프로그램 아키텍쳐 (medium.com)

표준 Activities 그리고 AsyncTasks에서 MVP를 기본으로하는 RxJava위한 아키텍쳐까지!!


 

DESIGN

 
link image 

숨겨진 규칙을 조심하십시오 (androiduiux.com)
It is always a good idea to ensure that the hidden rules of the UI are sufficiently communicated to the user through feedforward or feedback, depending on the situation.

 

 

LIBRARIES & CODE

 
Let (github.com)

Let me explain you this annotation based simple API flavored with AOP to handle new Android runtime permission model.

 

TOOLS

 
Update your instrumentation plugins (plus.google.com)

If you're doing bytecode instrumentation as part of your Android build, or if you are providing plugins that do instrumentation, and you want it to work with Instant Run, you need to switch to the Transform API.

 
Methods Count - Your solution for a perfectly fit APK (www.methodscount.com)

Android libraries are great, but they come at a cost. Use this tool to avoid the dreaded 65K method limit of the DEX file format! Also includes an Android Studio plugin.

 
Custom code folding regions in IntelliJ IDEA 11.1 & Android Studio 2.0(blog.jetbrains.com)

This long-awaited feature gives you the possibility to define your own code-folding regions with special line comments.

 

VIDEOS & PODCASTS

 
link image Android Dev Summit 2015 (www.youtube.com)

Videos of all the presentations from Google's annual Android Dev Summit.

 
Tabs and ViewPager (Android Development Patterns Ep 9) (www.youtube.com)

Showing multiple screens or pages of content is easy with the help of ViewPager and a PagerAdapter. Combining that with tabs make for an effective top level navigation strategy for your app or for moving between content at the same level of hierarchy within your app.

 
Design notes with Nick Butcher of Google (www.designnotes.fm)

Liam Spradlin chats with Nick Butcher, a Design/Developer Advocate at Google focused on Android.

 
Android Dialogs: Ian Lake (www.youtube.com)

Is it okay to answer your own question on Stack Overflow? What makes a good question? Google Developer Advocate Ian Lake tells all!

 
Where the Reactive Rubber Meets the Road (www.youtube.com)

This lightning talk by Ray Ryan was part of a "Square Presents" event from November.

 
The Developer Show Ep 004 (www.youtube.com)

Welcome to the Developer Show, where you can stay up to date on all the latest Google Developer news, straight from the experts.

 
Fragmented 023 – Android Dev Summit Recap (fragmentedpodcast.com)

Donn and Kaushik cover the happenings of Google’s very first Android Developer conference – “Android Dev Summit”.

 


'AndroidWeekly' 카테고리의 다른 글

android weekly Issue #237  (0) 2016.12.26
AndroidWeekly #181 번역  (0) 2015.11.30
AndroidWeelky #180 번역  (0) 2015.11.27
Comments