안드로이드 앱개발 필수 프로그램 설치
- 안드로이드 앱개발 필수 프로그램 설치
- React Native 에서 Expo 설치방법
- React Native 첫번째 프로그래밍
- React Native 앱 화면을 구성하는 문법들
- React Native 버튼의 선언 방법 및 버튼의 종류
- React Native 이미지 불러오는 2가지방법 (내부,외부)
- React Native 화면 출력을 제어하는 StyleSheet 정복하기
안녕하세요
DIY TUBE의 두잇입니다.
안드로이드 앱개발을 평상시에 공부하며
제가 경험했던 내용들을 오늘부터 공유하고자 합니다.
우선 오늘부터 포스팅할 내용을 설명드리자면
안드로이드 앱개발에는 여러프로그램이 존재하지만
React Native 라는 FaceBook에서 개발한 프로그램을 이용해
앱 개발을 하려 합니다.
프로그램 설치 목록
-Android Studio
-Visual Studio Code
-node
-npm
-git
이며 뭔지 모르겠어도 일단 모두 설치를 해줍니다
아래는 링크입니다.
안드로이드 스튜디오 다운로드 링크
https://developer.android.com/studio/
Download Android Studio & App Tools - Android Developers
Android Studio provides app builders with an integrated development environment (IDE) optimized for Android apps. Download Android Studio today.
developer.android.com
비주얼 스튜디오 코드 다운로드 링크
https://code.visualstudio.com/
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
node, npm 다운로드 링크
https://nodejs.org/dist/v16.16.0/node-v16.16.0-x64.msi
git 다운로드 링크
https://github.com/git-for-windows/git/releases/download/v2.37.1.windows.1/Git-2.37.1-64-bit.exe
프로그램 설치를 완료하였다면
이제는 개발할 모든 준비가 완료되었습니다