New in appium: I want to write code in java which can select list item from TextView, please help

I have written below mentioned code,

WebElement element=driver.findElement(By.id(“com.abc.xyz:id/englishTV”));
element.click();

Hi @saggy29

Please post what error your getting in the appium log

Could you please post the screenshot of your app in UIAUTOMATION, so that we can check if any possible ways