Questions tagged as 'android'

2
answers

Transparent color change effect of a Toolbar

I've been trying to get the effect of changing the color of a toolbar as it moves, initially I have it in transparent and as soon as it starts to move down it changes color little by little until it reaches its established color. It would be muc...
asked by 12.06.2016 / 16:30
1
answer

Change color of TextView, Smal text, in Android Studio Theme editor

There is no option to change the color of TextView Small text How can I change that color using the Android Studio Theme editor ( Android Studio Theme editor )?     
asked by 20.05.2016 / 12:31
2
answers

Can you use value in a string-array to assign a different identifier to each item of an Android spinner?

I happen to have a Spinner that has 4 names: <string-array name="Nombres"> <item>Seleccione</item> <item>Juan</item> <item>Pedro</item> <item>Carlos</...
asked by 10.06.2016 / 07:01
2
answers

How to export to multilinestring format with mapinfo or qgis

I have installed the geographic editor mapinfo and qgis . After creating the routes in mapinfo and saving them with extension shp and loading it in qgis I do not know how to convert those routes to multili...
asked by 11.05.2016 / 17:50
1
answer

Is it the same to add properties in gradle.properties and gradle-wrapper.properties?

I have an Android Studio project that has only the gradle-wrapper.properties file and when I run the build I get a message that I have to add a new property to gradle.properties , but that file is not in the project. The message...
asked by 03.07.2016 / 21:43
1
answer

Error creating a Release of my Android App

I'm making an App with AndroidStudio 2.1 In Debut mode, it runs well and does what it should do, but at the time of compiling in Release mode, it does not do it and sends the following errors: Does anyone know what I am doi...
asked by 16.07.2016 / 05:25
2
answers

Android studio object visibility

Good morning. I just started in the world of mobile development, I'm trying to make a simple app. It has a pair of ImageView which with a button I want to go putting visible or hide them. If I press the button once the first image becomes...
asked by 06.07.2016 / 19:07
2
answers

"Skipped 76 frames" in Xamarin.Android

I am developing an application in Xamarin.Android where I use Media Plugin to capture a photo and send it as a parameter to another Activity , but when I take the photo and give it OK, there is a moment when it is shown a screen lik...
asked by 04.10.2016 / 00:59
1
answer

Set starting point on a map

I would like to make my map start in a city, for example, when I opened it, I would start in New York. It should be noted that it occupies a MapView and this is the code that I have in the onCreate method: GoogleMap map; MapView vista;...
asked by 24.09.2016 / 05:26
1
answer

How to share image on social networks, android?

I'm trying to share an image on social networks, which I get from a URL I tried several ways and I have not succeeded, I use retrofit2 to show the content of the application. Thank you very much in advance Here I get the url of the image...
asked by 07.08.2017 / 02:28