Questions tagged as 'android'

0
answers

Use database in xamarin

I wanted to see if they could help me, I currently have a desktop application in C #, but now I want to migrate that application to Android using xamarin. from here the question if it is possible the database already created and working, you...
asked by 22.07.2018 / 01:35
0
answers

Real-time database without firebase for android

I am a bit new in the development of mobile applications and I have to know how to implement a real-time view of my database in my Android application, it is not an SQL DB but an external DB that connects it to the library. volley     
asked by 17.07.2018 / 07:26
0
answers

How to integrate a Presenter to an empty Activity?

I am implementing a Presenter at a Activity empty, that is, my Activity_main is completely empty without any element or widget, it asks me: How do I integrate this Presenter in my Activity so that I throw a JSON in that Activity em...
asked by 24.07.2018 / 17:23
0
answers

Error in TextView.measure: JNI DETECTED ERROR IN APPLICATION

The complete error is:    JNI DETECTED ERROR IN APPLICATION: thread   Thread [1, tid = 15011, Runnable, Thread * = 0xa7d85400, peer = 0x7593a268, "main"]   using JNI after critical get in call to DeleteGlobalRef Occurs in a recursive meth...
asked by 15.07.2018 / 12:00
1
answer

Firebase reference with child variable

I reformulate the question. Could it be done in some way to count the votes with this database? I think I would need to put the child right to pick up all the users' uid mDatabase = FirebaseDatabase.getInstance().getReference().child(...
asked by 15.07.2018 / 14:20
0
answers

Go back from an activity to the selected fragment

I find myself doing an application in Android Studio and I get this problem that I will narrate in images: The code of the toolbar is in the problematic activity is: setSupportActionBar(toolbar); getSupportAction...
asked by 14.07.2018 / 01:23
1
answer

Problem converting an image to URI to BITMAP when uploading to Firebase

The problem I have is when uploading some images through chat, but sometimes these can be very heavy and it would not be convenient to upload such heavy images to Firebase . so choose to take the image of Uri that brings the ActivityF...
asked by 16.07.2018 / 17:26
1
answer

How can I load the spinner after they finish all the get reponse of androidnetworking?

What happens is that I am using the FastAndroidNetworking library and when I perform a get to load the local database (I am using ROOM), it ends after I load the spinner (I am using the MaterialSpinner), in what way I can tell the spinner to wai...
asked by 16.07.2018 / 16:44
0
answers

Shorten URLs within the same network?

I have a question maybe something silly, I'm using the MEGA SDK for Android that they have posted on github, all right, I can use it, manage the account, etc. But here the point, MEGA has a service of local web server (Streaming), which ge...
asked by 14.07.2018 / 02:03
1
answer

How to apply the new Android Studio dependency settings?

I just updated Android Studio and I received several warnings saying that the following settings had changed: compile provided apk The warning messages were like this:    Configuration 'compile' is obsolete a...
asked by 15.04.2018 / 20:29