일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
29 | 30 | 31 |
- 타이머앱
- Koin
- android clean architecture
- nvidia-docker
- 대학톡
- 카드내역 공유
- RxJava
- 작성
- 특가촌
- 카드 내역 공유 앱
- List
- RX
- todofication
- Android
- andorid
- java.lang.OutOfMemoryError: Java heap space
- recyclerview
- 특가게시판
- fragment
- kotlin
- 특가알람
- Quickly
- 뷰 상태복구
- 올인원타이머
- compileKotlin FAILED
- 안드로이드
- moveToState
- onViewCreated
- 뷰 상태 저장
- 안드로이드 클린 아키텍쳐
- Today
- Total
목록? (7)
seoft
- AlarmChannel 개발할때 NotificationManager::createNotificationChannel 사용시 이미 존재하는기존 ChannelId를 할당할 경우 NotificationChannel 설정이 덮어씌어지지 않고 기존게 유지되는사항 개발때 염두필요
Execution failed for task ':app:kaptDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction > java.lang.reflect.InvocationTargetException (no error message) 위와 같이 세부적인 에러를 출력하지 않을경우 다음 명령어 gradle.properties 에 기입 kapt.use.worker.api=false kapt.incremental.apt=false
코드랩 도중에 초기 설정 시행착오에 관한 기록 https://developer.android.com/codelabs/advanced-kotlin-coroutines?hl=ko#0 자동완성 안됨 : 별도의 개인 프로젝트에서는 그래들버전이 동일한데도 자동완성이 잘되나 코드랩 예제를 열었을때는 되지않았다 그래들 버전 4.1.2 -> 7.0.4 javax.net.ssl.SSLHandshakeException: Chain validation failed : 위의 에러로 네트워킹 오류가 발생하여 예제엡 초기에서 진행이 잘 안되어 검색 후 1. 시간대가 안맞다(약 10일후로 시간대가 맞춰져있어서 avd 의 auto시간 설정을 풀고 직접설정) -> 그래도안됨 (이게 해결을위한 중간에 필수항목인지 의문) 2. avd 끈..
버그 리포팅 & 추후 여유있을때 사유 파악, 정리 버그 version commit : https://github.com/seoft/seoft-android-libraries/commit/506ed71de58f827fcdaebb12519ac870ae08476c 버그발생 재현 : 다음 이미지 처럼 폴더를 만든 후 6번째 아이콘 살짝 왼쪽에 걸쳐 아이콘을 밀어냄 해결법 : https://mparchive.tistory.com/149 DadigActivity 216 line, 주석 해제시 해결됨 rvBottoms.map { it.rv }.forEachIndexed { index, rv -> rv.layoutManager = object : GridLayoutManager(baseContext, gridCount..
추후 작성 android:id="@+id/tvTime" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:text="" android:textColor="#0a0a0a" android:textSize="50dp" app:layout_constraintBottom_toTopOf="@id/ivWriteMemoBtn" app:layout_constraintLeft_toLeftOf="@id/tvTitle" app:layout_constraintTop_toBottomOf="@id/tvSubTitle" tools:text="00:00:59" /> android:id..