alexvasilkov / GestureViews

ImageView and FrameLayout with gestures control and position animation
Apache License 2.0
2.38k stars 384 forks source link

Advanced demo resources #76

Closed jitendra1607 closed 7 years ago

jitendra1607 commented 7 years ago

How can i use my server image resources,what is type of json data?.please show me webserver image fetching used in this app.thank you

jitendra1607 commented 7 years ago

I am beginner in android.i want to use advanced demo activity.please show me resource,so that i can configure it for my use.

alexvasilkov commented 7 years ago

Have a look at Retrofit + Gson, this is kinda industry standard now to load and parse the data.

Other than that, your app implementation is out of scope of this library, so please use other resources to find a help (like StackOverflow), here I can only help you with the library usage itself.