I need some help ....
I have 3 list views.... putting the comparison result from 2 listviews in listview 3 ...for example here t4pf00 will apear in listview 2 but it is in listview 1 so it will disappear in listview 3.....
All i want when i press on any item(code) in the comparison result it display the hours associted with it from comparison listview (listview 3)
.....
The api response
{
"Fundamental _courses": [
{
"fundamental_course_code": "W2WE00",
"fundamental_course_name": "Name1",
"Hours": 2,
"comptency1": "",
"Requirement": "M",
"content-A3": "a3 connnt",
},
{
"fundamental_course_code": "M4NS00",
"fundamental_course_name": "hhho",
"Hours": 2,
"comptency1": "A",
"Requirement": "M",
},
{
"fundamental_course_code": "W9RW00",
"fundamental_course_name": "اStable",
"Hours": 2,
"comptency1": "knwoldge",
"Requirement": "O",
},
{
"fundamental_course_code": "T4WF00",
"fundamental_course_name": Energy",
"Hours": 2,
"comptency1": "manage",
"Requirement": "O",
},
{
"fundamental_course_code": "T4DM00",
"fundamental_course_name": "INITAP",
"Hours": 2,
"comptency1": start",
"Requirement": "O",
"content-A1": "clean",
},
],
"Optional_courses": [
{
"optional_course_code": "T1SM00",
"Hours": 1,
},
{
"optional_course_code": "T1YR00",
"Hours": 2,
},
{
"optional_course_code": "T1TN00",
"Hours": 2,
},
{
"optional_course_code": "T4CM00",
"Hours": 2,
},
{
"optional_course_code": "T2PS00",
"Hours": 2,
},
],
"No of Required courses": 2
}