Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7800981
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T00:48:39+00:00 2026-06-02T00:48:39+00:00

I have been reading and applying the android design from this page: http://developer.android.com/design/index.html I

  • 0

I have been reading and applying the android design from this page:

http://developer.android.com/design/index.html

I want to use the following ‘animation’ (or whatever it is):

http://www.electronicsweekly.com/blogs/eyes-on-android-updates/2012/01/13/Android%20Design%202.jpg

can someone help me get started how to use these boundaries?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T00:48:40+00:00Added an answer on June 2, 2026 at 12:48 am

    This is how i would do it:

    1. extend a ScrollView of your choice
    2. call setStaticTransformationsEnabled(true); in the constructor
    3. override onTouchEvent(MotionEvent ev) to track the position of the finger
    4. override getChildStaticTransformation(View child, Transformation t)
    5. inside that function use the Camera class to create a 3D-transformation matrix. Something like rotate around x-axis with the center of the rotation being the center of the scrollview. Rotation angle should be dependent on the scroll position of the child and the current finger position.

    EDIT: now that i thought about it a bit longer you should do it a little bit differently.

    • do not override getChildStaticTransformation(View child, Transformation t) but drawChild(Canvas canvas, View child, long drawingTime) instead.
      this allows you to use the drawing cache api. (Example for that in my first link). This means that the child is first rendered into a bitmap improving drawing performance and allowing you to apply this linear blue to transparent gradient to the view

    You can look here or here for an example how to use the Camera.
    This is a project with an overscroll bounce effect.
    To make the overscroll effect cool you should use an animations when the user releases the finger. Since i like the new android animation framework very much i would use nine old androids for that.
    I guess is that implementing this effect properly would take at least 1-2 full days for an experienced android programmer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been reading an interesting statement in http://download.oracle.com/javase/tutorial/jdbc/basics/transactions.html The interesting part is: Catching
i have been reading this interesting article which is increasing my every growing confusion
I have been reading through this wonderful website regarding the recommended Python IDEs and
Have been reading around on IErrorHandler and want to go the config route. so,
I have been reading so many topics here about this, but I could not
I have been reading up on Java and oop design. One of the exercises
I have been reading The Little Book of Semaphores and in page 41 there
I have been reading through, testing, and coming up short from understanding how to
I have been reading the book of Windows via C/C++. In chapter 8, page
I have been reading a lot of posts on this site regarding the usage

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.