Cleveroad / LoopBar

Tap Bar with infinite scrolling. Make the navigation menu right at fingerprints, in a tab bar.
MIT License
738 stars 144 forks source link

How to use it in Xamarin.Android #19

Closed jamsshhayd closed 5 years ago

jamsshhayd commented 7 years ago

I have just watched a thread on stackoverflow, in the Answers section a person recommended this so I was curious to know how am I going to reference in my Xamarin Applications?

Iojjj commented 7 years ago

Quick research says that you need to use Binding of Java Library.

  1. Download .aar file here.
  2. Check this manual and try follow its steps.

As alternative you can try to use this plugin.

jamsshhayd commented 7 years ago

I managed to add the references and put the suggested xml element in the activity. But then suddenly this runtime exception occured that it is not going to get inflated.

Android.Views.InflateException: Binary XML file line #20: Binary XML file line #20: Error inflating class com.cleveroad.loopbar.widget.loopbarview

Here is a screenshot

Iojjj commented 7 years ago

We don't have expertise in Xamarin development, so you need to find the way how to run this (or any other) lib on your own. It would be great if you post your solution here for anyone who also interested in using this lib in Xamarin.

jamsshhayd commented 7 years ago

Sure, I will post the solution if I am able to find one.

rolloqueritchie commented 6 years ago

Hi @jamsshhayd, are you able to bind the LoopBar into your Xamarin applications? Thanks

jamsshhayd commented 6 years ago

@rolloqueritchie I had to move towards another thing because of a short deadline and I had used bottombar to achieve this feature.