mbsysde99

Results 4 comments of mbsysde99

> @mbsysde99 Can I close based on @Smurf-IV previous comment? Yes, Thanks for the explanation.

I will share this, maybe it will be useful for others. I'm using `System.Windows.Forms.DateTimePicker`. A. To get `Month and Year View`: ``` MonthYearPicker myp = new MonthYearPicker(); myp.ViewMode = EViewMode.Month;...

Are you call toasty from background thread? If yes, try this private static void toast(final Context context, final String text, final int duration, final TOAST_TYPE type){ switch (type) { case...

> Stumbled upon this issue in our app when fragment view gets recreated from backstack or when a config change happens. We're using `inputType="none"` so filtering is not needed. The...