Posts by Igor Matos • 26 points
2 posts
-
0
votes1
answer142
viewsA: Is there any way to import a project into Android Studio by fixing the dependencies automatically?
As @Leosantana suggested, use Gradle, it is a "build automator". I recommend this link: https://www.udacity.com/course/gradle-for-android-and-java--ud867, Gradle course for Android, made by Udacity.…
-
1
votes1
answer180
viewsA: GCM Notification in Dialog form
Erick, from what I researched it seems to be a bad practice because it confuses the user and can disturb the user in the task he is doing. The correct thing in this situation is to use the same…