Home > OS >  UI Implementation for android and iOS
UI Implementation for android and iOS

Time:06-20

How to implement this UI in both android and ios,

enter image description here

Thanks in advance.

CodePudding user response:

I think Material Chip Layout is what you are looking for. Attaching links for you reference.

Implement Material Chip Layout in IOS

Implement Material Chip Layout in Android

CodePudding user response:

I think you are looking for flex layout: https://android-developers.googleblog.com/2017/02/build-flexible-layouts-with.html

  • Related