Posts by Anthony Wesley Santos • 74 points
6 posts
-
-1
votes2
answers62
viewsA: Misaligned images
Ever tried to use: Ex: layout_marginTop= Or Layout_marginBotton= In the images
-
2
votes3
answers62
viewsA: Error with "Method"
Try to use this code: The problem is in onClick, you are set to: "java.view.Tools (call_Desligar)" or you are leaving spaces in the text. Comment if solved your problem
androidanswered Anthony Wesley Santos 74 -
0
votes2
answers1229
viewsA: How to make the actionBar back button work?
Create an Intent for the home case Example: android case.R.id.home: Intent Intent = new Intent(Main2activity this, Mainactivity.class); startActivity(); Return true; Return true;…
androidanswered Anthony Wesley Santos 74 -
1
votes2
answers758
viewsA: Ask the user if he really wants to quit
You can rewrite the method onBackPressed and show a Toast warning if the user double-click back the APP will close. To do so add this code to the end of your activiry } long private backPressedTime…
-
0
votes1
answer655
viewsQ: How to make my webview open links from other apps
I have a webview application and I want it to open links from other apps, I’ve put the Intent filter now I need to find the code that makes it open links from other apps. Thank you to those who…
androidasked Anthony Wesley Santos 74 -
3
votes1
answer573
viewsQ: How to open a URL directly from the notification
I want to clear an application to open Urls that redirect to the Play Store and I want you to just load the direct URL in the notification without Bir any layout, and appear in the android intent…