User Guide52 app 만들기 Write Your App (10) app 만들기 Write Your App안드로이드 스튜디오에는 개발의 각 단계마다 도구가 포함되어 있지만, 가장 중요한 것은 간단하게 app을 만드는 것입니다: 코드 작성하기, 레이아웃 작성하기, 이미지 만들기, 생산적으로 만들기. Android Studio includes tools for every stage of development, but what's most important is simply writing your app: writing the code, building layouts, creating images, and being productive along the way.그것이 이 섹션에서 다루는 모든 것입니다: app 만들고 app을 신속하게 만드는 것을 도와주는 도구들. That'.. 2016. 6. 1. Add Code from a Template (9) Add Code from a TemplateIn this documentApplication TemplatesBlankActivity TemplateFull Screen Activity TemplateMaster Detail Flow TemplateActivity TemplatesLogin Activity TemplateSettings Activity TemplateOther TemplatesAndroid Studio provides code templates that help you create new projects with a certain design pattern or to add components to your existing project. The code templates follow t.. 2016. 6. 1. 안드로이드 라이브러리 만들기 Create an Android Library (8) Create an Android LibraryIn this documentCreate a Library ModuleAdd Your Library as a DependencyDevelopment ConsiderationsAndroid library는 구조적으로 Android app module과 같습니다. 안드로이드 라이브러리에는 source code, resource files, Android manifest 등 app을 만드는데 필요한 모든 것이 포함될 수 있습니다. 하지만 장치에서 가동되는 APK로 컴파일 하는 대신, Android library는 안드로이드 app모듈의 dependency로 사용되는 Android Archive (AAR) 파일로 컴파일됩니다. An Android library is .. 2016. 6. 1. 프로젝트 또는 App모듈 만들기 Create a Project or App Module (7) 프로젝트 또는 App모듈 만들기 Create a Project or App ModuleIn this documentStart a New ProjectAdd an App Module안드로이드 스튜디오의 프로젝트는 분리된 기능 단위로 구성된 코드를 유지하는 1개 이상의 모듈을 포함합니다. 이 페이지는 새로운 프로젝트 시작 방법과 추가 모듈을 추가하는 방법을 보여줍니다.A project in Android Studio contains one or more modules that keep your code organized into discrete units of functionality. This page shows how to start a new project and add additional module.. 2016. 6. 1. 프로젝트 관리 Manage Your Project (6) 프로젝트 개요 Projects OverviewIn this documentModulesProject FilesProject Structure Settings안드로이드 스튜디어 안의 project에는 source code, assets, test code, build configurations 등 app을 위한 작업공간을 정의하는 모든 것이 포함되어 있습니다. new project를 시작하면, Android Studio는 모든 파일에 필요한 구조를 만들어서 그것을 IDE의 왼쪽 Project window에 보이게 합니다(click View > Tool Windows > Project). 이 페이지는 프로젝트 안의 핵심 컴포넌트에 대한 개요을 제공합니다. A project in Android Studio c.. 2016. 6. 1. 개발자 워크플로우 기본 Developer Workflow Basics (5) 개발자 워크플로우 기본 Developer Workflow Basics안드로이드용 app 개발 워크플로우는 개념적으로 다른 app 플랫폼과 같습니다. 하지만, 잘 설계된 안드로이드용 app을 구축하려면 몇 가지 특별한 도구가 필요합니다. 다음 목록은 안드로이드 app 구축 과정의 개요로, 각 개발단계에서 사용해야 하는 일부 안드로이드 스튜디오 도구에 대한 링크가 포함되어 있습니다. The workflow to develop an app for Android is conceptually the same as other app platforms. However, to efficiently build a well-designed app for Android, you need some specialized too.. 2016. 6. 1. 이전 1 ··· 5 6 7 8 9 다음