728x90
반응형

RecyclerView 3

RecyclerView with Firebase in Android Studio

https://youtu.be/HcPWt69d_wY 1. 라이브러리 추가 1) https://github.com/bumptech/glide GitHub - bumptech/glide: An image loading and caching library for Android focused on smooth scrolling An image loading and caching library for Android focused on smooth scrolling - GitHub - bumptech/glide: An image loading and caching library for Android focused on smooth scrolling github.com 위 페이지에 나와있는 설명처럼 아래 두 줄을 추..

Android App 2021.11.27

RecyclerViewWithEditText in Android Studio

RecyclerViewWithEditText https://yunseong.tistory.com/entry/Android-App-Study5-recyclerView Android App Study_5 (recyclerView) RecyclerView https://youtu.be/kNq9w1_nhL4 일단 recyclerView는 여러 정보들을 item으로 묶어서 각각 표시해주는 그런 것 같다. 예를 들어서 받은 이메일들이 위 아래로 쭉 정렬되있는 것등을 구현할 때 사용되. yunseong.tistory.com 위 링크의 페이지에서 만든 recyclerView에서는 정해져 있는 내용만 띄울 수 있었기 때문에 이번에 EditText를 이용해서 입력한 내용을 recyclerView에 띄울 수 있도록 했다. ..

Android App 2021.08.02

recyclerView in Android Studio

RecyclerView https://youtu.be/kNq9w1_nhL4 일단 recyclerView는 여러 정보들을 item으로 묶어서 각각 표시해주는 그런 것 같다. 예를 들어서 받은 이메일들이 위아래로 쭉 정렬돼있는 것 등을 구현할 때 사용되는 거 같다. recyclerView를 사용하기 위해서 build.gradle (:app)에 dependencies {}에 implementation 'androidx.recyclerview:recyclerview:1.2.1' 을 추가해서 그 토대를 만들어줬다. 1 메인 activity layout 만들기 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 Colored by Color Scripter cs recyclerview를 위한..

Android App 2021.08.02
728x90
반응형