Posts by Daniel Spitzer • 9 points
4 posts
-
-1
votes1
answer21
viewsQ: How do I make a banner ads appear in this case?
What’s missing or wrong for the banners to appear? I followed all the documentation, but it has different information, one at a time. <uses-permission…
-
0
votes1
answer98
viewsQ: How to disable click(Touch) in a Webview?
The application is simple. Show a webview from an external website. The problem I want to disable clicks, I do not want to give the user to navigate, I just want to look at the initial page set.…
-
0
votes0
answers21
viewsQ: I would like to display a div or entire site without the search bar within the app
I would like to display a div or entire site without the search bar within the app. I found no answer on any site. This code opens the site, but opens with bars with everything. My Code is like…
-
1
votes1
answer279
viewsQ: How to change Apptheme?
I have 2 Styles files. With a click on a button I want to change from Apptheme to Apptheme2. how to do? Manifest.xml <application android:allowBackup="true" android:icon="@mipmap/ic_launcher"…