diff --git a/JavaLearningCode.iml b/JavaLearningCode.iml new file mode 100644 index 0000000..8021953 --- /dev/null +++ b/JavaLearningCode.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 8f80033..5f6e3a3 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,20 @@ This Repository is a collection of code by those who are learning java. ## Getting Started -Students are expected to setup the folowing. +Students are expected to setup the following. - Install and Setup Git. - Create a github.com account. - Download IDE of choice for java development and install. - Download and install jdk 11 or 12. Use this link https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html or this https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html . - Apply for github student pack here https://education.github.com/discount_requests/new . -- Come back to us in the whatsapp group so we may help you make your first PR with a simple "hello world" program. +- Come back to us in the WhatsApp group so we may help you make your first PR with a simple "hello world" program. + +## Steps to follow when working. +- After cloning the repository, Creat a new directory and give it your `Name` For example: `CollinsJava` +- Creat a new branch with you name, follow this steps + * Open a new terminal windows + * Move to your working directory, that is `cd yourDirectoryName/JavaLearningCode` + * Creat a new branch with `git checkout -b YourBranchName` + * On pushing your work make sure you push but the branch for example `git push YourBranchName` + * Once you have push, go online and create PR so that your work will be reviewed and merged. \ No newline at end of file diff --git a/resources/Java How to Program, 10th Edition.pdf b/resources/Java How to Program, 10th Edition.pdf new file mode 100755 index 0000000..5279eba Binary files /dev/null and b/resources/Java How to Program, 10th Edition.pdf differ diff --git a/resources/Java Programming for Android Developers for Dummies [Burd 2013-11-04].pdf b/resources/Java Programming for Android Developers for Dummies [Burd 2013-11-04].pdf new file mode 100755 index 0000000..3f99c8b Binary files /dev/null and b/resources/Java Programming for Android Developers for Dummies [Burd 2013-11-04].pdf differ diff --git a/resources/java_pl1.pdf b/resources/java_pl1.pdf new file mode 100755 index 0000000..ef5e208 Binary files /dev/null and b/resources/java_pl1.pdf differ