Posts by Leonan Leonardo • 31 points
3 posts
-
1
votes2
answers496
viewsQ: Build Gradle Eterno
I couldn’t find anything like it. When I try to run a book project it gets like this: "Gradle: Resolve dependencies: 'app:_debugCompile'" And do not compile for anything. I changed my Gradle file to…
-
0
votes0
answers47
viewsQ: What does the code line "var ? int : int"
Guys, I’m new in Android development and I came across a line of code like this: int animar = visivel ? android.R.anim.fade_out : android.R.anim.fade_in; Animation a =…
-
2
votes3
answers783
viewsA: Actionbar in Android Studio 1.4
If someone still has this problem that is very common, there are several ways to use "Actionbar". I’ll tell you one way. For those who use the most current Android Studio: Open the…