목록분류 전체보기 (188)
좋은 프로그램은 마음의 여유에서 나온다.
기사http://news.mt.co.kr/mtview.php?no=2013072509270640914&type=1&MLA 청책토론회는 아래 사이트에서 개발자로 검색하면 다시 볼 수 있음 http://tv.seoul.go.kr/
구글 플레이 서비스 게임 기능 리더보드멀티플레이구글+ 계정 사용게임 데이터 저장업적???? (Achievements, 레벨, 게임횟수,포인트 등) 구글에서 배포하는 게임 샘플https://github.com/playgameservices/android-samples 현재 위치(Location) 샘플http://developer.android.com/shareables/training/LocationUpdates.zip 위치 업데이트, 주소얻기 샘플http://developer.android.com/shareables/training/LocationUpdates.zip 지오펜스 모니터링 샘플http://developer.android.com/shareables/training/GeofenceDetectio..
구글 io에서 location, geofencing, actiivty recognition 공개 http://www.it.co.kr/news/mediaitNewsView.php?nSeq=2369748 시간당 1%미만 배터리로 위치추적 기능, 특정 위치에 진입과 벗어난 걸 알려주는 지오펜싱, 사용자가 무엇을 하고있는 알려주는 활동인식 제공한다고함 지오펜싱은 앱당 최대 100개, 활동인식은 운송수단 탑승, 자전거, 도보, 정지, 틸팅 인식 ADT에서 새로운 google play service 업데이트 하기 adt를 실행하고 맨 아래 Extras에서 google play services 업데이트 설치를 완료하면 android-sdk 디텍토리 밑에 extras -> google -> google_play_ser..
robolectric를 이용해 sqlite를생성하면 메모리기반으로 디비가 생성된다. 기존에 있던 sqlite 파일을 연동하기 DatabaseConfig.DatabaseMap를 implements한 클래스 생성 아래 내용 구현 (https://www.assembla.com/code/hserpien/subversion/nodes/18/trunk/AndroidSQLiteExample/test/SQLiteMap.java) private String _dbFile = "path"; public String getDriverClassName() { //throw new RuntimeException("SQLITE!"); return "org.sqlite.JDBC"; } public String getConnecti..
안드로이드 이벤트 테스트용 adb shell -p 패키지명 -v 횟수 무작위 이벤트 실행 기타 참고 http://developer.android.com/tools/help/monkey.html
이클립스 클래식에는 기본적으로 마켓플레이스 X help -> insrtall software add -> http://marketplace.eclipse.org/repo General Purpose Tools -> Marketplace Client 설치
테스트 코드와 실행코드를 왔다 갔다 하면서 볼 수 있는 moreUnit 이클립스 플러그인 설치에서 아래 경로 추가 후 설치 http://moreunit.sourceforge.net/update-site/ 홈페이지는 http://moreunit.sourceforge.net/index.html android di androidannotations http://androidannotations.org/ robolectric http://pivotal.github.io/robolectric/ mockito https://code.google.com/p/mockito/
프로젝트 관리 툴https://trello.com 스토리나 유스케이스 포인트는 크롬 플러그인 설치points for trello 번다운 차트 역시 트렐로 서드파티 https://burndownfortrello.com/