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 | 31 |
Tags
- Servlet
- jpa
- JDBC
- 자바
- db
- kotlin
- Spring Boot
- springdatajpa
- pointcut
- http
- SpringBoot
- Proxy
- java
- Greedy
- spring
- AOP
- Exception
- transaction
- 인프런
- 김영한
- JPQL
- 그리디
- 스프링
- 스프링 핵심 기능
- Android
- Thymeleaf
- 스프링 핵심 원리
- 알고리즘
- QueryDSL
- 백준
Archives
- Today
- Total
목록onclicklistener (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