This light-weight library provides images with letter/text like the Gmail app. It extends the Drawable class thus can be used with existing/custom/network ImageView classes. Also included is a fluent interface for creating drawables and a customizable ColorGenerator.
I have a data coming from Remote database (MySQL), which i set to the SimpleAdapter and then this adapter to ListView.
How do i set TextDrawable to the SimpleAdapter
Below is my HomeFragment which includes everything:
I have a data coming from Remote database (MySQL), which i set to the SimpleAdapter and then this adapter to ListView. How do i set TextDrawable to the SimpleAdapter
Below is my HomeFragment which includes everything:
` @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {