Closed uzbeki closed 1 year ago
I was running into the same problem and I was able to go thru 4.5 RecyclerView by altering the Basic Activity on start up. Mine also started with fragment files that I hardly know how to use and also a navigation layout which I have yet to even use. I deleted these on start up:
-FirstFragment.java -SecondFragment.java -fragment_first.xml -fragment_second.xml -the navigation folder in res. (which contains only nav_graph.xml) -the nav fragment layout in content_main.xml
This left me with a single activity with 2 layout files that housed a FAB button and a toolbar/appbar.
I was able to go through 4.5 with no problems.
Describe the problem Android fundamentals 04.1: Clickable images codelab needs to be updated. It says:
But, the current version of the Android Studio creates 4 layouts: activity_main.xml, content_main.xml, fragment_first.xml and fragment_second.xml. Thus, the rest of the codelab is incorrect. This is the problem.
In which lesson and step of the codelab can this issue be found? Android fundamentals 04.1: Clickable images + Task 1: Add Images to the layout.
How to reproduce?
Versions
Additional information Here is the layout image:
here is how the app looks right after the project creation:
codelab: android-fundamentals