mContext = context;\r
}\r
\r
+ @Override\r
public int getCount() {\r
return mLandingScreenIcons.length;\r
}\r
\r
+ @Override\r
/**\r
* Returns the Intent associated with this object\r
* or null if the functionality is not yet implemented\r
return intent;\r
}\r
\r
+ @Override\r
public long getItemId(int position) {\r
return position;\r
}\r
\r
+ @Override\r
public View getView(int position, View convertView, ViewGroup parent) {\r
if (convertView == null) {\r
LayoutInflater inflator = LayoutInflater.from(mContext);\r