일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Ajax
- ibsheet
- 가우스
- 선택적조인
- JSON
- Spring
- Android
- sencha touch
- rowspan
- Eclipse
- jQuery
- tomcat
- PHP
- oracle
- Struts
- WebLogic
- swingx
- GPS
- MySQL
- JDOM
- dock
- PLSQL
- Google Map
- 전자정부프레임워크
- MFC
- appspresso
- phonegap
- iBATIS
- jsr 296
- node.js
Archives
- Today
- Total
목록AsyncTask (1)
Where The Streets Have No Name
파일 다운로드시 progress dialog를 이용해서 진행률 표시
참고 : http://stackoverflow.com/questions/3028306/download-a-file-with-android-and-showing-the-progress-in-a-progressdialog public class LayoutDemoActivity extends Activity { ProgressDialog mProgressDialog; /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); mProgressDialog ..
Developement/Mobile
2012. 4. 19. 16:15