what i want to do is when reading a paragraph in my textview and for any reason
i quit the applicaton or i hit backbutton how can i let my paragraph save the place where am i reading.
i hope you understand me, i tried this one but it doesn't works (freezes)
<TextView
android:id="@+id/id_dailyprayers_txt"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#00000000"
android:ems="10"
android:focusable="false"
android:focusableInTouchMode="false"
android:gravity="center"
android:shadowColor="@color/black"
android:shadowDx="2"
android:shadowDy="2"
android:shadowRadius="1.5"
android:text=""
android:freezesText="true"
android:textColor="@color/Vanilla"
android:textSize="35sp" />
any help??