본문 바로가기

카테고리 없음

2021-01-17 22시 개발자 글 모음 | "[번역]LiveData와 Corout" 외 2개 이야기

Spring boot로 API를 통한 이메일 전송 기능 만들기 by 이창섭 about Spring

  • Random; @Service @AllArgsConstructor public class MailService { private JavaMailSender javaMailSender; private static final String FROM_ADDRESS = "이메일에 보낼 주소"; public void mailSend(MailDto mailDto){ SimpleMailMessage message = new SimpleMailMessage(); message
  • setFrom(fromAddress); } public void setTo(String email) throws MessagingException { msgHelper
  • setTo(email); } public void setSubject(String subject) throws MessagingException { msgHelper


[번역]LiveData와 Coroutines과 Flow — Part I: 반응형 UIs by 안홍범

  • LiveData with Coroutines and Flow — Part I: Reactive UIs
  • This article is a summary of the talk I gave with Yigit Boyar at the Android Dev Summit 2019


[번역]LiveData와 Coroutines과 Flow — Part II: 아키텍처 컴포넌트와 코루틴 시작하기 by 안홍범

  • LiveData with Coroutines and Flow — Part II: Launching coroutines with Architecture Components
  • This article is part II of a summary of the talk I gave with Yigit Boyar at the Android Dev Summit 2019