Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- android
- unity
- 번역
- MySQL
- centOS7
- C
- kakao
- 컴퓨터과학총론
- caddy
- server
- 구글
- javascript
- mariadb
- 개발자
- 자바
- 개발
- H2O
- NGINX
- ubuntu
- 해석
- error
- 한글
- Portfolio
- C lanuage
- it
- java
- techEmpower
- php
- 안드로이드
- 프래그먼트
Archives
- Today
- Total
목록aquery (1)
개발모음집
안드로이드, 서버에 있는 이미지 쉽게 다운로드하기 AQUERY
참고 페이지보고 했다. dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:22.2.0' compile 'com.googlecode.android-query:android-query:0.25.9' } allprojects { repositories { jcenter() maven { url "https://jitpack.io" } } } private AQuery aq; private String svImage; private String aqUrl; private File aqFile;aq = new AQuery(this); aqUrl = "http://서버주소/"..
Android
2017. 8. 9. 22:48