Questions tagged as 'android'

3
answers

error: incompatible types: Object can not be converted to Graph

I'm relatively new to programming on android with Android Studio and I was doing the tutorial that I show in the link. However, I got stuck because it gives me an error when I make the following for loop: for (Grafico asteroide: Asteroide...
asked by 18.04.2017 / 17:45
0
answers

How can I manage items with different views in a list on Android? [closed]

I want to create a list with elements that have different views ( View ) with their own layouts . For example: an element with texts, and another with an image. I have not found documentation in Spanish on the subject. There is a possi...
asked by 19.04.2017 / 19:50
2
answers

Create intent with the id of a list

Good morning, I hope you can help me. I'm doing an internship on Android, and I'm stuck in a chapter about Activity and intents: I have a List with several elements (places). I open a dialogue box where I enter the id and I open VistaLugar, w...
asked by 18.04.2017 / 13:59
1
answer

Add watermark on Android using Glide

I have the code to add an image in an imageview: try { Glide.with(imagen.getContext()) .load(item.getIdImagen()) //.transform(new GestorImagenes(context, 90f)) .into(imagen);...
asked by 05.04.2017 / 22:04
1
answer

Problem with same Android Studio screens

I have a problem, two cell phones of the same screen size, only one has the button bar included in the screen, and it looks to the side. This is the screen where it looks bad if you can see this as a side run And this is the screen wher...
asked by 05.04.2017 / 18:47
1
answer

BluetoothDevice.ACTION_FOUND does not work for me

I have a bluetooth device discovery code. I get to the option BluetoothAdapter.ACTION_DISCOVERY_STARTED and BluetoothAdapter.ACTION_DISCOVERY_FINISHED but it does not discover devices having the device of another mobile device a...
asked by 06.04.2017 / 17:29
1
answer

how do I get the key brings me the notification

This is my class that receives the notification as I can get back the key that it brings me to then save them automatically when the notification arrives @Override public void onMessageReceived(RemoteMessage remoteMessage) {...
asked by 04.04.2017 / 23:33
2
answers

"Activity has leaked window com.android.internal.policy. that was originally added here "with a login on an AsyncTask on Android

JSONParser.java import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.util.List; import org.apache.http.HttpEnti...
asked by 13.04.2017 / 04:01
1
answer

Browse items by name, android

I am doing a survey project which implements many RadioButton . Within this project I am implementing a functionality that retrieves the status of the interface using SQLite database, so I need to select RadioButton with respect to...
asked by 12.04.2017 / 20:30
0
answers

Problem Duplication of check in listview android

Good morning I have a problem with a listview ... that I fill in from a webservices, and in each item that I paint there is a checkbox which when clicking I must activate the edittex of that item .. the problem is that if you I click on the f...
asked by 12.04.2017 / 17:12