The tutorial itself felt kind of lacking. Given the ridiculous amount of app developers out there I'd assumed that the tutorial would be much easier to follow, but it does require programming experience. In fact it requires experience learning a new programming language or API. I'm no expert in either, but I guess I knew enough to get through the first step of the tutorial. Here are some interesting takeaways from my first step:
- All 'Activity's must be declared in the manifest
- Every 'Activity' is invoked by an 'Intent'
- 'Activity's can get its invoker using getIntent()
- Most programming is done within the framework provided. My job as an app builder is to work on the actual content