This might be a very silly or basic question. I am new to android development and am using Support Library to implement FAB search button, using "android.support.design.widget.FloatingActionButton" component. Now I was wondering if I need use a separate layout for API 21 or greater and implement the same button without support library component? If so which component should I use, I couldn't anything equivalent to FloatingActionButton.
Thanks in advance!
I don't know what's your approach, but if you need a good FAB I can recommend this library Clans/FloatingActionButton This library requires Android API Level 14+; its easy to use and you no need to worry about Google FAB design or Lollipop target and include goods animations and very fast implementations.
Why this library?
In some cases Google does not care much for the developers and said it was easy overwrite a FameLayout view and create your own FAB button, but often developers do not have time to take the trouble to cast a view to a button.
Strongly I hope this is helpful to you
PD: I don't know to speak in english very well, so apologize for this.