Android development uses the popular Java programming language. In this video we look at the basics of Java and the additions that Android brings to it.
A Chrome Extension Manifest file contains important metadata about your extension. From simple aspects like giving it a name and an author, to setting keyboard shortcuts and overriding browser settings. The Manifest file gives life to your code.
Any Android app that requires even a basic interface will need the basic building blocks of activities and intents to manage interface screens and the flow between them. In this video we look at the different activity types available and how we connect them with intents.
No application exists in isolation, in most cases it will frequently need to access external data and services to bring it to life. In this video we look at the principles of connecting to these services. We will cover the basics of APIs, REST and JSON in an Android app and play with some Marvel Super Heroes on the journey.
A Chrome extensions prime function is to interact and enhance a users' web pages and in this video we look at how to do this, building our first extension with a combination of HTML and JavaScript. This extension will replace all images in a SitePoint article with images of Super Heroes, bringing even more super powers to your browsing experience.
I’ve been running podcasts for years, and while I worked on some video courses in the past, over the past year I have invested more time in my audio and video setup, primarily for live-streaming. After months and months of getting It to a point where I am “kind of” happy with it, I thought it was high time I documented it. Partly so others can learn from my setup, and partly so I can keep tabs on it myself.
I create a lot of content with audio. Interviews that become final podcasts, final podcasts, videos, and more. In almost all cases, a transcript of that audio is useful. Often, I use it to create a blog post based on that audio, and I am also in the process of creating interactive transcripts for my backlog of podcasts. And that aside, accompanying transcriptions of shows are good for SEO and accessibility.
A few years ago I detailed the hardware and software I use for producing my podcasts and videos. Since then, I have changed a lot, so it seemed a good time to revisit.