עזרה בספריית KosherJava Zmanim
-
אני מנסה לבנות אפליקציה של זמני היום באמצעות הספריה של kosherJava
נעזרתי במדריך שלהן כאן
והבעיה שלי שהזמנים שמתקבלים לא נכונים לחלוטין
זה הקוד אשמח לעזרהString locationName = "מיקומך הנוכחי"; double latitude = lat; double longitude = longe; double elevation = 0; //optional elevation //use a Valid Olson Database timezone listed in java.util.TimeZone.getAvailableIDs() TimeZone timeZone = TimeZone.getTimeZone("Asia/Jerusalem"); //create the location object GeoLocation location = new GeoLocation(locationName, latitude, longitude, elevation, timeZone); //create the ZmanimCalendar ZmanimCalendar zc = new ZmanimCalendar(location);
עריכה : הייתה בעיה באזור הזמן הסתדר