Questions tagged as 'android'

1
answer

Send My gps location to Webservices

Good afternoon I am developing an app that is almost finished, there is a part of my app where I get my GPS location, latitude and longitude, and I keep them in 2 Texview , but I need to send those data that are in my Textview th...
asked by 20.05.2016 / 01:24
1
answer

keep the same position of a recyclerView when going back

I have a question as to how I can return to the same position as my recyclerView, since when I return from another activity it sends me to the beginning and I would like to keep the same position in which I left it. It should be noted that I am...
asked by 09.04.2016 / 16:23
2
answers

Timeout error when loading data url android

I am developing an application in Android Studio (api min is 10). In this application I charge the data I get through a url. When the device in which I test it is larger than api 10, it performs correctly. However, when it is api 10, noth...
asked by 02.04.2016 / 19:40
1
answer

Insert two fragments into a tab

I have a project in which you add a Navigation Drawer and a ToolBar with ViewPager , with two Tab. I want a list to appear in the first Tab and when you select a list item, its details appear next to it, in the other fragment,...
asked by 05.05.2016 / 17:05
2
answers

How to put a visual effect when clicking on an ImageButton on Android

I would like to get the same effect as a "Button" by clicking on an "ImageButton" thanks in advance.     
asked by 02.08.2016 / 01:16
1
answer

Wait for the Thread process to finish in order to destroy the activity

Emmmm, well, hello, it's me again, well I've been researching all over the internet how to solve this problem and until now I do not know how to solve it, the question is simple. How to wait for a thread to be processed in order to destroy the A...
asked by 10.08.2016 / 04:01
2
answers

FATAL EXCEPTION: main. Error creating a Recyclerview adapter

I am creating a separate adapter and holder to display three data in a Recyclerview. But when I run the application I get an error. Adapter: public class AdapterProd extends RecyclerView.Adapter<HolderProd> { private ArrayList<Item...
asked by 25.09.2018 / 18:29
1
answer

Error in SQLite query? "No such table: Table (code 1):, while compiling: SELECT Field from Table"

Hi, I have a database in SQLite , and I'm trying to query a field integer called Type to make a comparison with the cases of a switch , but it shows me the error:    no such table: Table (code 1):, while compiling: SELECT F...
asked by 21.08.2018 / 17:30
2
answers

Change StatusBar color and how to setAlpha

Well, I've been trying for a while to put the alpha to the status bar but I can not do it, I want to do as well as the toolbar with setAlpha () toolbar.getBackground().setAlpha(intColor); but can not find a similar property for the status b...
asked by 18.06.2016 / 14:36
1
answer

Android does not get push notifications

When trying to receive notifications in Android the following error is generated:    Failed to solve target intent service, skipping classname enforcement   Error while delivering the message: ServiceIntent not found. I have check...
asked by 23.06.2016 / 19:46