본문 바로가기

카테고리 없음

[안드로이드 링크정리]2019_12_09~2019_12_22 // ArrayList , 사용자가 만든 객체 부가 데이터 전달

반응형

1. ArrayList 클래스를 만들고 해당 객체를 생성한 뒤 그 객체에 담긴 데이터를 전달하는 방법(getSerializableExtra 사용)

 

1) 해당 링크는 한글로 설명이 잘 되어 있으므로 이해를 돕는데 사용.

https://youngest-programming.tistory.com/28

 

[안드로이드] ArrayList , 사용자가 만든 객체 부가 데이터 전달 예제

ArrayList나 사용자가 만든 객체를 액티비티끼로 서로 전달하고 받는 과정을 예제로 기록해본다. 기본타입이 아닌 이것들은 받아올때 단순 get000Extra로 받아올 수 가 없다. *메인액티비티( ArrayList 값과 Simpl..

youngest-programming.tistory.com

2) 실제 사용했던 링크

 https://coderanch.com/t/634220/pass-arrayList-objects-activity-activity

 

How to pass an arrayList of objects from one activity to the other activity (Android forum at Coderanch)

 

coderanch.com

 

반응형