Mentioned issues (2)
Links (11)
“ https://gist.github.com/Rokata9/744b0ea614819fc51b7c85dfb90226b1 - This is the starting point for all composables. An activity with a view model, which retrieves list of items from a Firestore. After that it calls setContent to replace the view with the composable hierarchy. ”
“ https://gist.github.com/Rokata9/856bc5cdd25aa187a9e6783c747401b1 - The list based on LazyColumnFor ”
“ - tuoyaLtniartsnoChttps://gist.github.com/Rokata9/f9252974343addc0fab2e2c93104382d ”
“ - nmuloC/woRhttps://gist.github.com/Rokata9/197100002502a8490e2fe246811c6ec7 ”
“ https://gist.github.com/Rokata9/a15913a33abd56f3cf69ff33cf088104 - A rounded image composable based on Card ”
“ https://gist.github.com/Rokata9/efec0fcfd8fc6dc02aa501e5f88a2f2b - A button which has an image and text next to it as its content, both items aligned with a Row ”