Programming4us
         
 
 
Programming

Building Android Apps : Animation - Adding the Date Panel

11/21/2010 5:53:20 PM
The Date panel looks a lot like the previous panels, with a couple of exceptions (refer to Example 1). Add the HTML for the Date panel right after the Dates panel, just before the closing </body>.
Example 1. The HTML for the Date panel
<div id="date">
<div class="toolbar">
<h1>Date</h1>
<a class="button back" href="#">Back</a>
<a class="button slideup" href="#createEntry">+</a>
</div>
<ul class="edgetoedge">
<li id="entryTemplate" class="entry" style="display:none">
<span class="label">Label</span>
<span class="calories">000</span>
<span class="delete">Delete</span>
</li>
</ul>
</div>

Now that you’ve added the Date panel, clicking any item on the Dates panel will slide the empty Date panel (Figure 1) into view.

Figure 1. Other than the toolbar, the Date panel is empty to begin with


Other -----------------
- Building Android Apps : Animation - Adding the Dates Panel
- Building Android Apps : Animation - Sliding Home
- Programming Windows Azure : Understanding the Value of Queues
- Programming Windows Azure : Table Operations - Deleting Tables, Deleting Entities
- Programming Windows Azure : Table Operations - Updating Entities
- Programming Windows Azure : Table Operations - Understanding Pagination
- Programming Windows Azure : Table Operations - Using Partitioning
- Programming Windows Azure : Table Operations - Querying Data
- Programming Windows Azure : Table Operations - Creating Entities
- Programming Windows Azure : Table Operations - Creating Tables
- iPad Development : Document Management (part 2)
- iPad Development : Document Management (part 1)
- iPad Development : The Split View Concept
- jQuery 1.3 : Developing plugins - Adding new shortcut methods
- jQuery 1.3 : Developing plugins - DOM traversal methods
- Using Cloud Services : Exploring Online Planning and Task Management
- Using Cloud Services : Exploring Online Scheduling Applications
- Using Cloud Services : Exploring Online Calendar Applications
- SOA with .NET and Windows Azure : Service Contracts with WCF (part 3)
- SOA with .NET and Windows Azure : Service Contracts with WCF (part 2)
 
 
Most View
- Windows Server 2008: Using the Task Manager for Logging and Debugging (part 2)
- Windows Azure : Programming Access Control Service (part 9) - Configuring a Web Service Client to Acquire and Send SAML Tokens
- Windows 7 : Working with the Command-Line Tools (part 2) - Working with File and Folder Management Tools
- Administering SQL Server 2008 with PowerShell : Step-By-Step Examples (part 1) - General Tasks & Scheduling Scripts
- Programming Windows Phone 7: An Introduction to Touch - Low-Level Touch Events in Silverlight
- The Windows Azure Tool Set
- Windows Server 2008 : Configuring Server Clusters (part 2)
- Developing for Windows Phone and Xbox Live : Sprites and 2D Graphics - Show Me Something on Screen
- Windows Server 2008 : Create Active Directory Objects
- Performing On-Demand Exchange Server 2003 Monitoring and Maintenance
Top 10
- Scripting Windows 7 with WSH : Programming Objects
- Manage Active Directory Domain Services Auditing : Disable the Global Audit Policy by Using the Command Line
- Configuring the Microsoft Management Console : Reviewing the Windows 7 Snap-Ins
- Windows 7 : Setting Security Permissions on Files and Folders (part 5) - Assigning Special Permissions
- SharePoint 2010 : Choose a Column Type (part 4)
- Programming Windows Phone 7 : Silverlight and Dynamic Layout (part 2)
- Microsoft Office 2010 : Saving and Restoring Settings and Data
- iOS SDK : Debugging (part 2) - Watchpoints
- Windows Server 2008 : Controlling Access to Web Services (part 5) - Managing URL Authorization Rules
- jQuery 1.3 : How to use a plugin