Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- MS-SQL
- WebView
- Apache Lucene
- SpringSource Tool Suite
- Eclipse
- C#
- html
- varags
- TextBox
- javascript
- jsp
- Maven
- scrollView
- Android
- MANTIS
- STS
- decompiler
- asp.net
- Web Service
- MSsql
- Bootstrap
- 자바
- 웹 서비스
- Java
- Redirect
- 이클립스
- 웹뷰
- 컬럼명
- 자바스크립트
- 안드로이드
Archives
- Today
- Total
목록Android (11)
bboks.net™
listview 제일 하단으로 스크롤하기
private void scrollMyListViewToBottom() { myListView.post(new Runnable() { @Override public void run() { // Select the last row so it will scroll into view... myListView.setSelection(myListAdapter.getCount() - 1); } }); } [출처] Listview Scroll to the end of the list after updating the list
Mobile Programming/Android
2014. 6. 25. 15:03
Maven-Android-Eclipse 연동
1. Java SDK 설치2. Eclipse 설치(여기선는 Java Developer 버전 사용) 3. Android SDK 설치4. Maven 설치 또는 Eclipse 내장 사용5. Eclipse 에 ADT(Android Development Tool) 플러그인 주소: https://dl-ssl.google.com/android/eclipse/6. 플러그인 설치 후 Eclipse의 Android SDK Manager를 열어 설치된 항목 확인7. Eclipse에 m2eclipse 플러그인 설치 주소: http://download.eclipse.org/technology/m2e/releases8. Maven 에 Android용 Archetype 설정8.1 Eclipse의 Package Explorer에서 ..
IDE/STS | Eclipse
2012. 11. 5. 13:55