안드로이드 스튜디오 설치하기

송민경's avatar
Apr 05, 2024
안드로이드 스튜디오 설치하기

notion image
notion image
notion image
 
notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image
notion image

plugis 설치하기

notion image
notion image
notion image
 
개발할 수 있는 도구들이 모여있는 폴더 설정하기
flutter SDK가 있는 폴더 경로 확인
D:\flutterwork\flutter
notion image
 
 
  1. SDK 방식(Software Development Kit)
      • SDK는 소프트웨어 개발 키트로, 일반적으로 특정 플랫폼이나 서비스를 위한 도구 모음이나 라이브러리를 제공합니다.
      • SDK를 사용하여 애플리케이션 개발자는 해당 플랫폼이나 서비스와 상호 작용할 수 있는 인터페이스를 쉽게 사용할 수 있습니다.
      • 예를 들어, 페이스북 SDK를 사용하면 페이스북 API에 액세스하여 사용자 프로필 정보를 가져오거나 게시물을 게시할 수 있습니다.
  1. REST API 방식(Representational State Transfer API)
      • REST API는 웹 서비스의 자원을 표현하고 상태를 전송하기 위한 아키텍처 스타일입니다.
      • REST API는 HTTP 프로토콜을 통해 자원에 대한 CRUD(Create, Read, Update, Delete) 작업을 할 수 있도록 합니다.
      • 클라이언트 애플리케이션은 HTTP 요청(GET, POST, PUT, DELETE 등)을 특정 엔드포인트(Endpoint)에 보내어 서버로부터 JSON 또는 XML과 같은 형식의 데이터를 받아옵니다.
 
notion image
notion image
notion image
flutter doctor
notion image
notion image
notion image
notion image
flutter doctor --android-licenses
notion image
notion image
 
Share article
RSSPowered by inblog