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 |
Tags
- HttpsURLConnection
- Do it! 안드로이드 앱 프로그래밍 - 누가 버전&안드로이드 스튜디오 반영판
- Android
- 한글꺠짐
- rxandroi
- java
- http
- Retrofit
- 곰믹스 #곰믹스 프로 #곰믹스프로 #자막 #프리미어 #2019
- android api
- 안드로이드 스튜디오
- 안드로이드 백그라운드
- IT
- retrofit 사용법
- data class
- android Deprecated
- Collection Sort
- takelast
- 자바
- android bacgkround
- 안드로이드 블로그
- 프로그래밍
- 안드로이드 번역
- 안드로이드
- 수동서명
- rxjava
- 안드로이드 fragment
- tablayout
- Android Studio
- GZIPInputStream
Archives
- Today
- Total
목록JSONObject (1)
생각자유의 안드로이드 이야기
Android how to String to JsonObject and get key and value 가져오기
안녕하세요. 자유 입니다. 이번에 남길 포스트는 String to JsonObject로 변환과 변환된 JsonObject에서 key,value값을 가져오는 코드를 알아 보고자 합니다. 일단 데이터를 만들어야겠지요? String message = "{\n" + " \"title\": \"테스트\",\n" + " \"text\": \"111\",\n" + " \"large_icon\": \"http:000_22.png\",\n" + " \"big_picture\": \"http:000__1_.png\",\n" + " \"redirect_url\": \"\",\n" + " \"action\": \"admin\"\n" + "}"; 현재 저런 스트링을 jsonObject로 변환을 하려면 저희 경우에는 org.js..
Android/Tip
2016. 12. 7. 16:48