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...
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....
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...
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...
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...
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...
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...
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 (...