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.

link|improve this question
7  
Sounds like a project you could undertake. – AlbertoPL May 11 '09 at 15:13
2  
I agree with AlbertoPL - it could be an interesting project! – unforgiven3 May 11 '09 at 15:22
feedback

5 Answers

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 )

link|improve this answer
feedback

I think Ubuntu Muslim Edition uses this type of features in a calendar, maybe you could search around there

link|improve this answer
I found this library arabeyes.org/project.php?proj=ITL but its in c++ , I think i will have to write one in Java – hkhalifa May 12 '09 at 10:28
do give it a try. I would love to see it in action. – Ibn Saeed Jul 3 '09 at 13:10
feedback

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.

link|improve this answer
feedback

I think that is come out port of ITL for Java on sourceforge.net

There is also working implementation for C#

link|improve this answer
feedback

You can make use of the PrayTimes library.

http://praytimes.org/code/

It's originally written in JavaScript, but there are ports to other languages as well.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.