ide 105

RxAndroid

RxJava Wiki Home RxAndroid Wiki Home rxmarbleshttps://github.com/xiaomeixw/NoRxJava RxJava , RxAndroid 사용하기[1 : 흐름 파악하기] 1. RxAndroid를 적용해보고 HelloWorld를 찍어보자. RxJava RxJava is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable sequences. RxJava는 Reactive Extensions : 관찰 가능한 시퀀스를 사용하여 비동기 및 이벤트 기반 프로그램을 작성하기위한 라이브러리 인..

ide/androidstudio 2017.01.03

ReactivceX, RxAndroid

https://github.com/ReactiveX RxJava Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. JVM의 Reactive Extensions - Java VM에 대해 관찰 가능한 시퀀스를 사용하여 비동기 및 이벤트 기반 프로그램을 작성하기위한 라이브러리. RxAdroid This module adds the minimum classes to RxJava that make writing reactive components in Android applications easy and hassle..

ide/androidstudio 2017.01.02

AnroidStudio/PhpStrome/IntelliJ keymap

PhpStorm DEFAULT WINDOWS & LINUX KEYMAP IntelliJ IDEA Default Keymap IntelliJ IDEA Default Keymap Window IntelliJ IDEA Mac OS X Keymap IntelliJ IDEA Mac OS X Keymap Android Studio Keyboard Shortcuts Ctrl + Space 코드 제안 Ctrl + Shift + Enter 코드 완성 Cmd + M 코드 생성 Alt + Shift + Up Arrow, Alt + Shift + Down Arrow 코드 이동 Cmd + Shift + Up Arrow, Cmd + Shift + Down Arrow 코드 이동(메소드 단위) Alt + Cmd + L 코드 정리 A..

ide/intellij 2016.12.29

com.jakewharton:butterknife:8.4.0 @BindView 에러

JakeWharton/butterknife ButterKnife Homepate http://gun0912.tistory.com/2 com.jakewharton:butterknife:8.4.0 @BindView 에러 dependencies { compile 'com.jakewharton:butterknife:8.4.0' compile 'com.jakewharton:butterknife-compiler:8.4.0' // compile을 같이 등록해야 한다. // compile 'com.jakewharton:butterknife-annotations:8.4.0' // compile 'com.jakewharton:butterknife-gradle-plugin:8.4.0' } import butterknife...

ide/androidstudio 2016.12.22

rxAndroid rxlifecycle RetroLambda, Lambda Error

1. RxAndroid를 적용해보고 HelloWorld를 찍어보자. Crunching RxAndroid — Part 2 rxlifecycle RetroLambda, Lambda 형식이 먹히지 않을 때 buildscript { ... dependencies { ... classpath 'me.tatarka:gradle-retrolambda:3.1.0' } } apply plugin: 'me.tatarka.retrolambda' android { ... configurations.all { resolutionStrategy.force 'com.google.code.findbugs:jsr305:3.0.1' } ... compileOptions { sourceCompatibility JavaVersion.VER..

ide/androidstudio 2016.12.21
반응형