[Android] ContentProvider example and tutorial 지금부터 ContentProvider를 앱에 적용하는 방법을 살펴보자.최종적인 목표는 SyncAdapter와 ContentProvider를 조합해서 사용하는 것으로 일단 ContentProvider부터 앱에 맞게 설정을 하도록 해보자. 컨텐트프로바이더의 기본에 대해서는 여기서 읽어보면 유용하다. http://developer.android.com/guide/topics/providers/content-provider-basics.html이론 공부는 일단 코딩하면서 하나하나 매치 시켜나가보자.이론적인 공부는 나중에 더 자세하게 다뤄볼 생각이다. * 아래의 소스 코드는 처음으로 ContentProvider가 어떻게 돌아가는지..
간단하다. 터치를 탭쳐하고자하는 ViewController에서 다음의 함수들을 오버라이트하면 된다. - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { NSLog(@"Touch begined"); UITouch *touch = [[event allTouches] anyObject]; CGPoint pos = [touch locationInView: [UIApplicationsharedApplication].keyWindow]; NSLog(@"Position of touch: %.3f, %.3f", pos.x, pos.y); } - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)eve..
- Total
- Today
- Yesterday
- Javascript
- 강좌
- 탐론 17-50
- 사진
- GX-10
- lecture
- 서울
- Writing
- 삼식이
- TIP
- php
- 자바스크립트
- 뽐뿌
- c++
- java
- 샷
- 안드로이드 앱 개발 기초
- Android
- 팁
- google app engine
- 속깊은 자바스크립트 강좌
- gae
- gre
- Python
- ny-school
- K100D
- HTML5
- 안드로이드
- mini project
- HTML5 튜토리얼
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |