Zimin ByunRemove specific kotlin code on runtime by inline keywordIn production code, we need different business logic by build types. In most cases we use BuildConfig.debug like below.Jan 30, 2022Jan 30, 2022
Zimin ByunStateFlow 가 Hot 이지만 collect가 필요한 문제핫 플로우이지만, 그것을 가능하게 하는건 collect() 에 있습니다.Jul 3, 2021Jul 3, 2021
Zimin ByunStateFlow 를 collect 할때의 주의할점TLDR; StateFlow.collect 는 루프를 사용하기 때문에 다음 코드 진행을 막는다.Jun 19, 2021Jun 19, 2021
Zimin ByunGoogle Flutter : 처음 만들어보기flutter 의 개념을 이해하기 위해 간단한 예제를 만들어보겠습니다. 대강 어떻게 동작하는지 이해가도록 적어봤습니다. Dart 로 구현되었습니다. 🎯Apr 14, 2018Apr 14, 2018