
안드로이드
안드로이드 프로그래밍 - 다용도 앱 만들기 6
앱의 기능 설명 1. 로그인 기능 2. 메모장 3. 달력 4. 연락처 5. 그림판 6. 미니게임 7. 계산기 8. 스톱워치 9. 가계부 그림판 그림판 xml 코드 더보기 LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#FFCCCCCC" android:orientation="vertical" > LinearLayout을 통해 상위에 버튼들을 이미지 버튼을 통하여 나열 및 정리하였..