Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K

3 Posted Topics

Member Avatar for jouwa

You should be fine with either. However fun fact , OS X and Ubuntu are the most common for development machines amongst the Android team.

Member Avatar for Andrew_35
0
458
Member Avatar for asifalizaman

Key differences between Java and JavaScript: Java is an OOP programming language while Java Script is an OOP scripting language. Java creates applications that run in a virtual machine while JavaScript code is run on a browser only. Java code needs to be compiled while JavaScript code are all in …

Member Avatar for _1_18
0
804
Member Avatar for Churchillrl

1. You have a background image(screen-fitting). 2. You want to have two images on top of it and have them clickable. <div id="backgroundDiv" class="cssForbackgroundImg"> <div id="firstClickable" class="positionwhereyouwant"> <img src="firstImgUrl.png"> </div> </div id="secondClickable" class="positionwhereyouwant"> <img src="secImgUrl.png"> </div> </div> Now attach jquery click event to both "firstClickable" and "secondClickable" to do what …

Member Avatar for _1_18
1
4K

The End.