Learn App Development
72 subscribers
8 photos
14 links
Hello guys, as an Android App Developer, I created this group where all will get to Learn new things about Applications.
Download Telegram
Hello all, people's with the spirit of great learning...

๐Ÿ“Œ Courses with Certificates of completion..

๐Ÿ’ Want to Learn Git, Java, javascript, HTML & css, SQL, jQuery, python and Ruby
๐Ÿ”ปWith the greatest platform Progate where you will get hands on practice with programming and
๐Ÿ”น Certificate of Completion

Link is below
https://progate.com/languages/git
Channel name was changed to ยซLearn App Developmentยป
Hello all with the spirit of great learning...

๐Ÿ’ Udemy primium Database and wordpress courses free for one day with Certificate


1. MySQL Database Development Mastery (with certificate) - https://www.udemy.com/course/mysql-database-development-mastery/

Coupon code - MYSQL_MARCH_FREE_2


2. Complete Wordpress Website Developer Course( with certificate) - https://www.udemy.com/course/the-complete-wordpress-developer-course-w/
Coupon code -4F67AEE70323E9BC5B43
Hello people's with the spirit of great learning...

๐Ÿ’Ž Want to Learn Android app Development, then here are the 4 projects you can do to Increase your skills in App Development...

1. A photo Manager-
https://github.com/Anuj-Kumar-Sharma/Manage_iT

2. Music App(shuffler)-
https://github.com/Anuj-Kumar-Sharma/Shuffler

3. Video processing(Exoplayer2)-
https://github.com/Anuj-Kumar-Sharma/ExoPlayer2

4. Social Media App( Firebook) using Firebase -
https://github.com/Anuj-Kumar-Sharma/Firebook
Hello all with the spirit of great learning...

๐Ÿ“Œ Google officially brought his own Professional Associate Android Developer Certification course of 6 months...

Here you will get

๐Ÿ”น100persent remote, self paced online learning
๐Ÿ”ป10 hrs of study per week over five to six months
๐Ÿ”น82 persent of certification graduates report a Good career impact,like finding a new job

๐Ÿ“ŽLink - https://grow.google/androiddev/#?modal_active=none


๐Ÿ”ปNote- 1. Language used is in Kotlin
2. Learning course is free but the certification exam cost $149 USD for one attempt
DO YOU KNOW...


๐Ÿ’ 4 ways to Print Hello World in Java without using semi colon (;)

๐Ÿ”น if (System.out.println("Hello World") == null) {
}


๐Ÿ”ป if (System.out.append("Hello World") == null) {
}


๐Ÿ”น if (System.out.append("Hello World").equals(null)) {
}


๐Ÿ”ปfor(int i=0; i<1; System.out.println("Hello World")) {
i++;
}