Posts by Level One • 56 points
6 posts
-
1
votes1
answer561
viewsA: How to send a file to google drive from my Android app
Calling the file sharing Internet, the Drive will be there available.
-
0
votes2
answers92
viewsA: What is the name of the bar menu that youtube, whatapp and other apps use?
this Navigation Drawer flame bar
-
0
votes2
answers416
viewsA: Item chosen in Spinner be a global variable
creates a global variabiel with the same name as the one you receive and, at the time of receiving, uses this.variável... so it becomes global...I don’t know if it will help. ex: declares a variable…
-
0
votes3
answers3188
viewsA: How to make an image fit to various screen sizes on Android?
creates a photo with the same name for each resolution. create a folder inside the drawable folder for each resolution ( name the folders of: hdpi or ldpi or mdpi or xhdpi or xxhdpi ). place the…
-
3
votes2
answers1215
viewsA: Doubt about the Apache version 2.0 license
Apache 2.0 is a license that allows modifications and commerce, but you have to credit the guy who created the library. Example License Copyright 2013 Jake Wharton Licensed under the Apache License,…
-
0
votes1
answer75
viewsA: Show android layout for x seconds
Fires a clock (based on the current time) like this on the onClick button and when time = 5 seconds, kills Activity with Finish(); or kills the layout.