1

I am a beginner at the android studio I want to parse JSON data and display it in an array.

My Adapter Code

public String[] lst_title = {
    "COSMONAUT",
    "SATELITE",
    "GALAXY",
    "ROCKET"
};

I want to replace json data with these values Like These

public String[] lst_title = {
    "json name 1",
    "json name 2",
    "json name 3",
    "json name 4"
};
2

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.