Posts by gui5711 • 43 points
3 posts
-
1
votes0
answers33
viewsQ: Monetizing android app
Good morning! I want to put an app in the play store for 99 cents. How will I get the money for each app download? I read something about google Wallet but I can’t download the application in…
-
3
votes1
answer202
viewsQ: Explanation about tags of Android components
I’m developing a app for Android. I found some tutorials to help me in the development but found some tags that I did not understand their proper explanations and when I should use each of them. Are…
-
0
votes1
answer59
viewsQ: Imageview appears in only a quarter of the screen
I have the following function in my android app: public void createBall() { layout = new RelativeLayout(this); // Random choose color of ball int[] color={R.drawable.vermelho, R.drawable.azul,…