No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
You should be fine with either. However fun fact , OS X and Ubuntu are the most common for development machines amongst the Android team.
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 …
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 …
The End.