Accessing TextView from other class in android -
hello new android.i creating simple google cloud appengine app endpoint.i using using tutorial https://github.com/googlecloudplatform/gradle-appengine-templates/tree/master/helloendpoints .but thing want show result in textview not in toast. layout.xml <linearlayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:id="@+id/lay1"> <edittext android:id="@+id/edt1" android:layout_width="match_parent" android:layout_height="100dp" android:hint="enter number" android:inputtype="number" android:textsize="24sp" /> <edittext android:id="@+id/edt2" android:layout_width="match_parent" android:layout_height="...