Following requests to share code with Calendar View implementation, I managed to compile two projects. Simple calendar view with only Gregorian Calendar – SimpleCalendar.zip This implementation differs from this one in three main features: Implemented custom DateSlider from Codeus Progress indicator on Calendar view load dynamic week days display, instead of static image Simple calendar… Continue reading android: Simple Calendar View
Tag: jewish calendar
Android Calendar with Jewish calendar dates, holidays and zmanim
Android SDK doesn’t provide Calendar View. So I was looking for some to integrate into my project. I found one here Android Simple Calendar. It is pretty good example of Calendar GridView integration. Additionally for my project, I was looking for implementing Jewish calendar dates. For this purpose I took HebrewDates class and Java Zmanim… Continue reading Android Calendar with Jewish calendar dates, holidays and zmanim
DST nigthmare in php
I hate Daylight Saving Time since my early childhood. There is nothing more that bad, as waking up earlier in autumn. But someone have decided, that this will save a little more money on electricity, programmers should deal with it somehow. But there is something, that I don’t like even more – it is Israel… Continue reading DST nigthmare in php