My college Placements are in 3 months and I need some good project so which should I choose for project Android development with flutter or native

Viewed 100

I know the basics of Android development and I am finding it difficult to understand but I love to build apps side by side I want a good projects for my resume so should I continue learning Android or I should choose flutter for easy understanding and good projects

1 Answers

The better way in Mobile dev career I think is to firstly learn at list one platform native development and then maybe learn some of multi-platform (Flutter, React Native). The main reason is that you will get lost every time problem occurs on the platform SDK side and also a lot of Flutter libs may work unpredictable. In my dev practice I often had to write custom platform plugins so my Anroid SDK knowledges turned out to be very helpful.

Related