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 view with Jewish Calendar and Zmanim – SimpleJewishCalendar.zip
Adding to above mentioned features, there are some more for Jewish date:
- HebrewDates class and Java Zmanim by KosherJava.
- Jewish Holidays are marked with red
I don’t see a copyright notice or anything; what are the licensing terms? May I incorporate the calendar view into my zemanim application?
Ron,
I think it should be GPL licenced. Because all code, mashed up here is under GPL.
What I did – gathered different codes and compiled them together.
Ron,
installed your Zmanim app.
If you agree, then some suggestions:
1. take a look on location detection, described here http://misha.beshkin.lv/android-get-location-from-gps-and-mobile-stations/. I am too lazy to input all the information about my location 😉
2. Also take a look on the code of Zmanim app from Jay Gindin https://play.google.com/store/apps/details?id=com.gindin.zmanim.android. You can get the source from here and make Zmanim for various nusachim.
3. As soon as you don’t have a widget in your app, you can allow to move it to SDCard. Not everyone has plenty of space on System drive.
Good luck.
Hi,
I want to use your library in my app which is going to be used within an enterprise and will not be published as a free app in the marketplace. Can I go ahead and use it or are there any licensing conditions? Please let me know asap.
Thanks.
Hello,
As I know you can use it as a library in your app – i.e. without modifications.
In this case you need not to distribute the code.
but I am not a specialist in licensing aspects. check if you can use GPL and LGPL in your enterprise.