Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

Automatically get the next list item every second in EditText after click on start button.

I got a listView with the values 1000 to 9000 (1000 a step). My idea is that the user should pick one item from the list and than press the start button. The chosen item will be displayed in the editText. After the user pressed the start button the editText will take the following listItem item as value every second until the user presses the cancel button

So if the user for example choses 3000 and than press start, the editText should state 3000, and increment by 1000 every second (taking over the next listItem).