ledaian41 / wtodo

My first android app on GitHub.
0 stars 0 forks source link

Thanks! #1

Closed dattran2346 closed 7 years ago

dattran2346 commented 7 years ago

Thank you for your submission

Good Stuff

Suggesstions

ledaian41 commented 7 years ago

Thanks for your suggestion, @dattran2346 I'm trying improve my prework. I'm a beginner in Android, I have learned from many toturials online. There are few issues that I'm not fully understood.

dattran2346 commented 7 years ago

@ledaian41 What issue are you not really understood? Perhaps I can help you? Ps: Sorry for late reply to you 😭

ledaian41 commented 7 years ago

@dattran2346

dattran2346 commented 7 years ago

@ledaian41

@Override
public void onBindViewHolder(RecyclerView.ViewHolder holder, int position) {
   holder.itemView.setOnClickListener(v -> {

   });    
}

Ps: Does that make sense to you?

ledaian41 commented 7 years ago

@dattran2346 Thank you, I have understood about Context and have handled onItemClick event in RecyclerViewAdapter. Many thanks,