Getting Started with Android

10 anos atrás
Getting Started with Android – 20:31 The world of Android can be a little overwhelming at first. In this workshop we’ll explain the Android ecosystem and its place in the world and how to get started developing apps for Android. We’ll take a look at various options for ...

Build a Simple Android App

10 anos atrás
Build a Simple Android App This project covers the very basics of Android development. We will build a simple app that will serve up some fun facts when you tap on a button. We introduce the Java programming language, a tool for Android development called Android Studio, and some very basic ...

Android Tools

10 anos atrás
Android Tools Using the right tools can make an Android developer’s life so much easier. At Google I/O in 2013, a new Android IDE was announced named Android Studio. Currently available as a beta release, we will see how to get started and learn some helpful features that make it ...

Android Data Storage with SQLite

10 anos atrás
Android Data Storage with SQLite – 73:39 In this live Treehouse Workshop, teacher Ben Jakuben shows how to use SQLite in Android for storing and manipulating data in a very simple weather forecast app.