Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 2.47 KB

Keeping_Up_With_Android.md

File metadata and controls

40 lines (36 loc) · 2.47 KB

Keeping up with Android

Watch conferences/Go to Meetups/Watch Videos

Subscribe to Newsletters

Dope Podcasts

Read code! Professional developers aren’t afraid to dive into code they didn’t write so they can figure out how everything works. I’d recommend reading open source libraries like Picasso or Dagger or even the support library. There are also many open source Android examples on Github. By reading other people’s code, you’ll learn of new ways to solve problems, better ways to organize your code, etc. Not every project out there has “good” code though, so read everything with a grain of salt. I’d recommend checking out open source libraries by Square to start. https://github.com/square Skimming through Jake Wharton’s Github profile wouldn’t be a bad idea either. https://github.com/JakeWharton?tab=repositories