特定のクエリを使用して Google を検索するボタンをアプリに追加したいと考えています。クエリは、TextView に表示される単語から取得されます。
これが私のTextViewです
<TextView
android:id="@+id/text_random_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:padding="@dimen/padding_medium"
android:text=""
android:textColor="#FF8800"
android:textSize="30dp"
tools:context=".ImHungry" />