-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtechnical_task.txt
25 lines (18 loc) · 1.1 KB
/
technical_task.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
+1. Открытие фрагмента
+2. Заполнить RecyclerView - holder,adapter,viewmodel+
(пока загружаеться из drawable|)
+3. Поиск изображений в internal storage - model
+4. Загрузка найденных изображений в RecyclerView
+5. Передача выбранного изображения во ViewImage
6. Редактирование выбранного изображения после вставки
Guides
https://developer.android.com/topic/performance/graphics/load-bitmap
https://stackoverflow.com/questions/31154777/how-to-read-image-from-internal-memory-in-android
https://stackoverflow.com/questions/35607907/android-retrieve-all-image-directories/35608181
https://stackoverflow.com/questions/30777023/displaying-all-images-from-device-in-my-app
https://developer.android.com/training/data-storage/shared/media
https://developer.android.com/guide/fragments/communicate
Image Cropper library
https://github.com/burhanrashid52/PhotoEditor
https://github.com/iamutkarshtiwari/Ananas
https://github.com/ArthurHub/Android-Image-Cropper