Questions tagged as 'android-studio'

1
answer

Is there a way to change the color of the button in android studio?

I was testing the following: if(x==1){ button.setColor(#D32F2F); // o de algo a si button.setBackground(#D32F2F); } I do not know if they understand me since I am something new in this. The buttons I want them to change color depend...
asked by 05.06.2018 / 17:18
1
answer

How to thoroughly test an Android app?

I am learning about the development of apps in Android Studio and I have some applications uploaded to Google Play, where they present some blocks in some devices. For example I am aware that in the Samsung Galaxy S6 and S6 Edge this error ju...
asked by 05.10.2018 / 23:42
1
answer

Share media files from the Raw folder in the networks

Nothing but the title. My problem is that I can not share over audio networks stored in the Raw folder.     
asked by 22.10.2018 / 01:03
1
answer

FirebaseAuthListener introduces error when deploying

problem when implementing the FirebaseAuthListener any suggestions?     
asked by 17.11.2017 / 04:55
1
answer

Error declaring ArrayAdapter as public (global) [closed]

I have an error in declaring ArrayAdapter as public (global), when I do it within a method it works perfect, but since public0 gives the following error. Someone helps me solve it please.     
asked by 16.11.2017 / 02:44
1
answer

How to access a global variable from a fragment?

Cordial greeting, I have these global variables in a java class: package com.windroid.dinas; import android.app.Application; public class GlobalVariables extends Application { private String Name; public String getName() {...
asked by 15.03.2017 / 08:53
1
answer

Activity is not called on Android [closed]

My code calls an activity within a function, to receive user information (through some public variables): . ... instructions . Intent i = new Intent(this, confirmar.class); startActivity(i); . ... instrucciones que procesan datos recibidos de...
asked by 30.03.2017 / 19:23
1
answer

Retrofit, login correctly but the app is closed

Well then that, trying to change the activity by pressing the button, enters the success correctly but closes the application with the Intent there. Did I leave something behind? The call to Retrofit mLoginButton.setOnClickListener(new...
asked by 28.03.2017 / 20:58
1
answer

Wallpaper shows: Error code: 393238

I get this error    Error code: 393238, Buffer overflow, not available space When I put a wallpaper on my Android application in Android Studio, does anyone know why? The error: 06-05 19:58:27.175 1532-2324/? E/AudioFlinger: createRe...
asked by 05.06.2018 / 22:03
1
answer

Push notifications from app to app

I can not find information on how to send push notifications in android studio from a "server" app to several app. I talk to you quickly about this app, because it is a newspaper type where only one app sends the news every time the administr...
asked by 02.01.2018 / 19:37