The Artima Developer Community
Sponsored Link

Java Buzz Forum
Android UI: Understanding Views

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
justin cater

Posts: 19616
Nickname: justin78
Registered: Mar, 2011

Justin Cater is executive editor at Java Code Geeks
Android UI: Understanding Views Posted: Apr 29, 2014 8:20 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by justin cater.
Original Post: Android UI: Understanding Views
Feed Title: Java Code Geeks
Feed URL: http://feeds.feedburner.com/JavaCodeGeeks
Feed Description: Java 2 Java Developers Resource Center
Latest Java Buzz Posts
Latest Java Buzz Posts by justin cater
Latest Posts From Java Code Geeks

Advertisement

After getting to know the Android UI philosophy, we are now ready to delve into the more hands-on stuff. In this lesson, part of the “Android UI Design – Basics” course, you will get introduced to the Views, the main building blocks of Android UIs. You will learn about the major built-in components like TextView and ImageView, as well as various input controls like buttons,checkboxes,textfields etc.

Additionally, you will learn about the event based architecture that drives Android UIs and how to properly utilize listeners in order to handle events. A small sample app is built based on those principles. Finally, you will learn about adapters and how they can be used along with Views in order to create visually beautiful applications.

Get started here

Read: Android UI: Understanding Views

Topic: Java static class Example Previous Topic   Next Topic Topic: Difference between State and Strategy Design Pattern in Java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use