Android programming, looking for good guides for beginners
1–10 of 30 posts
Re: Android programming, looking for good guides for beginners
#2While I've only briefly skimmed it myself, I've heard a lot of good things about The Busy Coder's Guide to Android Development. Newer editions require a $20 "subscription", but older ones are available for free [1].
Re: Android programming, looking for good guides for beginners
#3https://www.udacity.com/course/developing-android-apps-with-...
https://www.udacity.com/course/advanced-android-with-kotlin-...
That gives you a solid start to look into more details and do some codelabs on
https://codelabs.developers.google.com/?cat=Android
or watch a series about a certain topic on Youtube. I really like the Coding In Flow channel:
Re: Android programming, looking for good guides for beginners
#4Re: Android programming, looking for good guides for beginners
#5His 100 Days of Swift (and Swift UI) are also quite good to work through. He is widely known and respected in the iOS development community and works hard to keep it all up to date (all updates are included if you purchase his books).
Re: Android programming, looking for good guides for beginners
#6Re: Android programming, looking for good guides for beginners
#7Re: Android programming, looking for good guides for beginners
#8Re: Android programming, looking for good guides for beginners
#9I'm not sure how mainstream of an opinion this is, but I'd suggest skipping Google's own tutorials. It would be reasonable to suppose that a multi-billion-dollar corporation that massively benefits from a thriving developer community would put out first-rate documentation, but I was quite disappointed by how much of an inconsistent and incomplete mess those tutorials are. While I've only briefly skimmed it myself, I'…
Maybe they shifted focus to that in the past years.
Re: Android programming, looking for good guides for beginners
#10https://developer.android.com/ and start reading
This is perhaps one of the most commonly used widgets in Android: https://developer.android.com/reference/android/support/v7/w...
It doesn't say why it's deprecated and what it's replaced with. The link is even more confusing. And the document itself also doesn't say what a RecyclerView is or how to use it.