전체 글 208

[Git/GitHub] GitHub Pages 404 Error

[깃/깃허브] 깃허브 페이지 404 에러 문제 해결방법 (1) 주소 뒤에 index.html 붙이기 해결 방법 (2) 빈 커밋 이용하기 // 터미널에 아래와 같이 입력(--allow-empty는 빈 커밋을 의미함) git commit --allow-empty -m "대충 적어넣고 싶은 메시지" git push 참고 https://stackoverflow.com/questions/11577147/how-to-fix-http-404-on-github-pages/45907768#45907768 How to fix HTTP 404 on Github Pages? Here is my GitHub repository on the gh-pages branch. Everything looks good, I have my..

개발(Web)/VCS 2022.09.22

[Git/GitHub] Renaming a Remote Repository

[깃/깃허브] 원격 저장소(리모트 레포지토리) 이름 바꾸기 // IDE에서 터미널 열고 remote -v // 1. 저장소 위치 먼저 확인 remote -v set-url origin 깃허브주소 // 2. 저장소 위치 바꾼 후 remote -v // 3. 변경된 저장소 위치 재확인 참고 Renaming a repository - GitHub Docs When you rename a repository, all existing information, with the exception of project site URLs, is automatically redirected to the new name, including: Issues Wikis Stars Followers For more informatio..

개발(Web)/VCS 2022.09.08

[Android Studio/Kotlin] List View height problem inside Scroll View

[안드로이드 스튜디오/코틀린] 스크롤뷰 내 리스트뷰의 높이 설정 문제 문제 해결 방법 (1) 리스트뷰 높이를 따로 설정하기 import android.util.Log import android.widget.ListAdapter import android.widget.ListView object ListHelper { // 댓글 개수에 따라 댓글 목록의 높이를 조정하기 fun getListViewSize(cLV: ListView) { // 아무것도 하지 않고 null을 반환 val cLVAdapter: ListAdapter = cLV.adapter ?: return // 댓글 목록 전체 높이 var totalHeight = 0 // 최종 크기를 얻기 위해 for문에 listAdapter 설정 for (si..

[Android Studio] Warning:(숫자, 숫자) This tag and its children can be replaced by one `<TextView/>` and a compound drawable

[안드로이드 스튜디오] 이 태그(뷰)와 자식(뷰)들은 하나의 와 복합 드로어블로 대체될 수 있음 문제 해결 방법 참고 [Anroid] TextView, IamgeView 합체!!!! - This tag and its childer can be replaced by one and a compound drawable le This tag and its childer can be replaced by one and a compound drawable less...... blog.naver.com

[Android Studio] android.databinding.tool.processing.ScopedException: [databinding] {"msg":"Found \u003clayout\u003e but data binding is not enabled.\n\nAdd buildFeatures.dataBinding \u003d true to your build.gradle to enable it.","file":"파일 경로"..

[안드로이드 스튜디오] 데이터바인딩에서 뷰바인딩으로 변경 후 오류 발생 문제 [Android Studio] Cannot access '어쩌고' which is a supertype of '패키지명.databinding.액티비티명Binding'. Check your [안드로이드 스튜디오] 데이터바인딩에서 뷰바인딩으로 변경 후 오류 발생 문제 해결 방법 (1) Invalidate Caches / Restart... 해결 방법 (2) Clean Project, Rebuild Project 다음 게시글로 이어짐 [Android.. shinye0213.tistory.com android.databinding.tool.processing.ScopedException: [databinding] {"msg":"Foun..

[Android Studio] Cannot access '어쩌고' which is a supertype of '패키지명.databinding.액티비티명Binding'. Check your module classpath for missing or conflicting dependencies

[안드로이드 스튜디오] 데이터바인딩에서 뷰바인딩으로 변경 후 오류 발생 문제 해결 방법 (1) Invalidate Caches / Restart... 해결 방법 (2) Clean Project, Rebuild Project 다음 게시글로 이어짐 [Android Studio] android.databinding.tool.processing.ScopedException: [databinding] {"msg":"Found \u003clayout\u003e but data bi [안드로이드 스튜디오] 데이터바인딩에서 뷰바인딩으로 변경 후 오류 발생 문제 android.databinding.tool.processing.ScopedException: [databinding] {"msg":"Found \u003cla..

[Android Studio] Add image files to the Android emulator gallery

[안드로이드 스튜디오] 안드로이드 에뮬레이터 사진첩에 이미지 파일 추가하기 참고 [Cordova] android studio emulate에 이미지 파일 넣는방법 Android Studio Emulate에 이미지 파일 넣는 방법 코르도바 테스트 중 이미지 파일을 이용할 일이 생겼는데 기본적으로 에뮬레이터엔 파일이 존재하지 않습니다. 문서를 찾던 중 힌트가 된 부분이 있 planactor.tistory.com

[Android Studio] E/AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-1 (2)

[안드로이드 스튜디오] 푸시 메시지 발송 시 앱이 강제 종료되는 오류 문제 [Android Studio] E/AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-1 (1) [안드로이드 스튜디오] 푸시 메시지 발송 시 앱이 강제 종료되는 오류 문제 해결 방법 (1) Invalidate Caches / Restart... 해결 방법 (2) Clean Project 및 Rebuild Project 해결 방법 (3) Android Virtual D.. shinye0213.tistory.com E/MyLikeActivity: DataSnapshot { key = omfMOcZKwlMrxv2rAlkrcLC9fLn1, value = {qlLUy5dR38RCumYLM..

[Android Studio] E/AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-1 (1)

[안드로이드 스튜디오] 푸시 메시지 발송 시 앱이 강제 종료되는 오류 문제 해결 방법 (1) Invalidate Caches / Restart... 해결 방법 (2) Clean Project 및 Rebuild Project 해결 방법 (3) Android Virtual Device Manager에서 기존 가상기기 삭제 후 새로 만들기 해결 방법 (4) Firebase에 신규 계정 생성 다음 게시글로 이어짐 [Android Studio] E/AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-1 (2) [안드로이드 스튜디오] 푸시 메시지 발송 시 앱이 강제 종료되는 오류 문제 [Android Studio] E/AndroidRuntime: FATAL EXC..

[Android Studio/Kotlin] Views

[안드로이드 스튜디오/코틀린] 뷰 Views(뷰, android.view.View) - 화면을 구성하는 눈에 보이는 요소 - 모든 UI 요소들의 부모 클래스로, 위젯과 레이아웃으로 나뉨 - Views(뷰) = Widget(위젯) + Layout(레이아웃) - Views(뷰) = View(뷰) + Viewgroup(뷰 그룹) 뷰 참고 [Android] Activity와 View / View의 종류 및 속성 참고 : 한국방송통신대학교 모바일앱프로그래밍 교재( https://press.knou.ac.kr/goods/textBookView.do?condCmdtCode=9788920035999&condLscValue=001&condYr=&condSmst= ) 1. Activity와 View Acitivity 안드..

[Android Studio] 패키지.MainActivity is not an Activity subclass or alias

[안드로이드 스튜디오] 지금도 이유를 알 수 없는 오류 문제 해결 방법 (1) Main Activity의 Launch Options 변경 해결 방법 (2) Clean Project, Rebuild Project 해결 방법 (3) 껐켰 참고 Android Studio: Error: SplashActivity is not an Activity subclass or alias I have a library project which has all functionality and some activities, and I also have a wrapper activity which only has a JSON configuration string and some styling. I imported the libr..

[Kotlin syntax] Inheritance

[코틀린 문법] 상속 // Inheritance(상속) // // 자식 클래스가 부모 클래스의 멤버를 물려받음 fun main() { var a = Animal("휴지", 5, "강아지") var b = Dog("휴지", 5) // Animal 클래스로부터 "강아지" 속성을 상속받음 // -> b에서 "강아지" 생략해도 a와 b의 속성이 똑같음 a.introduce() b.introduce() // bark는 Dog 클래스에만 해당함 // a.bark() // Kotlin: Unresolved reference: bark b.bark() var c = Cat("감쟈", 1) c.introduce() c.meow() } // Super Class(수퍼/부모 클래스) // // 물려주는 쪽 // class ..

[Kotlin syntax] Constructor

[코틀린 문법] 생성자 fun main() { var bts = Singer("정국", 1997) var txt = Singer("연준", 1999) var aespa = Singer("윈터", 2001) var nmixx = Singer("설윤", 2004) // 안녕하세요, 1997년생 정국입니다. // 안녕하세요, 1999년생 연준입니다. // 안녕하세요, 2001년생 윈터입니다. // 안녕하세요, 2004년생 설윤입니다. } // constructor(생성자) // // 새 인스턴스를 만들기 위해 호출하는 특수한 함수 // 인스턴스 속성 초기화 && 인스턴스 생성시 구문 수행 // () 안에 클래스가 가지는 속성 == 생성자 // init // // 파라미터/반환형 없는 함수 // 생성자 -> 인..

반응형