(B.A.M.F's Make Money Like George Jung From Blow and you will to once you master the art of I2J Translation)
Showing posts with label Intermediate Java Tutorials. Show all posts
Showing posts with label Intermediate Java Tutorials. Show all posts
Friday, October 7, 2011
Android,
basic,
chuck,
chuck kelly,
Development,
fresh83,
Getting Started,
Intermediate Java Tutorials,
java,
Java Challenges,
learn,
theNewBoston,
Tutorial,
tutorials,
tuts,
video
0
comments
Introducing B.A.M.F Challenges
Android,
application,
basic,
chuck,
chuck kelly,
Development,
Getting Started,
Intermediate Java Tutorials,
java,
Java Challenges,
learn,
Learning Java for Android,
Tutorial,
tutorials,
tuts,
video
0
comments
IM BACK!!!
(The best image I could find to represent ADHD)
New Java challenges coming soon!!!
Monday, July 18, 2011
arrayList,
collections,
Intermediate Java Tutorials,
iterator,
java,
Java Challenges,
Learning Java for Android,
theNewBoston
2
comments
CHALLENGE: Intermediate Java Tut's 4&5
The following is a challenge for new developers that have completed:
Intermediate Java Tutorial - 4&5 -Collections & arrayLists by theNewBoston
Legendary Challenge:
Difficulty:★ ★ 1/2
Legendary Challenges consist of only a very broad description of the challenge making them a little harder.The end results should still be the same as the regular challenge.
CHALLENGE
Difficulty:★
1. Create a String array named "things" containing the strings "eggs", "lasers","hats" and "pie"
2. Create a new ArrayList named "list1"3. Create a For loop that adds the items from the array "things" to "list1"
4. Create a String array named "things2" containing only the strings "lasers" & "hats"
5. Create a new ArrayList named "list2"
6. Create a For loop that adds the items from the array "things2" to "list2" 7.Print all the strings in list1 one using a for loop
End of Tut 4/Start of Tut 5
8.Create a method a called editList that uses two collection parameters and names them "A1" and "A2"
(to make it less confusing just remember that in a later step we will call the editList method and use "list1" & "list2" as parameters)
9. Inside the editList method loop through each string in "A1" and make sure none of the strings are the same as any of the strings in "A2"
10.If any of the strings from "A1" do match any of the strings from "A2" delete the string from "A1"
11.Call the editList method using "list1" & "list2" as parameters
12.Print a blank line
13.Print each of the strings in list1 using a for loop
Note: Please keep in mind this blog is a work in progress and ive learned quickly that teaching is alot harder than just following along . If something is explained poorly or you have a suggestion to reword a step please leave a comment below so we can make this the best resource possible for up and coming developers.
View the video tutorial: http://youtu.be/jU5ACV5MucM
Text walk-through of this tutorial: Coming Soon!!!
Intermediate Java Tutorials,
java,
Java Challenges,
java LinkedList,
java List,
theNewBoston
2
comments
CHALLENGE:Intermediate Java Tut 6-LinkedList
The following is a challenge for new developers that have completed:
Intermediate Java Tutorial - 6 -LinkedList by theNewBoston
CHALLENGE!!
(Before starting any of the challenges always declare a class and a main method unless told otherwise)
Difficulty:★
1. Create a String array named "things" with 5 items. 2. Create a new LinkedList named "list1"
3. Create a For loop that adds the items from the array "things" to "list1"
4.Create a String array named "things2" with 4 items.
5.Create a new LinkedList named "list2"
6.Create a For loop that adds the items from the array "things2" to "list2"
7. add all the items on list2 to list1
8.Set list2 to null
View the video tutorial: http://youtu.be/BRcY2vIr-EQ
Text walkthrough of this tutorial: Coming Soon!!!
Subscribe to:
Posts (Atom)


- Follow Us on Twitter!
- "Join Us on Facebook!
- RSS
Contact