Sitemap
A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.
Pages
Posts
[Android] Context?
Android Context 기본 정리
[Android] DataBinding
Android DataBinding 기본 정리
[Android] RecyclerView 스크롤 연동
2개의 RecyclerView 스크롤 연동
[C#] 참조 매개변수와 참조 리턴
ref 키워드를 이용해 참조 매개변수 전달과 참조 리턴
[Python] 2진수, 8진수, 16진수 다루기
파이썬에서 2진수, 8진수, 16진수 다루는 법
[Rust] 두 개의 숫자 사이에 있는 숫자 세기
숫자 a, b, k 를 입력 받아 a와 b사이에 k의 개수를 출력하는 간단한 프로그램