본문 바로가기

Development/JAVA 앱 개발노트

(My Voca) Day 12. Build Process 5

1. 진행상황

  1) Activity2(My Voca) xml components

    - Activity2.xml: recyclerview, toolbar, searchview, menu, add button

    - CardView: recyclerview item layout

    - detail: item details, bookmark button, edit text

    - array: spinner item list

    - activity_sub2: item details edit text, spinner

 

   2) Activity2 structure

    - Data2: recyclerview text

    - Adapter2: recyclerview list, click event receive

    - Activity2: arraylist, adapter2 click event(정의 전)

 

2. 다음 진행 예정사항

  1) Activity2 structure

    - Activity2: click event(마무리), activity dynamic transition, searchview define

  2) ActivitySub2

    - edit text, spinner

  3) other backend

    - DB structure

    - connecting activitySub2 to DB

  4) Emulating test and correction