Study (220) 썸네일형 리스트형 [android] map view 위에 풍선 달아주기 BalloonOverlayItem.java public class BalloonOverlayItem extends OverlayItem { public BalloonOverlayItem(GeoPoint geoPoint, String title, String snippet) { super(geoPoint, title, snippet); } } BalloonOverlayView.java public class BalloonOverlayView extends LinearLayout { private LinearLayout layout = null; private TextView title = null; public BalloonOverlayView(Context context, int viewOffset) {.. [android] Android XML parsing example 본문 http://www.warriorpoint.com/blog/2009/07/19/android-simplified-source-code-for-parsing-and-working-with-xml-data-and-web-services-in-android/ 번역 문서(Google) http://translate.google.co.kr/translate?js=y&prev=_t&hl=ko&ie=UTF-8&layout=1&eotf=1&u=http%3A%2F%2Fwww.warriorpoint.com%2Fblog%2F2009%2F07%2F19%2Fandroid-simplified-source-code-for-parsing-and-working-with-xml-data-and-web-services-in-andr.. [React Native] Slider Android 의 SeekBar랑 비슷한 함수 예시 { this.mySeekBar = slider; }} style={styles.slider} step={1} minimumValue={0} maximumValue={this.state.seekbarMax} minimumTrackTintColor="#0096" thumbTintColor='#0096' onValueChange={(value) => this.handleSeekBarChange(value)} onSlidingComplete={(value) => this.handleSeekBarComplete(value)} /> Android SeekBar setProgress 와 같은 기능 눈 앞에 두고 계속 다른 거 봐서 헤맸다..ㅠㅠ this.mySeek.. [React Native] Run iOS Device with expo 오른쪽 상단 'Device' 누르면 Open on iOS Simulator Open on Android 밖에 없다. iOS Device에서 돌리고 싶은 데 'Open on iOS Simulator' 이거는 계속 시뮬레이터만 돌려줄 뿐이라서 찾아봤는데.. 왜이렇게 복잡한건지 어후.. 우선 포스팅을 하고 나중에 괜찮은 방법 있음 찾아봐야겠다. Step 1: Open Expo XDE, and click on the gray cog to change host mode to LAN. Make sure you enabled Development Mode. You'll see an URL right in front of you. Wait until packager to start running. 톱니바퀴 눌러서 Ho.. React Native 설치 https://blog.wonhada.com/?p=2910 리액트 네이티브[React Native] – 시작하기 React Native에 오신 것을 환영합니다! 이 페이지는 React Native를 시스템에 설치하고 즉시 앱을 만들 수 있게 합니다. React Native가 이미 설치되어 있다면 튜토리얼로 건너 뛸 수 있습니다. 개발 운영 체제에 따라 지침이 조금씩 다르며 iOS 또는 Android 용으로 개발을 시작할 것인지에 따라서도 다릅니다. iOS와 An… blog.wonhada.com 튜토리얼 https://wonhada.com/?docs=리액트-네이티브react-native-0-41/기본the-basics/튜토리얼 튜토리얼 wonhada.com 어플리케이션 생성 터미널 열기 react-n.. [Android Studio] 테마 변경 Android Studio Editor 테마 사이트 http://color-themes.com/?view=index 위 사이트에서 원하는 테마의 라이브러리 파일을 다운받아 File -> Import Setting -> 다운받은 Jar파일 선택 후 File -> Setting -> Editor -> Colors & Fonts ->Scheme 에서 다운받은 테마를 선택하면 끝 [Android Studio] 폰트 변경 (Mac/맥) 1. Android Studio -> Preference 클릭 2. Editor -> Colors & Fonts -> Font 클릭 3. Default 인 상태에서는 변경이 안되니 Save as.. 클릭 4. 적당한 이름 정해주고 원하는 서체, 사이즈 변경하면 끝 [Android Studio] MAC/맥 : 단축키 모음 주로 내가 많이 쓰는 것 위주로 작성하였다. Ctrl + O Override Method Ctrl + I Implement Method Command + / 한 줄 주석, 마우스로 여러 줄 클릭해있는 상태에서 누르면 클릭한 줄만큼 주석된다 Commnad + Shift + F 전체 파일 검색 1 프로젝트 전체 파일에서 해당 단어에 대해 검색할 수 있는 창이 뜬다 Double Click Shift 전체 파일 검색 2 전체 파일 검색 1이랑 다른 점은 검색하고자 하는 것을 다 입력해야 찾을 수 있고, 찾을 수 있는 범위의 한계가 있다. Command + L 해당 라인 넘버로 이동 Option + Enter import 정렬 맥에 기계식 키보드를 연결해서 쓰는 지라..Option 키나 Command 키 중 하나.. 이전 1 ··· 10 11 12 13 14 15 16 ··· 28 다음