How do I save the back ground setting in the app and when it exits back it still saves that background As the default app I to be :
<AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bg2"
android:id="@+id/bgplayer">
and click button
bgplayer.setBackgroundResource(R.drawable.bg1a);
If you want to completely exit the app and re-enter the background it will be bga1