Questions tagged as 'android'

1
answer

How to save images with Glide?

I program a gallery in android with the glide library but the images are only shown, when I leave the screen prefered, it does not give me the option of saving the images, how does it work?     
asked by 03.11.2016 / 19:25
1
answer

Error creating project xamarin vs2015 pro

Error with Xamarin this is what I do 1-install vs2015 pro licensed with xamarin 2-I believe project cross-plataform-blank app (xamarin form portable) 3-throws error "I FOUND A PROBLEM WHEN CREATING THE SUBPROJECT 'APP8.ANDROID'" REFERENCE TO OBJ...
asked by 03.11.2016 / 20:15
1
answer

Login and register on Android with FOSUserBundle and OAuth2

Good! I'm making an application in Android . I already have my REST Api created in Symfony2 and now I want to do a register and login in Android using FOSUserBundle and OAuth2 . But I do not...
asked by 03.11.2016 / 10:03
0
answers

Using PlaceAutocompleteFragment within an Android Fragment

I am trying to use PlaceAutocompleteFragment within my fragment where I also have a SupportMapFragment, at the beginning when the application starts everything works perfectly, but if I move to another fragment and then with the menu I return ag...
asked by 27.09.2016 / 19:19
1
answer

Firebase send Data

Good afternoon, I have this problem, I am separating the project into layers and when I want to get the data and send it to the interface layer so that it shows up in recyclerView it returns empty, and I never load it and I have to use...
asked by 29.09.2016 / 12:11
0
answers

solution to the following error in primefaces in java when I put the model="# {MarkersView.simpleModel}"

That's what loads me on the web, I appreciate your help. this is the code of xhtml: p:gmap id="gmap" center="-5.174561, -80.663134" zoom="13" type="ROADMAP" style="width:100%;height:95%" > <p:ajax event="overlaySelect" listener=...
asked by 04.09.2016 / 22:03
1
answer

Get external json on android with java

I need to access an external configuration file that is in json format. I have this code but it does not work for me: String stringUrl = "url_to_json/configuracion.json"; String respuesta = ""; StringBuilder response = null; try {...
asked by 02.09.2016 / 09:21
1
answer

Firebase synchronize company data only

I have about 200 companies that will use the app (android). But I do not want firebase to synchronize all the data of all the companies. In the example, I want all users in company 1 to only synchronize the sales of company 1. { "ventas":...
asked by 04.10.2016 / 15:27
0
answers

msqlserver android support

I have to access an application with the login and the correct pass, once I access it, it shows me the name in the activity of queries of the user who started the session. Now I need to know the unanswered calls of that user, the user's data...
asked by 11.11.2016 / 16:03
1
answer

Put transparent title when the toolbar expands on Android

I have generated an activity using the template scroll content of android studio, I find that when CollapsingToolbarLayout is expanded, the text of the Toolbar is big and permanent. I would like it to be transparent when...
asked by 10.08.2016 / 18:47