본문 바로가기

앱 개발하기6

다른 Activity 시작하기 Starting Another Activity 다른 액티비티 시작하기 Previous Next This lesson teaches you to 이 단원에서는 다음을 가르칩니다1. Respond to the Send Button Send 버튼에 응답하기2. Build an Intent Intent 빌드 하기3. Create the Second Activity 두 번째 액티비티 만들기4. Receive the Intent Intent 수신하기5. Display the Message 메시지 표시하기 You should also read · Installing the SDK After completing the previous lesson, you have an app that shows an activity .. 2015. 12. 14.
간단한 사용자 인터페이스 구축하기 Building a Simple User Interface 간단한 사용자 인터페이스 구축하기 Previous Next This lesson teaches you to1. Create a Linear Layout 리니어 레이아웃 만들기2. Add a Text Field 텍스트 필드 추가하기3. Add String Resources 문자열 리소스 추가하기4. Add a Button 버튼 추가하기5. Make the Input Box Fill in the Screen Width 스크린 너비 내에 Input Box Fill 만들기 You should also read Layouts In this lesson, you create a layout in XML that includes a text field and.. 2015. 12. 14.
앱(app) 가동하기 Running Your App 앱 가동하기 Previous Next This lesson teaches you to1. Run on a Real Device2. Run on the Emulator You should also read · Using Hardware Devices· Managing AVDs with AVD Manager· Managing ProjectsIf you followed the previous lesson to create an Android project, it includes a default set of "Hello World" source files that allow you to immediately run the app. 이전 단원에서 안드로이드 프로젝트 생성에 관하여 .. 2015. 12. 14.
안드로이드 프로젝트 만들기 Creating an Android Project 안드로이드 프로젝트 만들기 현재 버전: 안드로이드 스튜디오 1.5 빌드 141_2422023 Previous Next This lesson teaches you to 이 단원에서는 다음을 가르칩니다 ² Create a Project with Android Studio 안드로이드 스튜디오로 프로젝트 만들기² Create a Project with Command Line Tools 명령줄 도구로 프로젝트 만들기 You should also read 아래 내용도 읽어야 합니다 · Managing Projects 프로젝트 관리하기An Android project contains all the files that comprise the source code for.. 2015. 12. 14.
안드로이드 스튜디오는 안드로이드 앱을 개발하는 공식 IDE 입니다 Android Studio는 공식 Android IDE(통합 개발 편집기) 입니다. · 지능형 코드 편집기Android Studio의 핵심으로 고급 코드 작성, 리팩터링, 코드 분석을 할 수 있는 지능형 코드 편집기가 있습니다.이 강력한 코드 편집기를 사용하면 여러분은 더욱 생산적인 Android 앱 개발자가 될 수 있습니다.코드 템플릿 및 GitHub 통합새 프로젝트 마법사를 통해 새로운 프로젝트를 더욱 쉽게 시작할 수 있습니다.탐색 드로어 및 보기 호출기와 같은 패턴에 대한 템플릿 코드를 사용해 프로젝트를 시작하고, GitHub에서 Google 코드 샘플을 가져올 수도 있습니다.다중 화면 앱 개발Android 휴대폰, 태블릿, Android Wear, Android TV, Android Auto 그리.. 2015. 12. 14.
안드로이드 스튜디오 설치하기 앱(app)을 개발하려면 우선 안드로이드 스튜디오를 설치해야 합니다. 안드로이드 스튜디오는 안드로이드 개발을 위한 공식 IDE입니다Android Studio The Official IDE for Android안드로이드 스튜디오는 모든 타입의 안드로이드 장치에서 앱을 만드는 가장 신속한 도구입니다. Android Studio provides the fastest tools for building apps on every type of Android device.세계-수준의 코드 편집, 디버깅, 성능 tooling, 유연한 구축 시스템, 인스턴트 빌드/설치 시스템으로 독특하고 고품질의 앱을 만드는데 집중할 수 있습니다. World-class code editing, debugging, performance .. 2015. 12. 14.