Posts

Showing posts from April, 2013

[Java] Multi-Dimension Arrays

Image
The arrays you have been using so far have only held one column of data. But you can set up an array to hold more than one column. These are called multi-dimensional arrays. As an example, think of a spreadsheet with rows and columns. If you have 6 rows and 5 columns then your spreadsheet can hold 30 numbers. It might look like this: A multi dimensional array is one that can hold all the values above. You set them up like this: int[ ][ ] aryNumbers = new int[ 6 ][ 5 ]; They are set up in the same way as a normal array, except you have two sets of square brackets. The first set of square brackets is for the rows and the second set of square brackets is for the columns. In the above line of code, we're telling Java to set up an array with 6 rows and 5 columns. To hold values in a multi-dimensional array you have to take care to track the rows and columns. Here's some code to fill the first rows of numbers from our spreadsheet image: aryNu

[iPhone] How to View iPhone Screen on the Computer

Image
Here are the Steps to View iPhone Screen on to the Computer Install a Package called Veency from Cydia on the iPhone Now Download VNC Viewer from the internet  In the VNC Server Settings box input the ip Address through which the iPhone connects with the Wifi, found in the blue Arrow in the Wifi Section of the iPhone Screen, accept all the security settings and your phone will be viewable on the computer.

[Android] How to get paid apps for Free

Image
Follow the following steps to get Android Paid App for Free: Goto your Android Phones Setting --> Applications  --> Enable Checkbox for Unknown Sources Now tap the Browser icon of your phone and type www.4Shared.com in the address bar and when the page loads click in the search box & type for the application you are looking for. (example: grabatron apk) Hit Download Button when the Download button appears. The Download should start in the notifications center, if its not working check whether you have internet connection or not.