Posts by Lucas • 156 points
2 posts
-
0
votes1
answer1930
viewsA: Open the MEGA app when a website link is clicked on the webview
You can use a simple method onclick when clicking on the link, run a service intent that opens the acvitivy MEGA app standard just informing the object intent the name of the mega package! link_text…
-
4
votes2
answers1861
viewsA: How to place a button that performs a Alertdialog.Builder action?
As far as I know using AlertDialog.Builder You can put up to 3 buttons... button "POSITIVE" (setPositiveButton), neutral button (setNeutralButton), and "NEGATIVE" (setNegativeButton), but if you…