Questions tagged as 'android'

1
answer

Browser does not reload the last page

My application is a simple web browser unique to my site, however I am facing a "problem" that is annoying. This is the following, I am using the application well, I leave it in the background and open another browser for example google chrome...
asked by 05.09.2016 / 00:59
1
answer

SearchView custom

I need to do a searchView like this: I need to put the white icon and hint as well.     
asked by 16.09.2016 / 16:40
1
answer

How to retrieve data from an open HTML form in a WebView?

Hello! I have a responsive web application that I intend to open via android application through a WebView. Well, the only problem is that I would need to grab some data from the submit from only one application form to send to a bluetooth print...
asked by 15.09.2016 / 18:13
1
answer

I add items to the ArrayList but when I use it it is empty

I can not add items to my ArrayList Main class where the array is instantiated public class act_principal extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener{ private List<Medico> medicos...
asked by 01.09.2016 / 18:15
2
answers

httpget + URI + HttpClient discontinued libraries. How to update code?

I need to access the Panoramio API to get some images based on the coordinates I've sent. However, I'm having trouble receiving the JSON value. After several searches, all indicate identical code, but the libraries used are discontinued....
asked by 02.09.2016 / 20:34
1
answer

Change ListView color by selecting [duplicate]

How can I change the color of a listView when selecting? Here are the steps in my project: listDebitosPendentes.setOnItemClickListener(new AdapterView.OnItemClickListener() { @Override public void onItemC...
asked by 25.11.2016 / 14:46
1
answer

How do I display the data in an EditText of an Activity in another Activity?

package com.example.alinesilvagonzaga.teste; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.text.Editable; import android.view.View; import android.widget.Button; import a...
asked by 27.11.2016 / 20:49
1
answer

It takes a long time to receive results, even with AsyncTask's in parallel

I send a request to the server but it takes a long time to receive the result, I noticed that the AsyncTask that sends the location to the server every 1 second is in the way. I noticed this after I changed it to 3 seconds, where I sent a n...
asked by 13.08.2016 / 23:42
1
answer

Add empty item to the end of ListView

I have FloatingActionButton in the lower right corner of my screen, and when it reaches the end of ListView , it sits on top of a button. I would like to add an empty item at the end of ListView so that when it reaches the en...
asked by 18.08.2016 / 16:47
1
answer

Questions about using the camera, via Intent

Good afternoon everyone, I started a training course about two months ago and both this community and the foreign Stack have been my best friends on this new journey. Currently I'm developing an application through the IDE Android Studio 2.1....
asked by 16.08.2016 / 17:49