Java application for Android. There is the following piece of xml:
<TableRow> <ImageView android: layout_width = "wrap_content" android: layout_height = "wrap_content" android: layout_margin = "10dp" android: src = "@ drawable / icon_security" /> <TextView android: layout_width = "wrap_content" android: layout_height = "wrap_content" style = "@ style / DesignerTextStyle2" android: layout_gravity = "center_vertical" android: text = "@ string / welcome_security_calls" /> </ TableRow> I need to compare pixel image processing of the certain image on the screen (e.g. it is third image on the screen) with the famous image (i.e. this image - "@ drawable / icon_security").
Can you show me an example for solving this problem?