Ankit0080
Ankit0080
public void dialogShow (Context context, String msg) { progressDialog = new Dialog(context); progressDialog.setCancelable(false); progressDialog.requestWindowFeature(Window.FEATURE_NO_TITLE); progressDialog.getWindow().setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT)); Display display = ((Activity) context).getWindowManager().getDefaultDisplay(); int screenWidth = display.getWidth(); progressDialog.setContentView(R.layout.dialog_custom_progress); SpinkKitView progressBar = (SpinKitView)...
1.Bottom Loadmore progressbar not stopping 2. changing current page with list size not working 3. only first page data loading
The Progressbar color is always black it is not changing . please help me i am a beginner
This sheet is not opening till full height of screen on expanding
I want to remove the parent toolbar and as soon as bottom sheet reaches top i want to show a toolbar with image with cancel button with animation like this...
This is my Pubspec.yaml file version: 1.0.0+1 environment: sdk: ">=2.7.0
assets/NotoSans-Bold.ttf @dimen/dp_11 @color/black assets/NotoSans-Medium.ttf NotoSans-Medium.ttf binding.materialCalendarView.setShowOtherDates(MaterialCalendarView.SHOW_OUT_OF_RANGE); binding.materialCalendarView.setWeekDayTextAppearance(R.style.headerView); // binding.materialCalendarView.setHeaderTextAppearance(R.style.headerView); binding.materialCalendarView.setDateTextAppearance(R.style.dateTextStyle); binding.materialCalendarView.addDecorator(oneDayDecorator); binding.materialCalendarView.setTopbarVisible(false); binding.materialCalendarView.setDynamicHeightEnabled(true); implementation 'com.github.prolificinteractive:material-calendarview:2.0.1' I have been trying to implement all the ways to use custom fonts in this...
setMinDate and setMaxDate binding.materialCalendarView.state().edit() .setFirstDayOfWeek(Calendar.WEDNESDAY) .setMinimumDate(myCalendar.getTime()) //.setMaximumDate(CalendarDay.from(2021, 5, 30)) .setMaximumDate(myCalendar) .setCalendarDisplayMode(CalendarMode.MONTHS) .commit(); setMinDate and setMaxDate are static, they are not accepting any dynamic values from calendar. I want to add...
After using this library my broadcast receiver which was working fine before inside the same activity stopped working
And because flutter_cache_manager >=3.0.0-nullsafety.0 depends on http ^0.13.0 and preview >=0.0.5+2 depends on http ^0.12.0+2, cached_network_image ^3.1.0 is incompatible with preview >=0.0.5+2. So, because Vliv_B2B depends on both cached_network_image ^3.1.0...