Use Appium with Java on Windows

Hi all,

     I am new to Appium. I am looking to develop application to test website or app using mobile. As Appium internally uses selenium webdriver to test apps or sites on android and iOS , i guess this is the best way. Would like to know if Appium works on windows as the examples i saw are for iOS ? I want use Appium in java on windows. Any tutorials for the same are welcome. Thanks in advance..!!

Regards,
Bhargav

Yes appium works for both android,iOS apps (Native,Hybrid,Webapps)
Android app automation is bit easy as compared to iOS
Like Selenium appium also supports multiple languages and JAVA is one of them.