Step 1 : Go to this link https://developer.sslcommerz.com/registration/ and register . Step 2 : Login account with https://sandbox.sslcommerz.com/manage/ Step 3 : Go…
Continue ReadingEOFException: End of input at line 1 column 1 path $
EOFException: End of input at line 1 column 1 path $ or Retofit2 error java.io.EOFException: End of input at line 1 column…
Continue ReadingRetrofit take List data as POST request body in android rest api call
Step 1 : create a request model that will take request body data package com.adn.api.order; import com.adn.Model.DBModel.AddToCartProductModel; import com.google.gson.annotations.SerializedName; import…
Continue ReadingHow to remote git repository from xCode project completely and create new repository
Git keeps all of its files in the .git directory. Just remove that one and init again. If you can’t find it,…
Continue ReadingRest api development with lumen – part 1 : Environment setup
Step 1 : Open command line tool or terminal for mac/ linux and run this command for lumen installer .…
Continue Reading