Open MoonWolf125 opened 5 years ago
Referencing views inside Java is much easier if you add the abbreviations on the IDs. TextView = tv_event_title , ImageView = iv_event_image , RecyclerView = rv_events , etc. This is an issue across most the layouts. https://github.com/heecheon92/Android-Project/blob/a05d23c117f810ca2ff297a08d27d7d918636451/FargoEventProject/app/src/main/res/layout/eventlist.xml#L10-L37
Referencing views inside Java is much easier if you add the abbreviations on the IDs. TextView = tv_event_title , ImageView = iv_event_image , RecyclerView = rv_events , etc. This is an issue across most the layouts. https://github.com/heecheon92/Android-Project/blob/a05d23c117f810ca2ff297a08d27d7d918636451/FargoEventProject/app/src/main/res/layout/eventlist.xml#L10-L37