Browse Source

chore(mobile-dev): move resources closer to each project

for DEV-4078
DEV-3932-lamp-in-the-dark
davhojt 2 years ago committed by Dav Hojt
parent
commit
4328e8f3dc
  1. 2
      subjects/mobile-dev/bizz-card/README.md
  2. 0
      subjects/mobile-dev/bizz-card/resources/bizzCard.01.png
  3. 4
      subjects/mobile-dev/bloc-counter/README.md
  4. 0
      subjects/mobile-dev/bloc-counter/resources/blocCounter.01.png
  5. 0
      subjects/mobile-dev/bloc-counter/resources/blocCounter.02.png
  6. 2
      subjects/mobile-dev/bouncer/README.md
  7. 0
      subjects/mobile-dev/bouncer/resources/bouncer.01.jpg
  8. 6
      subjects/mobile-dev/favorite-images/README.md
  9. 0
      subjects/mobile-dev/favorite-images/resources/imageLibrary.01.png
  10. 0
      subjects/mobile-dev/favorite-images/resources/imageLibrary.02.png
  11. 0
      subjects/mobile-dev/favorite-images/resources/imageLibrary.03.png
  12. 2
      subjects/mobile-dev/movie-list/README.md
  13. 0
      subjects/mobile-dev/movie-list/resources/movieList.01.png
  14. 8
      subjects/mobile-dev/quizz-app/README.md
  15. 0
      subjects/mobile-dev/quizz-app/resources/quizApp.01.png
  16. 0
      subjects/mobile-dev/quizz-app/resources/quizApp.02.png
  17. 0
      subjects/mobile-dev/quizz-app/resources/quizApp.03.png
  18. BIN
      subjects/mobile-dev/resources/.DS_Store
  19. BIN
      subjects/mobile-dev/resources/drunkShapes.01.jpg
  20. BIN
      subjects/mobile-dev/resources/drunkShapes.02.jpg
  21. BIN
      subjects/mobile-dev/resources/drunkShapes.03.jpg
  22. BIN
      subjects/mobile-dev/resources/drunkShapes.video.mp4
  23. BIN
      subjects/mobile-dev/resources/hackernews.png
  24. BIN
      subjects/mobile-dev/resources/media/alem.school_black.png
  25. BIN
      subjects/mobile-dev/resources/media/alem.school_white.png
  26. BIN
      subjects/mobile-dev/resources/media/email_background.png
  27. BIN
      subjects/mobile-dev/resources/media/social-media/facebook.png
  28. BIN
      subjects/mobile-dev/resources/media/social-media/facebook_white.png
  29. BIN
      subjects/mobile-dev/resources/media/social-media/instagram.png
  30. BIN
      subjects/mobile-dev/resources/media/social-media/instagram_white.png
  31. BIN
      subjects/mobile-dev/resources/media/social-media/telegram.png
  32. BIN
      subjects/mobile-dev/resources/media/social-media/telegram_white.png
  33. BIN
      subjects/mobile-dev/resources/media/social-media/twitter.png
  34. BIN
      subjects/mobile-dev/resources/media/social-media/twitter_white.png
  35. BIN
      subjects/mobile-dev/resources/media/social-media/vk.png
  36. BIN
      subjects/mobile-dev/resources/media/social-media/vk_white.png
  37. BIN
      subjects/mobile-dev/resources/media/social-media/youtube.png
  38. BIN
      subjects/mobile-dev/resources/media/social-media/youtube_white.png
  39. 4
      subjects/mobile-dev/secure-notes/README.md
  40. 0
      subjects/mobile-dev/secure-notes/resources/secureNotes.01.png
  41. 0
      subjects/mobile-dev/secure-notes/resources/secureNotes.02.png
  42. 0
      subjects/mobile-dev/secure-notes/resources/secureNotes.03.png
  43. 4
      subjects/mobile-dev/sky-map/README.md
  44. 0
      subjects/mobile-dev/sky-map/resources/skyMap.01.jpg
  45. 0
      subjects/mobile-dev/sky-map/resources/skyMap.02.png
  46. 4
      subjects/mobile-dev/stock-market/README.md
  47. 0
      subjects/mobile-dev/stock-market/resources/stockMarket.01.jpg
  48. 0
      subjects/mobile-dev/stock-market/resources/stockMarket.02.jpg
  49. 2
      subjects/mobile-dev/twenty-forty-eight/README.md
  50. 0
      subjects/mobile-dev/twenty-forty-eight/resources/2048.01.png

2
subjects/mobile-dev/bizz-card/README.md

@ -62,7 +62,7 @@ Try to make it as it is shown in the example below:
<!-- <center> -->
<center>
<img src="https://github.com/alem-01/alem_public/blob/master/resources/bizzCard.01.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<img src="./resources/bizzCard.01.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<!-- </center> -->
</center>

0
subjects/mobile-dev/resources/bizzCard.01.png → subjects/mobile-dev/bizz-card/resources/bizzCard.01.png

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 119 KiB

4
subjects/mobile-dev/bloc-counter/README.md

@ -8,7 +8,7 @@ Patterns are built in a way that lets developers control the hierarchy of widget
Implement simple counter app using Bloc Pattern.
When you start writing your own application, you will need to structure your app first.
<img src="https://github.com/alem-01/alem_public/blob/master/resources/blocCounter.02.png?raw=true" width="200"/>
<img src="./resources/blocCounter.02.png?raw=true" width="200"/>
### Objective
@ -31,7 +31,7 @@ Bloc consist of 2 concepts :
</code>
</pre>
<img src="https://github.com/alem-01/alem_public/blob/master/resources/blocCounter.01.png?raw=true"/>
<img src="./resources/blocCounter.01.png?raw=true"/>
<pre>
<code>

0
subjects/mobile-dev/resources/blocCounter.01.png → subjects/mobile-dev/bloc-counter/resources/blocCounter.01.png

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

0
subjects/mobile-dev/resources/blocCounter.02.png → subjects/mobile-dev/bloc-counter/resources/blocCounter.02.png

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

2
subjects/mobile-dev/bouncer/README.md

@ -22,6 +22,6 @@ Develop an app that uses [accelerometer](https://www.credencys.com/blog/accelero
<center>
<img src="https://github.com/alem-01/alem_public/blob/master/resources/bouncer.01.jpg?raw=true" style = "width: 420px !important; height: 210px !important;"/>
<img src="./resources/bouncer.01.jpg?raw=true" style = "width: 420px !important; height: 210px !important;"/>
</center>

0
subjects/mobile-dev/resources/bouncer.01.jpg → subjects/mobile-dev/bouncer/resources/bouncer.01.jpg

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

6
subjects/mobile-dev/favorite-images/README.md

@ -17,7 +17,7 @@ Allowed package: [image_picker](https://pub.dev/packages/image_picker).
- Show "No images selected" message if no images are loaded.
<center>
<img src="https://github.com/alem-01/alem_public/blob/master/resources/imageLibrary.01.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<img src="./resources/imageLibrary.01.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
</center>
@ -28,7 +28,7 @@ Allowed package: [image_picker](https://pub.dev/packages/image_picker).
- Add an ability to zoom in, zoom out the image, see [example](https://api.flutter.dev/flutter/widgets/InteractiveViewer-class.html).
<center>
<img src="https://github.com/alem-01/alem_public/blob/master/resources/imageLibrary.02.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<img src="./resources/imageLibrary.02.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<img src="https://github.com/alem-01/alem_public/blob/master/resources/imageLibrary.03.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<img src="./resources/imageLibrary.03.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
</center>

0
subjects/mobile-dev/resources/imageLibrary.01.png → subjects/mobile-dev/favorite-images/resources/imageLibrary.01.png

Before

Width:  |  Height:  |  Size: 285 KiB

After

Width:  |  Height:  |  Size: 285 KiB

0
subjects/mobile-dev/resources/imageLibrary.02.png → subjects/mobile-dev/favorite-images/resources/imageLibrary.02.png

Before

Width:  |  Height:  |  Size: 348 KiB

After

Width:  |  Height:  |  Size: 348 KiB

0
subjects/mobile-dev/resources/imageLibrary.03.png → subjects/mobile-dev/favorite-images/resources/imageLibrary.03.png

Before

Width:  |  Height:  |  Size: 589 KiB

After

Width:  |  Height:  |  Size: 589 KiB

2
subjects/mobile-dev/movie-list/README.md

@ -40,7 +40,7 @@ Add fromJson method to make a json serialization, see more on [here](https://flu
Your ListView should use [FutureBuilder](https://api.flutter.dev/flutter/widgets/FutureBuilder-class.html) to wait for data from JSON file and then show it once it is loaded.
<center>
<img src="https://github.com/alem-01/alem_public/blob/master/resources/movieList.01.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<img src="./resources/movieList.01.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
</center>
### Part 2

0
subjects/mobile-dev/resources/movieList.01.png → subjects/mobile-dev/movie-list/resources/movieList.01.png

Before

Width:  |  Height:  |  Size: 590 KiB

After

Width:  |  Height:  |  Size: 590 KiB

8
subjects/mobile-dev/quizz-app/README.md

@ -53,7 +53,7 @@ class Category {
- Note: only standard Dart package, package:flutter are allowed.
<center>
<img src="https://github.com/alem-01/alem_public/blob/master/resources/quizApp.01.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<img src="./resources/quizApp.01.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
</center>
### Second Part
@ -65,9 +65,9 @@ class Category {
- When answering question change color of button or background, so the user know that answer is right or wrong.
<center>
<img src="https://github.com/alem-01/alem_public/blob/master/resources/quizApp.01.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<img src="./resources/quizApp.01.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<img src="https://github.com/alem-01/alem_public/blob/master/resources/quizApp.02.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<img src="./resources/quizApp.02.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
</center>
### Third part
@ -77,7 +77,7 @@ When all questions are answered show the score on a new page.
- It should have Text with score and button which returns user to the main page
<center>
<img src="https://github.com/alem-01/alem_public/blob/master/resources/quizApp.03.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<img src="./resources/quizApp.03.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
</center>
### **Bonus**

0
subjects/mobile-dev/resources/quizApp.01.png → subjects/mobile-dev/quizz-app/resources/quizApp.01.png

Before

Width:  |  Height:  |  Size: 330 KiB

After

Width:  |  Height:  |  Size: 330 KiB

0
subjects/mobile-dev/resources/quizApp.02.png → subjects/mobile-dev/quizz-app/resources/quizApp.02.png

Before

Width:  |  Height:  |  Size: 227 KiB

After

Width:  |  Height:  |  Size: 227 KiB

0
subjects/mobile-dev/resources/quizApp.03.png → subjects/mobile-dev/quizz-app/resources/quizApp.03.png

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

BIN
subjects/mobile-dev/resources/.DS_Store diff.vendored

diff.bin_not_shown

BIN
subjects/mobile-dev/resources/drunkShapes.01.jpg

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 6.9 KiB

BIN
subjects/mobile-dev/resources/drunkShapes.02.jpg

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 7.9 KiB

BIN
subjects/mobile-dev/resources/drunkShapes.03.jpg

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 8.0 KiB

BIN
subjects/mobile-dev/resources/drunkShapes.video.mp4

diff.bin_not_shown

BIN
subjects/mobile-dev/resources/hackernews.png

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 469 KiB

BIN
subjects/mobile-dev/resources/media/alem.school_black.png

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 24 KiB

BIN
subjects/mobile-dev/resources/media/alem.school_white.png

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 22 KiB

BIN
subjects/mobile-dev/resources/media/email_background.png

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 66 KiB

BIN
subjects/mobile-dev/resources/media/social-media/facebook.png

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 773 B

BIN
subjects/mobile-dev/resources/media/social-media/facebook_white.png

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 1.8 KiB

BIN
subjects/mobile-dev/resources/media/social-media/instagram.png

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 1.3 KiB

BIN
subjects/mobile-dev/resources/media/social-media/instagram_white.png

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 1.8 KiB

BIN
subjects/mobile-dev/resources/media/social-media/telegram.png

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 1.1 KiB

BIN
subjects/mobile-dev/resources/media/social-media/telegram_white.png

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 1.9 KiB

BIN
subjects/mobile-dev/resources/media/social-media/twitter.png

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 1.6 KiB

BIN
subjects/mobile-dev/resources/media/social-media/twitter_white.png

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 1.8 KiB

BIN
subjects/mobile-dev/resources/media/social-media/vk.png

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 1003 B

BIN
subjects/mobile-dev/resources/media/social-media/vk_white.png

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 1.8 KiB

BIN
subjects/mobile-dev/resources/media/social-media/youtube.png

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 876 B

BIN
subjects/mobile-dev/resources/media/social-media/youtube_white.png

diff.bin_not_shown

Before

Width:  |  Height:  |  Size: 1.8 KiB

4
subjects/mobile-dev/secure-notes/README.md

@ -21,9 +21,9 @@ Packages: _sqflite_ package.
- Add ability to delete item by swiping
- Add "add" button, which opens screen with 3 text fields
<img src="https://github.com/alem-01/alem_public/blob/master/resources/secureNotes.01.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<img src="./resources/secureNotes.01.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<img src="https://github.com/alem-01/alem_public/blob/master/resources/secureNotes.02.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<img src="./resources/secureNotes.02.png?raw=true" style = "width: 210px !important; height: 420px !important;"/>
### Second Part

0
subjects/mobile-dev/resources/secureNotes.01.png → subjects/mobile-dev/secure-notes/resources/secureNotes.01.png

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

0
subjects/mobile-dev/resources/secureNotes.02.png → subjects/mobile-dev/secure-notes/resources/secureNotes.02.png

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

0
subjects/mobile-dev/resources/secureNotes.03.png → subjects/mobile-dev/secure-notes/resources/secureNotes.03.png

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

4
subjects/mobile-dev/sky-map/README.md

@ -31,11 +31,11 @@ Possible examples of the app:
<center>
<img src="https://github.com/alem-01/alem_public/blob/master/resources/skyMap.01.jpg?raw=true" style = "width: 840px !important; height: 420px !important;"/>
<img src="./resources/skyMap.01.jpg?raw=true" style = "width: 840px !important; height: 420px !important;"/>
</center>
<center>
<img src="https://github.com/alem-01/alem_public/blob/master/resources/skyMap.02.png?raw=true" style = "width: 840px !important; height: 420px !important;"/>
<img src="./resources/skyMap.02.png?raw=true" style = "width: 840px !important; height: 420px !important;"/>
</center>

0
subjects/mobile-dev/resources/skyMap.01.jpg → subjects/mobile-dev/sky-map/resources/skyMap.01.jpg

Before

Width:  |  Height:  |  Size: 157 KiB

After

Width:  |  Height:  |  Size: 157 KiB

0
subjects/mobile-dev/resources/skyMap.02.png → subjects/mobile-dev/sky-map/resources/skyMap.02.png

Before

Width:  |  Height:  |  Size: 305 KiB

After

Width:  |  Height:  |  Size: 305 KiB

4
subjects/mobile-dev/stock-market/README.md

@ -35,7 +35,7 @@ Make sure to manage states via any of the following patterns:
<center>
<img src="https://github.com/alem-01/alem_public/blob/master/resources/stockMarket.01.jpg?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<img src="./resources/stockMarket.01.jpg?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<img src="https://github.com/alem-01/alem_public/blob/master/resources/stockMarket.02.jpg?raw=true" style = "width: 210px !important; height: 420px !important;"/>
<img src="./resources/stockMarket.02.jpg?raw=true" style = "width: 210px !important; height: 420px !important;"/>
</center>

0
subjects/mobile-dev/resources/stockMarket.01.jpg → subjects/mobile-dev/stock-market/resources/stockMarket.01.jpg

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

0
subjects/mobile-dev/resources/stockMarket.02.jpg → subjects/mobile-dev/stock-market/resources/stockMarket.02.jpg

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

2
subjects/mobile-dev/twenty-forty-eight/README.md

@ -16,6 +16,6 @@ Game should stop when no legal movement is possible, and let user restart game.
<center>
<img src="https://github.com/alem-01/alem_public/blob/master/resources/2048.01.png?raw=true" style = "width: 840px !important; height: 420px !important;"/>
<img src="./resources/2048.01.png?raw=true" style = "width: 840px !important; height: 420px !important;"/>
</center>

0
subjects/mobile-dev/resources/2048.01.png → subjects/mobile-dev/twenty-forty-eight/resources/2048.01.png

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Loading…
Cancel
Save