Nuwan Chamara

Results 8 issues of Nuwan Chamara

I want to upload an image file to the server. I need to send a file name also. I need something like this. ``` .multiPart("results", "{\"stringified\":\"success\" }") .multiPart("failed", "false") .multiPart("frontimage",...

I have to send a list of requests and wait until finish them all to continue forward. Is there an away to notify all the request to finish ?

Issue / Feature - Image cut off from the midlle in Horizontal scroll mode FolioReader version - FolioReader Stock / Modified - Stock Android SDK - 28 Mobile / Tablet...

Issue / Feature - Cannot Scroll to next pag from end of a chapter FolioReader version - FolioReader Stock / Modified - Android SDK - Mobile / Tablet / Emulator...

I have a BaseActivity which Extends AppCompatActivity. ``` public class BaseActivity extends AppCompatActivity { private final String TAG = "BaseActivity"; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); Log.e(TAG, "LANGUAGE...

if you can give a xml attribute for rounded corner , its really helpful

I want to select an option By default. For that, I want to select an option programmatically. How can i achieve that?