adapter

来源:互联网 发布:cnstorm和淘宝比哪个好 编辑:程序博客网 时间:2024/05/16 00:54
 public int getCount()
    {
        returnmServiceBeans == null? 0 : mServiceBeans.size();
    }
    /**
     * Get item.
     *
     * @param position
     * @return the item according to the position.
     */
    public Object getItem(int position)
    {
        returnmServiceBeans == null? null: mServiceBeans.get(position);
    }
0 0
原创粉丝点击