Picasso cannot fetch jpg file link
Sir,
I have used Picasso library to fetch image but when it comes to the implementation, it retrieves nothing. Would you please me tell the expectational rule to deal with JPG images ?
override fun onBindViewHolder(holder: RecyclerView.ViewHolder , position: Int) {
if (holder is VHItem) {
val dataItem = getItem(position)
holder.title!!.text = dataItem.name
holder.desp!!.text = dataItem.district
val arrayImage = dataItem.images...