From d208c0c781f5e5340255f8c4dac88c93f44e5477 Mon Sep 17 00:00:00 2001 From: Anonymus Raccoon <32224410+AnonymusRaccoon@users.noreply.github.com> Date: Fri, 3 May 2019 13:56:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43d7a4e..e8d3e1a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Like every android app, every layouts are ine the Resources/layout folder. The code of the app is devided in 4 differents folders: - - The DataStructure project which contains classes/objects that are used to represents basic objects of the app (like songs or playlists). This folder also contains ViewHolders (classes that are used to bind layouts with data) + - The DataStructure folder which contains classes/objects that are used to represents basic objects of the app (like songs or playlists). This folder also contains ViewHolders (classes that are used to bind layouts with data) - The UI folder which contains itself 3 folders: - The Fragment folder, containing every tab of the app (the youtube search, the playlist tab...) - The Adaptet folder, containing every adapter of the app. An adapter is something that bind a list (of songs, of playlists...) to a listview so the user can scroll, click...