xtensivearts - One Leap Ahead
Episode #6 – Notification & Long Clicks

Episode #6 – Notification & Long Clicks

Posted 08/13/2009 - 1:15 am by Mathias Reisch

In this episode we will take a look at how to notify the user by using Toast messages. These messages are small, unobstrusive notifications that can be used in all kinds of different situations. They are quite elegant and very easy to use.

We will also take a second look at button listeners by introducing the OnLongClickListener. All in all we will create a nice application that is fun to play around with and that invites you to customize it in any way you like.

Continue reading / Write comment

Episode #5 – Using Radio Buttons

Episode #5 – Using Radio Buttons

Posted 08/02/2009 - 12:16 am by Mathias Reisch

In this episode we will take a look at radio buttons and how to use them to create a simple color-switching application. Additionally you will learn more layout related stuff, which is always a good thing.

Continue reading / Write comment

Quick Tip #1 – Create an Eclipse Project from an Archive File

Quick Tip #1 – Create an Eclipse Project from an Archive File

Posted 07/28/2009 - 10:56 pm by Mathias Reisch

I thought it would be nice to have the possibility to share some valueable information, tricks and other awesome stuff outside the scope of the tutorial episodes. Thus, I’d like to introduce the new mini-tutorials called “Quick Tips”.

Continue reading / Write comment

Episode #4 – Checkboxes & Complex Layouts

Episode #4 – Checkboxes & Complex Layouts

Posted 07/27/2009 - 8:36 pm by Mathias Reisch

In this fantastic new episode of the Android Development Video Tutorial Series, we will have a look at how to use checkboxes and how to incorporate them into a complex layout. This episode takes the project from episode #3 as a base and builds on top of it. So if you have not watched episode #3 yet, I highly recommend that you do that before watching this episode.

Continue reading / Write comment

Episode #3 – Using Buttons

Episode #3 – Using Buttons

Posted 07/18/2009 - 9:07 pm by Mathias Reisch

In this episode we will take a look at how to use the Button-View and how to listen for button clicks using a listener object and its onClick() method. We will also cover some VERY basic ideas concerning layout and positioning of GUI elements. If you are interested in layouts of Android applications, we will have a more in-depth look at creating fancy layouts in a later episode.

Continue reading / Write comment

Episode #2 – Create A New Project And Run It

Episode #2 – Create A New Project And Run It

Posted 07/16/2009 - 1:38 pm by Mathias Reisch

So here is the second episode in our Androidâ„¢ Development Video Tutorial Series. This time we will take a look at how to actually create a new project and run it within the Androidâ„¢ emulator tool. Also, we’ll take a look at how to modify the text output, that our application renders on screen.

Continue reading / Write comment