Posts by Duk • 13 points
2 posts
-
1
votes0
answers34
viewsQ: onSaveInstanceState Not recording data
I have two activities that I will call activityA and acitivityB. In my activityA I have the following method. @Override protected void onSaveInstanceState(Bundle bundle) {…
-
0
votes2
answers4197
viewsQ: How to put an edge on an Android Textview
Hi, I’m having difficulty in setting an edge in Textview Android. I tried so: <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"…