android-ion Questions

4

Solved

So, back when I was using Koush's Ion, I was able to add a json body to my posts with a simple .setJsonObjectBody(json).asJsonObject() I'm moving over to OkHttp, and I really don't see a good way t...
Blooming asked 9/12, 2015 at 13:22

4

Solved

I have a problem with generic method's explicit type arguments. I know I can do this: Foo.<Bar>function(); assuming there is a void <T> function() {...} function in Foo class. The...
Undertint asked 1/7, 2014 at 9:49

4

Not able to find perfect solution for loading a gif image in placeholder Glide .with(context) .load("imageUrl") .asGif() .placeholder(R.drawable.gifImage) .crossFade() .into(imageView) Tr...
Arresting asked 20/8, 2016 at 14:34

1

I am working the task in picking the file from the gallery and upload the picked file to the server. protected void onActivityResult(int requestCode, int resultCode, Intent data) { super.onActiv...
Quiles asked 4/5, 2017 at 5:7

4

Solved

Using this network library: https://github.com/koush/ion As the current status is development, I would like to use self-signed SSL cert The library forum has some discussion: https://github.com...
Clench asked 31/12, 2015 at 3:23

2

Solved

I am using Ion library and i should say that is awesome. but i cannot find a documentation for creating PUT , DELETE , GET request? if it can handle this REST Request can you guide me ?
Sack asked 18/1, 2015 at 11:32

2

Solved

I am using this code to upload single image file on server. But i need to upload multiple 'n' number of files at once Ion.with(MainActivity.this) .load(Constant.UPLOAD_IMG) .setMultipartFile("...
Hydrolyze asked 18/7, 2015 at 6:32

1

Solved

I'm creating an update for my application, in it I have a folder with saved images that I would like to display in a GridView. I am already using the Ion library. The creator of the library (Koush ...
Cargo asked 23/5, 2015 at 0:15

0

I've been doing some digging lately into the REST Clients for Android. Majority of the discussions have been around Volley and Retrofit, seldom I came across comparisons between Ion, Robospice with...
Edomite asked 8/2, 2015 at 19:51
1

© 2022 - 2024 — McMap. All rights reserved.