강의노트/안드로이드
관련 글 12
SQLite Developer
강의노트/안드로이드
2013. 10. 3. 21:28
#1 sqlite-shell 다운www.sqlite.org/Precompiled Binaries for Windowssqlite-shell-win32-x86-3080002.zip #2 sqlite developer 다운http://www.sqlitedeveloper.com/ -> products -> SQLite Developer -> Download SharpPlus Sqlite Developer 3.9.9 (8M) #3 shell 실행 -> 명령문입력1)테이블생성2)데이터삽입3)백업파일 생성 -> shell폴더에 생성된다#4 developer 실행 ->Register Database클릭 -> 생성된 백업파일 가져오기
구글맵 등록하기
강의노트/안드로이드
2013. 9. 25. 22:36
#1 developers.google.com --> Google Maps Android 에서 API키를 얻는방법 참고 #2 SHA1 Key 가져오기 실행 -> cmd -> .android 폴더 -> keytool keytool -list -keystore debug.keystore -v 입력 비번 : android SHA1 키값을 복사한다 #3 이클립스에서 새로운 Android Project 생성 -> 프로젝트명 [GoogleMapTest](패키지명은 com.example.googlemaptest 로 생성된다) #4 API key 가져오기 Google APIs Console로 들어간다 *구글계정으로 로그인이 필요함* #4-1 Services에서 Google Maps API v2를 "off -> on"으로..
#03 자바정리
강의노트/안드로이드
2013. 8. 14. 21:15
1. 변수와 상수 -자료형 : byte(1byte),char(2byte),int(4byte),long(8byte) -128 ~ +127 0 ~ 255 (총 256) 2. 제어문, 반복문 -if, switch, for, while, do~while... -이중반복 이상.... 3. 배열, 트리구조(LinkedList --> Pointer) - Collection (ArrayList, LinkedList, Stack, Queue, Vector...)-------------------------------------------------------------- ADD --> [객체지향] 4. 추상화, 캡슐화5. 상속, 인터페이스 / 생성자~!!!, 오버로딩, 오버라이딩 6. Wrapper Class, Boxi..
안드로이드공부법
강의노트/안드로이드
2013. 8. 13. 16:10
[안드로이드 공부법 >> 순서대로!]1. Java 기초2. 안드로이드 설치 3. Layout 부터 공부 UI- LinearLayout- TableLayout- RelativeLayout- GridLayout ...... 등등등 4. ListView- Java 배열공부- Collection --> ArrayList, Stack, LinkedList- Adapter --> ArrayAdapter, SimpleAdapter, BaseAdapter작품 : 맛집찾기지하철도착정보트위터 클라언트5. SQLite - SQL문 사용법6. Java I/O, Networking --> socket, 객체직렬화7. Android XML Parsing