Can anyone tell me where to find a Java library that does Muslim prayer time calculation based on the city? Maybe a web service? I would prefer a Java library.
I think Ubuntu Muslim Edition uses this type of features in a calendar, maybe you could search around there
http://www.javafr.com/codes/PRAYER-ALERT-SALA_40601.aspx
hello, it's not a library but a student project. But quite well executed.
Or : http://www.directionsmag.com/article.php?article_id=2956 A method to calcul prayer time with google map+local time ( in short : check where you are, check how far your are from the Makkah , apply the right formula )
Isalmicfinder.org has a very good XML webservice that you can customize for your city and method of calculation. You can use it in a iFrame or call it from your favorite platform as an XML document which you can parse however you want. I implemented here http://www.iccredlands.org/prayertimes. It works very nicely.