Posts by Luiz Henrique Alegria • 11 points
3 posts
-
0
votes1
answer543
viewsQ: Webview android does not load css image
I am loading an html page with a css in a webview, all files are local and are in the same folder. It’s working normally on my Motorola Moto X 2 device and on my Galaxy Tab 10 tablet, but in Galaxy…
-
1
votes3
answers132
viewsQ: Kill application without root
Is there any way to kill another application (other than mine) via code without using a root command for it? I’m trying to use the command "am force-stop" but without success.
androidasked Luiz Henrique Alegria 11 -
0
votes2
answers208
viewsA: Using Dialog in a Fragment
use only: final Dialog dialog = new Dialog(getActivity());