I am using custom Horizontal scrollView. I have added some views to it all works fine as expected,I want to know the particular child position. Is this possible ?
9
- you have added view dynamically?Ravi– Ravi2015-02-06 08:55:26 +00:00Commented Feb 6, 2015 at 8:55
- yes, based on the arraylist size my view will get updateAndroidcuckoo– Androidcuckoo2015-02-06 08:57:21 +00:00Commented Feb 6, 2015 at 8:57
- so you want to know which child number is called right?Ravi– Ravi2015-02-06 08:57:51 +00:00Commented Feb 6, 2015 at 8:57
- yes, i need to fetch information from the arraylist based on this position.Androidcuckoo– Androidcuckoo2015-02-06 08:59:06 +00:00Commented Feb 6, 2015 at 8:59
- than directly add click listener in your for loop for that viewRavi– Ravi2015-02-06 08:59:49 +00:00Commented Feb 6, 2015 at 8:59
| Show 4 more comments