인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

atomom's profile image
atomom

asked

Flutter Intermediate Part 2 - Practical App Development - US Stock App (with Clean Architecture)

Linking the company information screen UI and ViewModel

stockApi 질문 드립니다.

Written on

·

156

0

getListings는 http.Response를 반환하고 impl에서 null을 필터링하고,

getCompanyInfo 는 dto클래스를 반환하고 impl에서 필터링해 주었습니다.

 

전자와 후자 차이는 로컬 캐시를 사용하냐 안하냐로 이해해도 될까요?

iosFlutterandroid

Answer 1

1

survivalcoding님의 프로필 이미지
survivalcoding
Instructor

csv 파싱이냐 json 파싱이냐에 따라 나누었습니다.

atomom님의 프로필 이미지
atomom
Questioner

감사합니다.!

atomom's profile image
atomom

asked

Ask a question