Questions tagged as 'android'

1
answer

Image of the marker too big Google Maps

I'm customizing a map marker but when loading the map it shows me in a very exaggerated size and not in the size of the marker, try to try placing a vector, but it showed me the following error. com.google.maps.api.android.lib6.common.apiexce...
asked by 08.08.2018 / 22:54
1
answer

Host for Android app in development process

I am developing with an equipment an android app with a database of clients. Each client will have their individual profile. During the development stage, the team will not be in the same physical location and I need a way for everyone to hav...
asked by 21.08.2018 / 12:38
2
answers

Error android studio can not find line

This appears when I add the data that the firebase gives for the implementation     
asked by 05.07.2018 / 23:10
2
answers

error when playing selected audio

I am trying to make a small app to practice that consists of a start activity and an activity to select an audio and play it. To select the audio I use: btnCambiarAudio.setOnClickListener(new View.OnClickListener() { @Override...
asked by 04.07.2018 / 22:19
2
answers

Inaccessible methods from application class (kotlin)

As it turns out, from the class that extends from Application () I access the other classes of the project but I do not see their methods (unresolved reference). This is the application class: package com.fernando.lanatelar import android.a...
asked by 02.07.2018 / 07:21
1
answer

Show possible icons in a Toolbar on Android

I have two ToolBars in an app, the secondary one that is shown below the main ActionBar in its totality there are 10 buttons, I want to show as much as the width allows. The items are defined as ifRoom , which in principle...
asked by 18.06.2016 / 23:18
0
answers

Poblema with the Keyboard and Edittext

I have a edittext within a listview with a custom adapter, in that edittext I enter amounts and I have a textview where the sum of the input is displayed. The problem is that when I enter an amount of a thous...
asked by 16.06.2016 / 15:46
0
answers

Get current orientation in degrees of the cell phone compass on android

I need to get the orientation of the cell phone compass with android, it would be to know how many degrees of respect north say, and then guide a Google maps according to those degrees     
asked by 15.06.2016 / 18:47
1
answer

Connect android studio with a git repository on an ubuntu server

I am taking a course in which they put us to carry out an app with android studio. They ask us to create a git repository on an ubuntu server (which I have virtualized) and that the code I develop in android studio is saved in that repository (t...
asked by 02.09.2018 / 00:41
2
answers

Error string-array android

In the android resources file I have a <string-array name="system"> with two items, what I want is to call it in a java class that extends from RecyclerView.Adapter to fill a string[] , in the following way: String []...
asked by 02.02.2018 / 04:19