Posts by Paiva • 527 points
62 posts
-
3
votes1
answer252
viewsQ: Button that sends email to contact the developer
How do I create a button that the user click sends an email to another preset email?
-
0
votes2
answers1481
viewsQ: Change the Navigationdrawer menu color?
Change the Navigationdrawer menu color, the one that Oce pulls up a drawer and brings up the menu ]1…
-
1
votes1
answer45
views -
1
votes0
answers72
viewsQ: How do I put this menu in my app?
It has a button that by clicking or sliding to the side it will open the menu and appear the options…
-
1
votes1
answer270
viewsQ: Error while using Adrequest
Could help me find the error in this Oncreate method specifically in the Adrequest class? @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);…
-
2
votes1
answer53
viewsQ: All Admob needs is an XML code?
Admob only needs this code or needs some created class?…
-
1
votes0
answers63
viewsQ: Admob With adRequest error
By adding the admob to my project , when running the application , he follows with this error , I did not understand why XML from ad com.google.android.gms.ads.Adview android:id="@+id/adView"…
-
3
votes2
answers4807
viewsQ: How to use gradient in any component of Android?
How to use the degrade effect on any component of Android? As for example the navigation bar , or a simple TextView?
-
0
votes1
answer1233
viewsQ: How to use Elevation?
I went to use Elevation to test, but I inserted it in the XML of a button and did not change the elevation of it , if you can help me , thanks from now
-
1
votes2
answers3825
viewsQ: Admob No ads appear
I did everything right: I linked the app with firebase, only when running the ad area turns white. Now, if I use Unit id tests it works normally Mainactivity code AdView mAdView = (AdView)…
-
4
votes2
answers5999
viewsQ: How to put line break in the textview straight from xml?
wanted to put this text more organized without creating several textview , and I had the idea of using line break .…
-
-1
votes1
answer1012
viewsQ: How to use custom buttons?
I would like to know how to put buttons more "attractive" (edit your aesthetic) in the app and also how to add fonts?