본문 바로가기

mobile/android54

anroid life cycle 2015. 2. 17.
android icon 해상도 http://developer.android.com/design/style/devices-displays.html MDPI: 48x48 HDPI: 72x72 XHDPI: 96x9 XXHDPI: 144x144 XXXHDPI: 192x192 2015. 1. 2.
안드로이드 액티비티 생명주기(android life cycle) 2015. 1. 2.
android apk decompile 방법 ★ 설정 프로그램압축 가. apk 추출 방법1. ES 파일탐색기에서 프로그램 백업을 통해 apk를 추출할 수 있다. 방법2. adb 를 이용 1. android sdk 설치 선행조건 : android sdk가 설치되어있어야한다.( http://developer.android.com/sdk/index.html ) ※ 참고 : http://eaglos.tistory.com/8 2. Win+R(실행) : cmd [ adb 사용법 : http://developer.android.com/tools/help/adb.html ] adb devices : 연결된 장치 목록을 보여줍니다. adb -s 시리얼번호 명령어 adb -s 시리얼번호 shell c:\> adb shell shell@c1skt:/ $ pm list.. 2015. 1. 2.
andorid jquery - aquery https://code.google.com/p/android-query/ jquery에서 제공하는 id 셀렉터를 이용하여 화면상의 view 요소들의 - Visible - Enable - 리스너관리 - 태그관리 - id관리 - 텍스트, 이미지관리 - 프로그레스 - 다이얼로그 - 파일 업로드 다운로드 : json데이터 등등...관리할 수 있다. 하나 만들어 볼라했더만 이미 있다. ㅋ~ http://www.google.co.kr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CC0QFjAB&url=http%3A%2F%2Fwww.slideshare.net%2Fssuserbe12c3%2Frjava-aquery&ei=FeyHVMehFIXW8gWYzILIAQ&usg=AFQjCNEi.. 2014. 12. 10.
android tutorial http://tutorialspoint.com 2014. 11. 21.