Skip to content

Touch event : activity_lab_start.xml #3

Description

@ukiKwon

[ 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."

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions