Questions tagged as 'android-studio'

1
answer

FATAL EXCEPTION: main (Android + ArrayListHashMapString, String)

This is the LogCat :    09-12 00: 13: 51.745 4047-4047 / com.injob.injob.injobapp W / dalvikvm: threadid = 1: thread exiting with uncaught exception (group = 0x4207bda0)       09-12 00: 13: 51.755 4047-4047 / com.injob.injob.injobapp E...
asked by 12.09.2016 / 07:31
1
answer

Hide keyboard [duplicated]

I have a activity_login , the issue is that when I load the menu, to load another activity , the keyboard does not disappear, blocking the menu. You could hide the keyboard when you press out of AutoCompleteTextView and EditTe...
asked by 08.09.2016 / 02:18
1
answer

Problem when including an animation of a logo in android studio

It turns out that I am developing an app that has a Splash Screen first, to which I wanted to make the logo move from below to the center of the activity, but when debugging the application on my phone the animation is not appreciated, I have us...
asked by 18.09.2016 / 07:20
2
answers

How to launch the home on Android?

If I am in my application and sent the user to his configuration with this. startActivity(new Intent(android.provider.Settings.ACTION_SECURITY_SETTINGS), 0); But how can I send the user to the home of his phone, not return it to the applica...
asked by 30.06.2016 / 00:50
2
answers

error "can not resolve simbol gson"

Hello when I import this library in android studio import com.google.gson.Gson; it tells me that can not resolve simbol gson Search it with the sdk manage in the google part and I do not find it, what can it be? I leave the build.gradle I do not...
asked by 30.06.2016 / 09:38
1
answer

Error running application on AndroidStudio (aapt.exe '' finished with non-zero exit value 1) [closed]

Before I did not get this error, the error came out of a moment and it does not let me run it on the cell phone to test it:    com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command' C: \...
asked by 24.03.2016 / 16:09
1
answer

SQL query with Asynctask passing parameter

I'm doing a class that extends Asynctask to make a modification to my database SQLite Android, to perform the query you must pass a parameter to the method of the query, but I do not know how to pass it to the Asynctask class, I have this for no...
asked by 03.01.2019 / 10:51
2
answers

Help I have the following error in an activity that lists data in a ListView

The error that is thrown is the following:    E / AndroidRuntime: FATAL EXCEPTION: main       Process: com.example.bastiancorps.geoassistance, PID: 17445       java.lang.RuntimeException: Unable to start activity ComponentInfo {com.example.ba...
asked by 19.12.2018 / 06:22
1
answer

Unexpected error in Android Studio spinner

I'm trying to implement a Spinner, but at the time of deploying it only appears the first element of all that should appear in the spinner. For example, if it is a spinner of curricula of people in which it appears name photo and text, it would...
asked by 19.12.2018 / 18:03
2
answers

Problem with navigation drawer

I'm doing a project with a Navigation drawer and when loading the MAIN Activity xml it shows an image that I have in the background but when loading any fragment it shows me the content of that fragment but with the Main Activity image in the ba...
asked by 24.12.2018 / 22:39