728x90 새로고침2 안드로이드 새로고침 Swiperefrechlayout 구글에서 제공하는 새로 고침용 레이아웃이다. 아이브러리를 축하여 사용해야한다. implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" boardMainFragemntBinding.boardMainSwipe.setOnRefreshListener { // 새로고침 동안 해야하는 작업 getContentList(true); // 작업 끝나면 false boardMainFragemntBinding.boardMainSwipe.isRefreshing = false } 2022. 7. 2. 스프링부트 타임리프 라이브 reload https://easybrother0103.tistory.com/62 [Spring Boot] 인텔리제이 Live Reload 설정 템플릿엔진이나, js css등 수정이 잦은 것들을 매번 새로 빌드 하는 것은 매로 번거로운 일이다. SpringBoot Devtools를 통해 새로고침 만으로 resources 밑의 파일들의 실시간 반영을 할 수 있다. 1. Gradle c easybrother0103.tistory.com 2021.2 버전부터 Registry가 아니라 Advacned Settings에서 설정한다고 한다! Registry에서 compiler.automake.allow.when.app.running을 계속 찾다가.. 없어서 기록한다 Setting > Advanced Settings Allow .. 2022. 4. 5. 이전 1 다음 728x90