Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 서비스 vs 쓰레드
- 큐 자바 코드
- 클래스
- 플러터 설치 2022
- 스택 큐 차이
- ar vr 차이
- 안드로이드 라이선스 종류
- 안드로이드 라이선스
- 2022 플러터 안드로이드 스튜디오
- 안드로이드 유닛 테스트
- 안드로이드 유닛테스트란
- 서비스 쓰레드 차이
- 스택 자바 코드
- rxjava cold observable
- 2022 플러터 설치
- Rxjava Observable
- jvm 작동 원리
- 안드로이드 유닛 테스트 예시
- 객체
- 멤버변수
- 안드로이드 os 구조
- 안드로이드 레트로핏 crud
- ANR이란
- android retrofit login
- 자바 다형성
- jvm이란
- android ar 개발
- rxjava disposable
- 안드로이드 레트로핏 사용법
- rxjava hot observable
Archives
- Today
- Total
목록2025/03/24 (1)
나만을 위한 블로그
[Android] Result와 Result.fold() 알아보기
API 통신을 하다 보면 응답을 Result로 받을 수 있다. Result가 뭔지 모른다면 아래를 참고한다. https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-result/ ResultResult MembersMembers & Extensions Types Properties Functions Returns the encapsulated result of the given transform function applied to the encapsulated value if this instance represents success or the original encapsulated Throwable exception if it is fakotlinlang.or..
Android
2025. 3. 24. 22:58