Added Youtube Android Clone with a tutorial
This commit is contained in:
parent
154c8f1d3c
commit
8905794967
|
|
@ -0,0 +1,3 @@
|
|||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
</project>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/Clone-Wars.iml" filepath="$PROJECT_DIR$/.idea/Clone-Wars.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
|
|
@ -53,6 +53,7 @@ Want to see your/their repo in list? see [contribution guide](#contribution).
|
|||
| Twitter | [YouTube](https://www.youtube.com/watch?v=la-0ulfn0_M&t=8864s) | [freeCodeCamp](https://www.freecodecamp.org/news/create-a-cross-platform-twitter-clone-with-vue-js/) | [GitHub](https://github.com/dannyconnell/qwitter) | Vue.js, Quasar Framework, Firebase |
|
||||
| WhatsApp | [YouTube](https://www.youtube.com/watch?v=988UZFB0heA&t=5h274s) | [freeCodeCamp](https://www.freecodecamp.org/news/native-android-app-tutorial-whatsapp-clone/) | [GitHub](https://github.com/SimCoderYoutube/WhatsAppClone) | Android Studio, Firebase, Genymotion |
|
||||
| YouTube | [YouTube](https://www.youtube.com/watch?v=whuIf33v2Ug&t=189s) | [freeCodeCamp](https://www.freecodecamp.org/news/learn-how-to-use-the-yii2-php-framework-to-create-a-youtube-clone/) | [GitHub](https://github.com/thecodeholic/Yii2-YouTube-Clone) | Yii2 PHP Framework |
|
||||
| YouTube | [YouTube](https://www.youtube.com/watch?v=WBlScMZgn3w&t=9086s) | [YouTube](https://www.youtube.com/playlist?list=PLA7YMGupLhlF0N0eQfJKAq1j9Xa3xuiM8) | [GitHub](https://github.com/Breens-Mbaka/Youtube-Clone) | Android Studio, Kotlin, XML, YouTube API |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue