mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 05:43:55 +01:00
Use viewholder for populating contributions list (#2306)
* Use viewholder for populatiing contributions list * Fix codacy issues * Remove unused code
This commit is contained in:
parent
2ba6ed622f
commit
35f1e84ff1
6 changed files with 187 additions and 123 deletions
|
|
@ -0,0 +1,7 @@
|
|||
package fr.free.nrw.commons.widget;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
public interface ViewHolder<T> {
|
||||
void bindModel(Context context, T model);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue