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 |
Tags
- springdatajpa
- Servlet
- pointcut
- java
- SpringBoot
- Spring Boot
- 김영한
- 백준
- 스프링
- Exception
- 인프런
- JPQL
- 스프링 핵심 기능
- jpa
- kotlin
- 자바
- 알고리즘
- http
- Greedy
- db
- Proxy
- transaction
- 그리디
- spring
- Android
- JDBC
- 스프링 핵심 원리
- QueryDSL
- AOP
- Thymeleaf
Archives
- Today
- Total
목록WebView (1)
개발자되기 프로젝트
[Android] WebView, Glide, RecyclierView onclickListener
1. Glide 안드로이드에서 웹으로부터 이미지를 불어올 수 있는 기능을 제공하는 라이브러리 1) dependency : 모듈 수준 implementation 'com.github.bumptech.glide:glide:4.13.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.13.0' 2) 인터넷 권한 부여: menifests 3) 사용 예시 val rv_img = itemView.findViewById(R.id.rv_image_area) val rv_text = itemView.findViewById(R.id.rv_text_area) rv_text.text = item.titleText //mainactivity context작동하겠다? //..
인프런/[인프런] 앱 8개를 만들면서 배우는 안드로이드 코틀린
2022. 3. 24. 22:50