تمرين تطبيقي شامل على موضوع CustomAdapter من الصفر، حيث يتطرق التمرين الى انشاء تصميم معقد من خلاله نقوم بمراجعة ما تم شرحه في Layouts وتطبيق GridLayout و RelativeLayout وLinearLayout عىل التصميم واخراجه بالشكل الأفضل. كما ويتم التطرق الى الcustom adapter و طريقة تطبيق التصميم عليه، بالاضافة الى زر اضافة لاضافة عنصر جديد. كما ويتم التحدث في هذا التمرين على مبدأ عمل Serializable في الجافا وكيفية استخدامها لارسال object من أكتيفيتي الى اكتيفيتي A comprehensive exercise for custom adapter that explain how to use the best layout for design ui, and how to connect it with adapter, also how to use another activity to add item on the list, finally describe how to use serializable interface to make serialization and de-serialization between android components