Skip to content

Touch event : activity_lab_start.xml #3

@ukiKwon

Description

@ukiKwon
Owner

[ Original_design_flow ]

  1. Touch scroll view.
  2. Then record a lap time.
  3. Print it on text view. ( text view is in a scroll view)

[ Reality : Current_flow]

  • Try1

"If touch listener is on scroll view,"

  1. Touch scroll view
  2. Then record a lap time
  3. Print it on text view
    4. I can not scroll, it doesn't operate.
  • Try 2

"If touch listener is on text view,"

  1. Touch text view + but Its size is too small and touch is hard.(I can't resize it on xml)
  2. Then record a lap time
  3. Print it on text view
    4. Now the size of text view is enough large to touch because its contents are appended and its size is also bigger
    Thus, touch is easier than before.

"I want to choose 'try1' but I guess the scroll event may collide with touch event.
Is there any alternatives?
Or
I wish the size of textview on "try2" is big from the beggining."

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @ukiKwon

        Issue actions

          Touch event : activity_lab_start.xml · Issue #3 · ukiKwon/java-stopWatch