heecheon92 / Android-Project

Local Event App
0 stars 0 forks source link

Correlating ID Abbreviations Missing #12

Open MoonWolf125 opened 5 years ago

MoonWolf125 commented 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