retrofit September 22, 2019 API : public class APIClient { public static final String BASE_URL = "http://182.18.144.215/~ayonweb/yamus/json/" ; ...Read More
retofit get March 27, 2018 @GET ( "/category.php" ) void category(Callback<CategoryPojo> callback); category_recycle_view = (RecyclerView) find...Read More
retofit post March 27, 2018 Library : compile 'com.squareup.retrofit:retrofit:1.9.0' compile 'com.squareup.okhttp:okhttp-urlconnection:2.5.0' ...Read More
volley get and post March 27, 2018 Library used : compile 'com.android.volley:volley:1.0.0' Post Code : RequestQueue queue = Volley. newRequestQueue ( context ...Read More
Ask_print_privacy_policy January 11, 2018 Your privacy is important to Ask Print App and we are committed to protecting the privacy of User. Please take a moment to familiarize you...Read More
privacy policy December 19, 2017 Your privacy is important to HR App and we are committed to protecting the privacy of parents and kids. Please take a moment to familiariz...Read More
Actor class December 08, 2017 package actor; /** * Created by zaptasH on 1/17/2017. */ public class SlideActor { private String id; private String nam...Read More
okhttp get and post December 06, 2017 package util; /** * Created by zaptasH on 1/17/2017. */ public class Constant { public static final String BASE_API_URL=...Read More