Posts by Xisberto • 31 points
3 posts
-
0
votes2
answers934
viewsA: Is it possible to use Actionbar on Android natively?
Beyond what @Wakim said: If you don’t use the compatibility libraries, you’ll see that your app might look slightly different depending on the Android version and the device manufacturer. Using the…
-
0
votes2
answers359
viewsA: Mount screen on Android
Although the Fragments approach is correct, the print you attached seems to be from a Preferences screen. If you are actually using Preferenceactivity or Preferencefragment, the recommended option…
-
3
votes1
answer478
viewsA: Error when finishing Activity through another class
Friend, the first problem here is: your method Saindo always returns true. Then Activity will call finish immediately, and will leave behind the Dialog (the stack trace is saying exactly that, that…