Tushar Kshirsagar

Results 18 issues of Tushar Kshirsagar

java.lang.RuntimeException: An error occurred while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:321) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354) at java.util.concurrent.FutureTask.setException(FutureTask.java:223) at java.util.concurrent.FutureTask.run(FutureTask.java:242) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:246) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) at java.lang.Thread.run(Thread.java:833) Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lretrofit2/Retrofit$Builder;...

```namespace PushNotificationTest2 { class Program { static void Main(string[] args) { SendNotification(); } private static async void SendNotification() { try { var serverKey = "XXXX"; var senderId = "XXXXX"; string...

`this.popup.setOnSoftKeyboardOpenCloseListener(new` OnSoftKeyboardOpenCloseListener() { public void onKeyboardOpen(int keyBoardHeight) { if(EmojIconActions.this.keyboardListener != null) { EmojIconActions.this.keyboardListener.onKeyboardOpen(); } } public void onKeyboardClose() { if(EmojIconActions.this.keyboardListener != null) { EmojIconActions.this.keyboardListener.onKeyboardClose(); } if(EmojIconActions.this.popup.isShowing()) { EmojIconActions.this.popup.dismiss(); } }...

https://mobx.netlify.app/examples/connectivity/ something similar

enhancement

I am using `flutter_downloader` in conjuction with `flutter_inappwebview` ``` onDownloadStart: (controller, url) async { filePath = (await getExternalStorageDirectory()).path; print("onDownloadStart $url and path $filePath"); final taskId = await FlutterDownloader.enqueue( fileName: "offlineaadhaar.zip",...

How to show or remove item from Radarview on Seekbar which applies on distance and how to zoom in zoom out this view on change in distance from Seekbar slider?...

if I want restrict to select only one tag from suggestion How can I do that?

here it doesn't expand on pressed... ![screenshot_2017-12-26-22-52-36](https://user-images.githubusercontent.com/5900498/34361430-ebb3ad22-ea8f-11e7-8cb3-9d2a6bcd2169.png) here it expands and works perfectly ![screenshot_2017-12-26-22-50-47](https://user-images.githubusercontent.com/5900498/34361433-f20826c6-ea8f-11e7-8987-762a938e0d96.png) please help...