Dorron Mottes

Founder and CEO at N-Frnds (nFrnds)

Dorron Mottes has over 25 years of experience in the technology industry. Dorron began their career in 1993 as a Project Manager System Analyst at Tefen Industrial Engineering and Management. In 1995, they founded and became the CEO of Dao Technologies. Dorron then joined Tadiran Telecommunications in 1997 as The CTI Group Marketing & Business Development Manager. In 1999, they became the Business Invention Leader and General Manager of Media Authority. In 2000, they co-founded Osmio Inc. and served as the CMO & CTO. From 2009 to 2014, they were the Founder, Chairman and President of VascoDe Technologies. Most recently, they have been the Founder and CEO of &frnds since 2014.

package com.example.myapplication.ui.fragment.taluk.taluk_detail.place;

import android.content.Context;

import android.view.LayoutInflater;

import android.view.View;

import android.view.ViewGroup;

import android.widget.ImageView;

import android.widget.TextView;

import androidx.annotation.NonNull;

import androidx.recyclerview.widget.RecyclerView;

import com.example.myapplication.R;

import com.example.myapplication.data.model.api.response.haveri_data.Place;

import com.example.myapplication.ui.base.BaseViewHolder;

import com.example.myapplication.utils.AppConstants;

import com.example.myapplication.utils.CommonUtils;

import com.example.myapplication.utils.ImageUtils;

import java.util.List;

import butterknife.BindView;

import butterknife.ButterKnife;

public class TalukPlacesAdapter extends RecyclerView.Adapter<BaseViewHolder> {

private Context mContext;

private List<Place> placeList;

private ITalukPlacesAdapterListener talukPlacesAdapterListener;

TalukPlacesAdapter(Context mContext, List<Place> placeList,

ITalukPlacesAdapterListener talukPlacesAdapterListener) {

this.mContext = mContext;

this.placeList = placeList;

this.talukPlacesAdapterListener = talukPlacesAdapterListener;

}

@NonNull

@Override

public BaseViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) {

return new ViewHolder(

LayoutInflater.from(parent.getContext()).inflate(R.layout.item_taluk_places,

parent, false));

}

@Override

public void onBindViewHolder(@NonNull BaseViewHolder holder, int position) {

holder.onBind(position);

}

@Override

public int getItem

Links

Timeline

  • Founder and CEO

    January, 2014 - present