Get $500+ of the best After Effects files, video templates and music for only $20!

Browsing Tag

java

Mobiletuts+ Quiz: Java Fundamentals

Mobiletuts+ Quiz: Java Fundamentals

Started learning Java and think you’re ready to move on to the next level? Find out if you have a good grasp of the fundamentals with today’s quiz!

Android Tablet Virtual Device Configurations

Android Tablet Virtual Device Configurations

Back in mid-2010 you learned about common Android Virtual Device (AVD) configurations. We’re now in tablet-crazed early-2011. In this quick tutorial, you’ll extend your knowledge of AVDs by learning how to create configurations for two of the most popular Android tablets.

Learn Java for Android Development: Java Shorthand

Learn Java for Android Development: Java Shorthand

This entry is part 13 of 13 in the series Learn Java for Android Development

These quick tips discuss some of the most common Java shorthand techniques you’ll come across when you’re getting started in Android development.

Android User Interface Design: Relative Layouts

Android User Interface Design: Relative Layouts

This entry is part 5 of 21 in the series Android User Interface Design

Understanding layouts is important for good Android application design. In this tutorial, you learn all about relative layouts, which organize user interface controls, or widgets, on the screen in relation to one another, or to their parent layout. When used correctly, relative layouts can be the powerful and flexible layout upon which many interesting Android application user interfaces can be designed.

Android User Interface Design: Linear Layouts

Android User Interface Design: Linear Layouts

This entry is part 3 of 21 in the series Android User Interface Design

Understanding layouts is important for good Android application design. In this tutorial, you learn all about linear layouts, which organize user interface controls, or widgets, vertically or horizontally on the screen. When used correctly, linear layouts can be the fundamental layout upon which many interesting Android application user interfaces can be designed.

Learn Java for Android Development: Date and Time Basics

Learn Java for Android Development: Date and Time Basics

This entry is part 11 of 13 in the series Learn Java for Android Development

In this tutorial, you’ll learn to work with dates and times in Java and within Android applications. Date and time data can be determined, modified, and stored in a variety of ways.

Learn Java for Android Development: String Basics

Learn Java for Android Development: String Basics

This entry is part 10 of 13 in the series Learn Java for Android Development

In this tutorial, you’ll become familiar with one of the most important programming data structures (types) in Java—the String. String variables can be used to store the textual (letters, numbers, symbols) data associated with a program.

Learn Java for Android Development: Javadoc Code Documentation

Learn Java for Android Development: Javadoc Code Documentation

This entry is part 9 of 13 in the series Learn Java for Android Development

This quick lesson covers Javadoc, a helpful tool for generating documentation from your Java source files. This lesson is part of an ongoing series of tutorials for developers learning Java in order to develop Android applications.

Learn Java for Android Development: More On Inner Classes

Learn Java for Android Development: More On Inner Classes

This entry is part 8 of 13 in the series Learn Java for Android Development

This quick lesson discusses a number of tips for working with inner classes in Java. This lesson is part of an ongoing series of tutorials for developers learning Java in order to develop Android applications.

Learn Java for Android Development: Reflection Basics

Learn Java for Android Development: Reflection Basics

This entry is part 5 of 13 in the series Learn Java for Android Development

In this tutorial, you’ll become familiar with the concept of Java reflection: the ability of a class or object to examine details about its own implementation programmatically.

Page 1 of 212