일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 장자명언
- 오픈소스
- recyclerview
- 1인개발자
- jetpack compose
- 이모지메모
- 벤자민플랭클린
- 파이썬
- 코틀린
- Firebase
- 소울칼리버6
- Coroutine
- Linux
- FSM
- Android
- bash
- Freesound
- androidx
- Flutter
- 공자명언
- 좋은글필사하기
- kotlin
- DART
- 명심보감
- 넷플릭스
- Streaming
- 공부집중
- 명언모음
- ASMR
- 이모지
- Today
- Total
목록recyclerview (3)
Vintage appMaker의 Tech Blog
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/XkIFr/btq9O8nSVHP/MXlKAtQbnUgPZgwViFkeJK/img.gif)
Android 앱 중에는 가로스크롤 후, 좌측 끝부분을 특정 위치로 재조정하는 것들이 있다. 종종 구현해야 할 필요가 있어 구글링을 해보니 다음링크가 교과서처럼 사용되고 있었다. https://stackoverflow.com/questions/26370289/snappy-scrolling-in-recyclerview/33774983 Snappy scrolling in RecyclerView I am trying to use the new RecyclerView class for a scenario where I want the component to snap to a specific element when scrolling (The old Android Gallery comes to mind as an ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bUqGvj/btqGNDP5BVf/N0Obt3aWfbA0qBMM0kjtN0/img.png)
원본링크 https://stackoverflow.com/questions/30085063/take-a-screenshot-of-recyclerview-in-full-length Take a screenshot of RecyclerView in FULL length I want to get a "full page" screenshot of the activity. The view contains a RecyclerView with many items. I can take a screenshot of the current view with this function: public Bitmap getScreenBi... stackoverflow.com import android.graphics.Bitmap im..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/eaekuv/btqFIH1jgML/kbblLmwtRfNgklKFomtRQ0/img.gif)
github api를 이용하여 AndroidX의 Databinding의 사용법을 보여주는 예제 https://github.com/VintageAppMaker/GithubSearcher VintageAppMaker/GithubSearcher github api . Contribute to VintageAppMaker/GithubSearcher development by creating an account on GitHub. github.com github api Databinding viewModel retrofit2 RecyclerView(MultiViewHolder) 를 간략하게 사용한 예제 ) retrofit 설정 retfrofit2 설정방법 정리 app의 build.gradle에서 dependenc..