Code Monkey home page Code Monkey logo

android_studio's Introduction

Android_studio

Android studio tool을 이용해 APP을 개발해본다.

Project 구조

  • 중요한 파일
  1. MainActivity.java
    : 프로그램의 실제 동작을 명시하는 파일 (=.py)
  2. Activity_main.xml
    : 프로그램의 위젯배치 등 디자인요소(ui)를 명시하는 파일
  3. AndroidManifest.xml
    : 앱의 필수적인 정보를 명시하는 파일
  • Android 4대 구성요소
  1. Activity
    : 사용자와 상호작용하는 단일화면 (모든 앱은 하나이상의 액티비티를 포함한다.)
  2. Service
    : background에서 처리해야하는 작업을 수행하는 요소 ( 앱을 종료하고도 노래가 계속해서 재생되는 것과 같은 기능을 service라함)
  3. Broadcast receiver
    : OS로부터 발생하는 각종 event와 정보를 받아 처리하는 요소
  4. Content provider
    : 데이터를 관리하고 다른앱의 데이터를 제공하는데 사용되는 요소

android_studio's People

Contributors

sugyeong-yu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.