Composition | |||||
---|---|---|---|---|---|
Component | Android Native | iOS Native | React Native | Flutter | Xamarin |
Horizontal Row |
Row |
HStack |
View |
Row |
Coming Soon |
Vertical Column |
Column |
VStack |
View |
Column |
Coming Soon |
Button |
Button |
Button |
Button |
ElevatedButton |
Coming Soon |
Label |
Text |
Text |
Text |
Text |
Coming Soon |
UI Components | |||||
---|---|---|---|---|---|
Component | Android Native | iOS Native | React Native | Flutter | Xamarin |
Text Box |
EditText |
UITextField |
TextInput |
TextField |
Coming Soon |
Label |
TextView |
UILabel |
Text |
Text |
Coming Soon |
Drop Down |
Spinner |
DropDownButton |
Picker |
TextField |
Coming Soon |
Button |
Button |
UIButton |
Button |
ElevatedButton |
Coming Soon |
Image |
ImageView |
UIImageView |
Image |
Image |
Coming Soon |
Form | |||||
---|---|---|---|---|---|
Component | Android Native | iOS Native | React Native | Flutter | Xamarin |
Form |
Activity |
UIViewController |
Not Applicable |
Not Applicable |
Coming Soon |
Child of Form |
Fragment |
UIChildViewController |
Not Applicable |
Not Applicable |
Coming Soon |
View |
View |
UIView |
View |
Widget |
Coming Soon |
UI Development Framework |
Jetpack Compose |
Swift UI |
Not Applicable |
Not Applicable |
Coming Soon |
Networking & Databases | |||||
---|---|---|---|---|---|
Component | Android Native | iOS Native | React Native | Flutter | Xamarin |
Networking Component |
HttpUrlConnection |
URLSession |
Fetch |
Http |
Coming Soon |
Object Relation Mapping |
RoomDatabase |
CoreData |
Not Applicable |
Not Applicable |
Coming Soon |
Stream Calls |
Flow |
Combine |
Not Applicable |
Not Applicable |
Coming Soon |
Layouts & View Group | |||||
---|---|---|---|---|---|
Component | Android Native | iOS Native | React Native | Flutter | Xamarin |
List |
RecyclerView |
UITableView |
FlatList |
ListView |
Coming Soon |
Scroll View |
ScrollView |
UIScrollView |
ScrollView |
ScrollView |
Coming Soon |
Vertical Layout |
LinearLayout |
UIStackView |
Not Applicable |
Column |
Coming Soon |
Horizontal Layout |
LinearLayout |
UIStackView |
Not Applicable |
Row |
Coming Soon |
Grid |
GridView |
UICollectionView |
FlatList |
GridView |
Coming Soon |
Stacking View |
Absolute Layout |
UIView |
View |
Stack |
Coming Soon |
Navigation |
Navigation Graph |
UIStoryboard |
Not Applicable |
Not Applicable |
Coming Soon |