Questions tagged as 'android'

1
answer

how to get nested data in json with getters and setters

I have the following Json: "matrix": { "id": 5926, "name": "matriz fransico zarco", "friendly_url": "matriz-fransico-zarco", "headquarter": true, "user_id": null, extra_services": [ 0{ "id": 5, "service_name": "Presupuesto Gratis", "created_...
asked by 08.04.2017 / 19:35
0
answers

Parallax Android ObservableScrollView without Toolbar

I am interested in doing a XML to make the Parallax effect with the following items, using a third-party library called ObservableScrollView : <ImageView/> <CardView/> //ImageView y CardView creo que deben de ir en un mismo...
asked by 04.04.2016 / 09:47
1
answer

Unity3D Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details.

Several days ago I came across this compilation error with an own Android SDK that I created. It works on version 5 of Unity, but not on 4.x I've already seen many alternatives about updating the SDK Manager, etc. After several tests, I ca...
asked by 30.03.2016 / 14:39
1
answer

Is it possible to upload the same id in different banners?

I have several activitys and I charge different banners with different ids. Is it possible to upload the same id in all the banners?     
asked by 22.12.2017 / 18:21
1
answer

Error with Android Studio 3.0 Build in Windows 10

how are you? I downloaded the Android Studio 3 but I can not get it to work for me. I create a new project in white, and as soon as the first automatic Build does, it throws me some errors. I already tried to restart it and reinstall it but it s...
asked by 28.12.2017 / 20:46
1
answer

Does Spinner OnItemSelectedListener not work?

As such, it does run, but the if and else if statements do not run and I can not find a solution to debug public class MainActivity extends AppCompatActivity implements AdapterView.OnItemSelectedListener { boolean IntersticialBoolean = true;...
asked by 03.12.2017 / 04:43
1
answer

Error assigning to String cursor value

I have a cursor to find the earliest date but I peta by assigning the string Cursor cFechaAntigua = bd.FechaAntigua(); buscarFechaInicio = cFechaAntigua.getString(cFechaAntigua.getColumnIndex(ArticleDataSource.MOVIMENTOS_FECHA)); This is t...
asked by 17.02.2018 / 15:48
1
answer

Using AsyncTask brings me problems with Thread.sleep ()

I have a problem with the use of threads in android. It's very simple, I have a table with buttons on the screen. I try that, randomly, one changes color and after half a second, return to the original color, so that at the moment another one...
asked by 06.03.2017 / 15:12
1
answer

Move child element

Because of this question I can now move a child from Framelayout outside the limits of his father, but the problem is that if I loose the Framelayout child outside the limits of his father, I can not move it, here what happens:...
asked by 01.02.2017 / 13:38
2
answers

Exception in thread "Loading Sources" when starting Android SDK Manager

I have installed the Android SDK to create an emulator and try an app and there is no way for the Android SDK Manager to show me the available packages to be able to install them. When opened it only shows me the packages that have been installe...
asked by 11.02.2017 / 15:52