volley tag

7 questions


1 answers
87 views
0
Request search results for YouTube Data API in Volley.

When I requested at the following URL, the following error occurred:Error Contents: 01-22 22:24:43.326 23433-23461/com.hoge.piyo.buzz E/Volley ﹕ [2094] BasicNetwork.performRequest: Unexpected respons...


1 answers
127 views
0
Request search results for YouTube Data API in Volley.

When I requested at the following URL, the following error occurred:Error Contents: 01-22 22:24:43.326 23433-23461/com.hoge.piyo.buzz E/Volley ﹕ [2094] BasicNetwork.performRequest: Unexpected respons...


1 answers
96 views
0
How to Upload an Image to a Server Using Volley

I looked at various sites and tried the source code, but I couldn't find anything that could upload images to the server using Volley.public class MultipartRequest2 extensions Request<String>{pu...


1 answers
131 views
0
I have a question for Android Volley.

public class MainActivity extends AppCompatActivity {private static final String TAG = MainActivity.class.getSimpleName();TextView tv;String url;StringRequest stringRequest;String data;public static R...

1 years ago

1 answers
146 views
0
I have a question about Android viewpager.

The Viewpager page is on page 5All communicate with http to receive data.But the code seems to overlap too much, so is there a way to deal with it separately? I can't think of anythingpublic class Vie...


1 answers
95 views
0
Hello, I have a question about the telecommunications live reader, volley, so I am posting it like this.

Hello, I am trying to use volley while using http client, but the server can only send EUC-KR, so while I was trying, the Korean alphabet kept breaking and I am uploading it like this. volley is Buffe...

1 years ago

1 answers
95 views
0
I'd like some help with Volley + Gson

public class MovieFragment extends Fragment implements getData { TextView testText; ImageView imageView;@Nullable@Overridepublic View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup...


© 2024 OneMinuteCode. All rights reserved.