Anshul Tyagi

Results 8 issues of Anshul Tyagi

I need to to integrate both Facebook and Google Plus in the same activity but I'm not getting success in it. I have tried both in individual projects and they...

Hi Team, I'm using latest version with `range` mode and when I'm trying to get selected dates, listeners are not working. I'm using them as: @Override public void onRangeSelected(@NonNull MaterialCalendarView...

**Describe the bug** I'm adding FIHR Engine as the module in my project but unable to find UnitConverter and Converter Exception. I'm creating a new build.gradle as my project supports...

Help wanted

**Describe the bug** I'm trying to create Bundle object from jsonObject but it throws `InvalidDefinitionException` with error message _Cannot construct instance of `com.ibm.fhir.model.resource.Bundle` (no Creators, like default constructor, exist): cannot...

I'm trying to replace title of Tabs with icons + titles for (int i = 0; i < mAdapter.getCount(); i++) { View tabView = mAdapter.getCustomeView(getActivity(), i);; ``` tabView = LayoutInflater.from(getContext()).inflate(R.layout.custom_tab_view,...

Hi Team, I'm integrating `StackedBar` chart with latest version of library but it's not allowing me to make center aligned to the bars with x-axis label. I'm posting my code...