Click here to Skip to main content
15,885,546 members
Articles / Mobile Apps / Android

Android 3D Carousel

Rate me:
Please Sign up or sign in to vote.
4.91/5 (67 votes)
16 Oct 2012CPOL4 min read 1.1M   17K   130  
How 3D carousel could be implemented for Android platform
/* AUTO-GENERATED FILE.  DO NOT MODIFY.
 *
 * This class was automatically generated by the
 * aapt tool from the resource data it found.  It
 * should not be modified by hand.
 */

package com.carouseldemo.main;

public final class R {
    public static final class array {
        public static final int entries=0x7f040000;
        public static final int names=0x7f040001;
    }
    public static final class attr {
        /** <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int Items=0x7f010001;
        /** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int Names=0x7f010006;
        /** <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int SelectedItem=0x7f010002;
        /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int UseReflection=0x7f010000;
        /** <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int maxQuantity=0x7f010005;
        /** <p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int maxTheta=0x7f010003;
        /** <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
         */
        public static final int minQuantity=0x7f010004;
    }
    public static final class drawable {
        public static final int cat=0x7f020000;
        public static final int hippo=0x7f020001;
        public static final int icon=0x7f020002;
        public static final int monkey=0x7f020003;
        public static final int mouse=0x7f020004;
        public static final int panda=0x7f020005;
        public static final int rabbit=0x7f020006;
    }
    public static final class id {
        public static final int carousel=0x7f060003;
        public static final int item_image=0x7f060000;
        public static final int item_text=0x7f060001;
        public static final int selected_item=0x7f060002;
    }
    public static final class layout {
        public static final int item=0x7f030000;
        public static final int main=0x7f030001;
    }
    public static final class string {
        public static final int app_name=0x7f050000;
    }
    public static final class styleable {
        /** Attributes that can be used with a Carousel.
           <p>Includes the following attributes:</p>
           <table>
           <colgroup align="left" />
           <colgroup align="left" />
           <tr><th>Attribute</th><th>Description</th></tr>
           <tr><td><code>{@link #Carousel_Items com.carouseldemo.main:Items}</code></td><td></td></tr>
           <tr><td><code>{@link #Carousel_Names com.carouseldemo.main:Names}</code></td><td></td></tr>
           <tr><td><code>{@link #Carousel_SelectedItem com.carouseldemo.main:SelectedItem}</code></td><td></td></tr>
           <tr><td><code>{@link #Carousel_UseReflection com.carouseldemo.main:UseReflection}</code></td><td></td></tr>
           <tr><td><code>{@link #Carousel_android_animationDuration com.carouseldemo.main:android_animationDuration}</code></td><td></td></tr>
           <tr><td><code>{@link #Carousel_android_gravity com.carouseldemo.main:android_gravity}</code></td><td></td></tr>
           <tr><td><code>{@link #Carousel_maxQuantity com.carouseldemo.main:maxQuantity}</code></td><td></td></tr>
           <tr><td><code>{@link #Carousel_maxTheta com.carouseldemo.main:maxTheta}</code></td><td></td></tr>
           <tr><td><code>{@link #Carousel_minQuantity com.carouseldemo.main:minQuantity}</code></td><td></td></tr>
           </table>
           @see #Carousel_Items
           @see #Carousel_Names
           @see #Carousel_SelectedItem
           @see #Carousel_UseReflection
           @see #Carousel_android_animationDuration
           @see #Carousel_android_gravity
           @see #Carousel_maxQuantity
           @see #Carousel_maxTheta
           @see #Carousel_minQuantity
         */
        public static final int[] Carousel = {
            0x010100af, 0x01010112, 0x7f010000, 0x7f010001,
            0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005,
            0x7f010006
        };
        /**
          <p>This symbol is the offset where the {@link com.carouseldemo.main.R.attr#Items}
          attribute's value can be found in the {@link #Carousel} array.


          <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
          @attr name android:Items
        */
        public static final int Carousel_Items = 3;
        /**
          <p>This symbol is the offset where the {@link com.carouseldemo.main.R.attr#Names}
          attribute's value can be found in the {@link #Carousel} array.


          <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
          @attr name android:Names
        */
        public static final int Carousel_Names = 8;
        /**
          <p>This symbol is the offset where the {@link com.carouseldemo.main.R.attr#SelectedItem}
          attribute's value can be found in the {@link #Carousel} array.


          <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
          @attr name android:SelectedItem
        */
        public static final int Carousel_SelectedItem = 4;
        /**
          <p>This symbol is the offset where the {@link com.carouseldemo.main.R.attr#UseReflection}
          attribute's value can be found in the {@link #Carousel} array.


          <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
          @attr name android:UseReflection
        */
        public static final int Carousel_UseReflection = 2;
        /**
          <p>This symbol is the offset where the {@link com.carouseldemo.main.R.attr#android_animationDuration}
          attribute's value can be found in the {@link #Carousel} array.
          @attr name android:android_animationDuration
        */
        public static final int Carousel_android_animationDuration = 1;
        /**
          <p>This symbol is the offset where the {@link com.carouseldemo.main.R.attr#android_gravity}
          attribute's value can be found in the {@link #Carousel} array.
          @attr name android:android_gravity
        */
        public static final int Carousel_android_gravity = 0;
        /**
          <p>This symbol is the offset where the {@link com.carouseldemo.main.R.attr#maxQuantity}
          attribute's value can be found in the {@link #Carousel} array.


          <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
          @attr name android:maxQuantity
        */
        public static final int Carousel_maxQuantity = 7;
        /**
          <p>This symbol is the offset where the {@link com.carouseldemo.main.R.attr#maxTheta}
          attribute's value can be found in the {@link #Carousel} array.


          <p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
          @attr name android:maxTheta
        */
        public static final int Carousel_maxTheta = 5;
        /**
          <p>This symbol is the offset where the {@link com.carouseldemo.main.R.attr#minQuantity}
          attribute's value can be found in the {@link #Carousel} array.


          <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
          @attr name android:minQuantity
        */
        public static final int Carousel_minQuantity = 6;
    };
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Russian Federation Russian Federation
• More than 10 years experience in software development
• 3 years experience in direction of automation department.
• software engineering: experience in the whole life cycle of software development
• languages: Kotlin, Swift,Objective-C, C++, C#, Java, ASP.NET, HTML, XML, JavaScript, Visual FoxPro, MS SQL, T-SQL
• Gathering, specification and the analysis of requirements of the customer to the software.
• The analysis of a subject area.
• Estimations of labour input of development.
And so on...

Comments and Discussions