1 / 10

컴퓨터과학과 2007331010 김제 성

마트 of 서울 < 사용자 정의 ListView >. 컴퓨터과학과 2007331010 김제 성. ㆍ 사용자 정의 ListView. 안드로이드에서 제공해주는 < ListView /> 태그를 이용하여 사용자의 개발 의도에 맞게끔 변형하여 화면을 보여주는 방법. ㆍ사용자 정의 ListView 준비물. ㆍ JavaDataBean ㆍ 각 행을 표현하기 위한 Layout ㆍ 원하는 방식을 적용하기 위한 Adapter. ㆍ JavaDataBean.

zareh
Download Presentation

컴퓨터과학과 2007331010 김제 성

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 마트of 서울 <사용자 정의 ListView> 컴퓨터과학과 2007331010 김제성

  2. ㆍ사용자 정의 ListView 안드로이드에서 제공해주는 <ListView/> 태그를 이용하여 사용자의 개발 의도에 맞게끔 변형하여 화면을 보여주는 방법 ㆍ사용자 정의 ListView 준비물 ㆍJavaDataBean ㆍ각 행을 표현하기 위한 Layout ㆍ 원하는 방식을 적용하기 위한 Adapter

  3. ㆍJavaDataBean 자바에서 데이터를 담아 외부에서 사용하기 위한 클래스 ㆍ요구조건 private의 멤버변수 set/get 메소드 인자 없는 생성자

  4. ㆍ각행을 표현하는 Layout ListView에 각행에 적용될 Layout

  5. ㆍMain Layout ListView를 포함하는 Layout

  6. ㆍ사용자 정의 adapter 사용자 의도에 맞게 생성하는 MyListAdapter클래스

  7. ㆍ사용자 정의 adapter 생성된 클래스를 이용하여 ListView에 적용시키는 코드

  8. ㆍJson Data

  9. ㆍListView를 통해 출력하는 결과 화면

  10. ㆍ중간연구결과 개발항목 - 스레드를 이용한 어플리케이션 시작화면 설정 - 커스텀뷰를 사용하여 파싱 된 데이터 출력 추가해야 할 사항 - 원하는 지역의 정보만을 출력할 것 - 리스트에서 해당 마트를 선택하였을 때 마트의 정보를 출력할 것

More Related