Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

최현민 3주차 과제 #33

Open
hyunmin0317 opened this issue May 2, 2021 · 0 comments
Open

최현민 3주차 과제 #33

hyunmin0317 opened this issue May 2, 2021 · 0 comments

Comments

@hyunmin0317
Copy link
Member

hyunmin0317 commented May 2, 2021

Week 03 안드로이드 액티비티 및 Intent 실습

2021.05.03 - 201911019 최현민


Activity 에서 버튼을 누를 시 다른 Activity로 전환 되는 기능을 구현하여 빌드
* 조건 : 액티비티 간 Intent로 연결할 것.
* 예시
    1) MainActivity - A,B,C 버튼 생성
        - A버튼 클릭 시 AActivity로 이동
        - B버튼 클릭 시 BActivity로 이동
        - C버튼 클릭 시 CActivity로 이동
    2) AActivity - 뒤로 가기 버튼 생성 → 클릭 시 MainActivity로 이동
    3) BActivity - 뒤로 가기 버튼 생성 → 클릭 시 MainActivity로 이동
    4) CActivity - 뒤로 가기 버튼 생성 → 클릭 시 MainActivity로 이동

Result

result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant