Questions tagged as 'android'

2
answers

Runnable + Difference of Dates + Person Starting with Android

I am currently starting with an Android course, and after learning how to handle XML, I am starting with Java. Well, you always try to reach more than you can cover and enjoy doing some application to have fun before seeing it in the course, my...
asked by 11.02.2017 / 16:37
0
answers

How to make a data table with GridView Android

Good afternoon I would like to know how to use a GridView on Android to list information as an HTML table, I am new to this and it would be very useful for you to help, thanks for the collaboration     
asked by 15.02.2017 / 22:04
1
answer

Android Activity in Full screen

When creating a new Activity There are spaces that the button does not occupy, I need those spaces to be occupied.     
asked by 15.02.2017 / 20:38
1
answer

Sharing audio file in whatsapp only transfers the first second

My problem is as follows. I generate an audio file (.wav) from my application and share it through an intent .. but by doing it via whatsapp only 1 sec of audio is sent. When the email is sent correctly, the complete file is sent. Any idea...
asked by 29.01.2017 / 02:20
0
answers

Save entity in two-dimensional matrix

I'm doing an app on Android that should show some information about the inventory of different stores, to access the bd I use a web service (I use a stored procedure but I do not have permission to manipulate this information) and already in the...
asked by 02.02.2017 / 15:20
1
answer

One of the SQLite columns is not generated in Android Studio

In one of the tables I have in my database does not generate a column and I do not understand the reason because I created it exactly like the other and the other does not give failures. When I call the cursor that reads the entire table, it...
asked by 06.02.2017 / 16:33
0
answers

Problem when using Stage in libgdx-Scene2D

The problem is that I can not place my objects on the screen beyond the middle . When I go up it reaches a limit and they begin to overlap until it is totally hidden. There you see how you eat part of the keypad There it looks...
asked by 06.02.2017 / 15:55
1
answer

save actions performed in listview android

I have a listview with a base adapter , whose filling comes from a webservice , I occupy the library LikeButton to animate the" like "button that works correctly, if the problem is that when you go through the listview to see...
asked by 30.01.2017 / 19:06
2
answers

Back to back button

that I can use so that when I click on the back button on Android it takes me to a fragment that I choose. I mean, I'm on a screen, and clicking on the back, takes me to another one but not the previous one, but another. Code public class B...
asked by 24.01.2017 / 19:33
1
answer

Failed to run an AsyncTask

I have the following error when using AsyncTask    method gettext must be called from the thread My code: private class EnviarCorte extends AsyncTask<Void, Void, Void>{ public void onPreExecute(){ //Antes de empeza...
asked by 23.01.2017 / 20:01