How could i pass the value from base adapter to activity

前端 未结 1 860
死守一世寂寞
死守一世寂寞 2021-01-28 16:48

I am working in one app where i need to pass the value from base adapter class to activity

here is the snippet code:

public View getView(int position, Vi         


        
1条回答
  •  梦如初夏
    2021-01-28 17:15

    U can use below code inside ur activity

     for(int i=0;i

    0 讨论(0)
提交回复
热议问题