This is the screencast and voice of my Android Fundamentals talk from december 2009. It was given on the 29th floor of our jentower for the towerbyte.
Related Posts
Android: Deploying multiple targets from one project (outdated)
Update: This way of deploying multiple targets is considered outdated. There is a better way now. This posting is about how to create multiple versions of your Android application without cloning the whole project. For…
Serverless on AWS Lambda
Serverless computing is a cloud-computing execution model in which the cloud provider dynamically manages the allocation of machine resources. At my current project, I had the freedom to create a new service a service from…
Make your website or web-app offline available
Android developers vs. web One great advantage of native apps over web apps is that they don't depend on an online connection to start. Therefore the startup is fast and you can use them in…