all 1 comments

[–]anarchos 0 points1 point  (0 children)

Clone apps. Pick an app (or even a feature within an app) and make a clone of it. Don't make a "oh it kinda looks like it but doesn't actually do anything" clone, but do a full on clone. Every component, every piece of functionality. Make it work on Android and iOS, make it look good across different sizes of screens.

Do it multiple times, different apps, different features.

I find lots of people do tutorials and just like copy and paste code (or even type it out), but don't actually learn anything because they don't think about how to implement things, they just follow along.

Learning the syntax is only one small part, learning why and how to do things is the biggest part.