How can I perform tap action on screen in appium 1.6.1 using co-ordinates

I used the following code.

TouchAction tap= new TouchAction(oApp);
tap.press(200, 300).perform();

I have no luck using this.