They're all outdated now, still in Java. It's open source, so I might actually get around to contributing to them.
Android programming, looking for good guides for beginners
11–20 of 30 posts
Re: Android programming, looking for good guides for beginners
#12This may be a little of topic, but I think that Google's Flutter is really game changing. It let's you write your app once and deploy down to iOS and Android and does so compiled to the target environment. Compared to other cross platform mobile development frameworks, I think they're at the top performance wise.
It trails React Native significantly.
Re: Android programming, looking for good guides for beginners
#13Re: Android programming, looking for good guides for beginners
#14I'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'…
Raywenderlich.com is always my first pick.
Re: Android programming, looking for good guides for beginners
#15As you also mention iOS I highly recommend Paul Hudson's books at https://www.hackingwithswift.com His 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).
I’ve loved them. Just chiming in to also suggest them.
Re: Android programming, looking for good guides for beginners
#16Re: Android programming, looking for good guides for beginners
#17I was interested in something similar, many years ago, and realized that the app I wanted to write didn't call upon any of the internal resources of the Android phone. So I was able to write it in Javascript / HTML, and it runs on any platform in a browser.
Re: Android programming, looking for good guides for beginners
#18I'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'…
I'm lazy and not very academic, and I feel like I always end up following a Medium or Hackernoon tutorial and using the official API docs for supplemental reference. I feel like this has been my experience for Flutter, React, ReactNative, Docker. I'm actually curious what folks' favorite 1st party docs are.