Questions tagged as 'android'

1
answer

Problems with retrofit and picasso

I have a problem with my retrofit and picasso, when calling the server that is a json I need to show a list of images, but when I open the app I get a repeated image but if I close and open the app I load another but repeated, try to verify with...
asked by 13.12.2016 / 03:43
1
answer

execute query TOP 1, JDBC

I have an application on android that connects to a database through JDBC, and when making a query with top 1, I get the following error:    java.sql, SQLEXCEPTION: use of the execute query (String) method is not supported on this type of sta...
asked by 13.12.2016 / 02:03
1
answer

Android: ProgressWheel or implement another Progress

I try to implement a ProgressWheel but not that it is staying, I hope and you can help me.    MainActivity.java else { progressWheel.setProgress(0.0f); progressWheel.setCallback(new ProgressWheel.ProgressCa...
asked by 13.12.2016 / 23:51
1
answer

Show "activity" with a Edittext multiline

I do not really know how to explain what I need, so I'll use an image to make me understand what I'm looking for is the following. Pressing a button shows the following appearing from bottom to top. What I have is the following in the XML...
asked by 15.01.2017 / 00:11
1
answer

why after closing a fragment the main activity marked me error app?

Oddly enough, I have a dialog fragment that I close with dismiss (), but this fragment I display info (coordinates, street, city and country), I put code and the error that marks: Attempt to invoke virtual method 'java.lang.String android.cont...
asked by 17.01.2017 / 01:06
1
answer

Google Maps API - Error Geocoder Timeout Exception

I have a method which is responsible for returning a URL with latitude and longitude according to the search term, the method is as follows: public String getUrlFromTermsSearch(String searchTerm, Context context,String baseUrl){ String url...
asked by 24.01.2017 / 15:05
1
answer

Several Url in a class

My app deals with football, with which it consists of 30 days, they are all the same, just change the URL that is a Json each, and that's where I take the data, I mean, do as in Layouts , with one 30 Fragments work. What I...
asked by 07.12.2016 / 11:58
1
answer

doubt about google maps bookmarks

I have a couple of bookmarks in my android application, which are displayed correctly, what I want to do is, get the title of a bookmark and open a snackbar with the information currently displayed by my bookmarks (point, title, snippet, icon),...
asked by 08.12.2016 / 01:12
1
answer

RatingBar Android Studio - GoogleMaps API

[] Hi, I would like to add a rating to each bookmark, the second picture is the layout where the RatingBar is and the third I want to change the value of the stars but it gives me null I wait for their answers. Thanks     
asked by 08.12.2016 / 21:04
0
answers

Retrofit, does not show the list of cities when looking in the dialog of the floating action button

Well, that, I have implemented an application with 3 tabs and I want to update all the tabs when clicking when it shows the cities in the dialogue, the fact is that it does not even show me the cities, I do not know what I'm doing wrong. My a...
asked by 08.12.2016 / 16:48