Questions tagged as 'android'

1
answer

Navigator Drawer on fragments

I am using a navigation drawer and in a fragment I have something like a menu, with different buttons which when pressing each one of those buttons takes you to a fragment with different content, to achieve this I put the code below, What happen...
asked by 04.10.2017 / 04:30
0
answers

Manifest merger failed with multiple errors, see logs

Hello friends some time ago I programmed an app which I am resuming now after 1 year but has changed the version of the gradle 3.3 and the android studio 2.3.3 and I think that is why this is giving me problems when synchronizing my application....
asked by 18.10.2017 / 14:26
1
answer

You can combine the HaMeR framework with RxJava

Hello to all the people in the forum, looking on the internet to improve my android applications, I found the issue of concurrency, a good practice that can be done with the "Framework" HaMeR, and shortly after I ran into RxJava , my question is...
asked by 23.09.2017 / 15:17
0
answers

Wallpaper gif Android studio

I have this code: import android.graphics.Canvas; import android.graphics.Movie; import android.os.Handler; import android.os.SystemClock; import android.service.wallpaper.WallpaperService; import android.util.Log; import android.view.SurfaceH...
asked by 23.09.2017 / 03:36
1
answer

How to show a Json structure in Android:

Json response format { "status": "success", "message": { "affenpinscher": [], "african": [], "airedale": [], "akita": [], "appenzeller": [], "basenji": [], "beagle": [], "bluetick": [], "borzoi": [], "bo...
asked by 23.09.2017 / 00:37
1
answer

Display bookmarks in google map v3 on android stored in MySQL

I want to know in a MYSQL database, where I have saved the coordinates, latitude and longitude. Use these values and by means of a web service show markadores in a google map v3 in android studio , I followed this t...
asked by 20.09.2017 / 16:14
0
answers

How to pass values from SQL server to MPAndroidChart bar chart?

I have a sql database with data which I need to go to a bar chart graph. import android.os.StrictMode; import android.provider.ContactsContract; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.R...
asked by 18.09.2017 / 22:56
0
answers

How to "parse" an XML file?

My problem is this: In my android project I am using an API that provides data on the weather forecast of a city, I retrieve this data in an XML file; my problem is that I can not "separate" the data by label to manipulate the condigo is as f...
asked by 21.09.2017 / 18:45
1
answer

Error selecting recycler view item

I do not understand why when I select an item from the recycler view, it also marks me an element from the bottom. Top: Bottom: The code I have is the following: public class adapter_archivos extends RecyclerView.Adapter&l...
asked by 18.09.2017 / 15:26
0
answers

Appropriate way to login to a web page from an android application?

My intention is to initiate session from code with the HTTP in a web page, and to extract data once inside the session. The problem is that to tell the truth, I am quite new in this field of HTTP ... I was looking for some tutorials on the web (...
asked by 17.09.2017 / 16:29