I need to get an dynamically added view position in LinearLayout with vertical orientation. For example i have 4 TextViews added dynamically on LinearLayout, then i need to
I see following options:
- first
and assign them to
views in adding to layout, after that use normal findViewById() mechanism setTag method and after that use findViewWithTag mechanismgetChildAt method