Android Development
9 years ago
Just started looking at android app development. It's . . . not simple. Everything seems so fragmented. Maybe it's just because I've been working with C++ for too long, and forgot how java works.
Made the "Hello Android!" echoing program, not sure where to go from here. Might re-create the text-based tower defense I was working on eons ago.
Made the "Hello Android!" echoing program, not sure where to go from here. Might re-create the text-based tower defense I was working on eons ago.
When your program compiles, there are a bunch of intermediaries and stuff. The compiler itself is this whole program that needs things set up a certain way. It's pretty crazy.
There are definitely a whole bunch of random stacks of things built to fix problems in older versions. You almost just need to spend a year finding random examples and playing around with them. Someone needs to write a book about developing for Android with only the best parts of the framework.
Ooh, and I'd start here: https://material.google.com/
It's not exactly important if you aren't planning to design a proper interface, but it's actually a surprisingly cohesive design philosophy that can be used across media. I'm starting to notice the subtleties of how Google uses it in their products.