Questions tagged as 'android-studio'

1
answer

Android - How do I set a selected item from a Spinner to a string?

I have a question in my code, I'm trying to get the value of Spinner and write it to the bank, but I can not get the spinner to have String value. In case it is giving me error at the setText time, at the end of the code. "Can not resolve meth...
asked by 02.06.2016 / 05:10
1
answer

Method to take direct photo of the application only works on some cell phones [closed]

I have a problem with my apk that allows the user to take a direct photo of the application, but some phones give an error and close the app. Here is my manifesto: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http:/...
asked by 01.06.2016 / 20:45
1
answer

Updating MainActivity Items

I'm studying an application that has the same functionality as a contacts calendar. The application is divided into two tabs, one tab to add the user and another tab to list the users that have been added. After adding a user, his information (p...
asked by 29.10.2015 / 14:21
1
answer

How to remove Android project from SVN?

I started working with git and I want to remove all the remnants of SVN from my project in Android Studio. I no longer want to see the colored titles for versioned files, not versioned, nor the history of commits so that this does not have any i...
asked by 05.11.2015 / 20:32
1
answer

Android Studio freezes in Gradle: Resolve dependencies ': app: _debugCompile'

When I open Android Studio, Gradle runs multiple processes. When it arrives at Resolve dependencies ':app:_debugCompile' it crashes and even having an abort does not respond. This is my build.gradle : // Top-level build file wh...
asked by 23.08.2015 / 15:51
1
answer

How to list all Browsers installed on Android?

How do I list / check all browsers installed on an Android device via Java?     
asked by 27.08.2015 / 22:05
1
answer

Is there any API to work with QR code?

I need to read a QR code and check in an app I'm developing for Android. Is there an API ready to work with QR code ?     
asked by 10.03.2015 / 21:44
1
answer

Save images from the server in my application

I'm developing an application that once installed, the first time it is initialized it goes to the server to fetch all the images necessary for the user to use the application. I chose the Picasso library to manipulate my images but I do no...
asked by 19.01.2015 / 14:35
1
answer

Add AndEngine as a library for my project in Android Studio

I'm trying to import the AndEngine project by Github and then add the AndEngine Physics Box2D extension. I'm doing the steps: I created my project I installed Git and added the path C: \ Program Files \ Git \ bin \ git.exe...
asked by 20.01.2015 / 16:19
1
answer

Add Facebook sdk 3.20.0 on Android Studio 0.9.2

I'm having trouble adding facebook sdk to Android Studio 0.9.2. Always return the following messages to me Failed to find: com.parse.bolts:bolts-android:1.1.2 Any solution? Imported the module into my project. My configuration of t...
asked by 12.11.2014 / 22:28