Develop the Call Detail View screen to display detailed metadata for each call including:
- Call ID
- Caller/Receiver ID
- Start time
- End time
- Duration
- Direction (Incoming/Outgoing)
- Status (Completed/Missed)
- Recording
Acceptance Criteria:
- Screen displays all metadata fields for the selected call
- Data is fetched accurately from local phone storage
- Data is prepared in correct structure for API passing
- UI is tested for responsiveness and performance
Leave a Reply