Computer Science, asked by hita6805, 1 year ago

How to find common elements from arrays in android listview?

Answers

Answered by omegads04
0

Answer: < ? xml version="1.0" encoding="utf-8"?>

<Linear Layout  xmlns : android= " http : // android.com / apk / res / android"

  xmlns : tools = " http : // schemas. android.com/tools"

  android:layout_width="match_parent"

  android:layout_height="match_parent"

  android:orientation="vertical"

  android:gravity = " center_horizontal "

  android:layout _ margin Top="30 dp"

  tools:context = ". Main Activity">

  <List View

     android:id="@+id/list"

     android:layout_width="wrap_content"

     android:layout_height="wrap_content">

  </List View>

</Linear Layout>

Similar questions