MCPcopy Create free account

hub / github.com/alibehzadian/PersianDatePicker / types & classes

Types & classes13 in github.com/alibehzadian/PersianDatePicker

ClassApplicationTest
<a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
app/src/androidTest/java/ir/smartlab/sample/ApplicationTest.java:9
ClassApplicationTest
<a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
persiandatepicker/src/androidTest/java/ir/smartlab/persiandatepicker/ApplicationTest.java:9
ClassExampleUnitTest
To work on unit tests, switch the Test Artifact in the Build Variants view.
app/src/test/java/ir/smartlab/sample/ExampleUnitTest.java:10
ClassExampleUnitTest
To work on unit tests, switch the Test Artifact in the Build Variants view.
persiandatepicker/src/test/java/ir/smartlab/persiandatepicker/ExampleUnitTest.java:10
ClassMainActivity
app/src/main/java/ir/smartlab/sample/MainActivity.java:6
InterfaceOnDateChangedListener
The callback used to indicate the user changed the date. A class that wants to be notified when the date of PersianDatePicker changes should implement
persiandatepicker/src/main/java/ir/smartlab/persiandatepicker/PersianDatePicker.java:201
ClassPersianCalendar
<strong> Persian(Shamsi) calendar </strong> <p> </p> <p> The calendar consists of 12 months, the first six of which are 31 days, the next five 30 days
persiandatepicker/src/main/java/ir/smartlab/persiandatepicker/util/PersianCalendar.java:114
ClassPersianCalendarConstants
@author Morteza contact: <a href="mailto:Mortezaadi@gmail.com">Mortezaadi@gmail.com</a> @version 1.0
persiandatepicker/src/main/java/ir/smartlab/persiandatepicker/util/PersianCalendarConstants.java:27
ClassPersianCalendarUtils
algorithms for converting Julian days to the Persian calendar, and vice versa are adopted from <a href="casema.nl/couprie/calmath/persian/index.html">
persiandatepicker/src/main/java/ir/smartlab/persiandatepicker/util/PersianCalendarUtils.java:33
ClassPersianDateParser
Parses text from the beginning of the given string to produce a PersianCalendar. <p> See the {@link #getPersianDate()} method for more information on
persiandatepicker/src/main/java/ir/smartlab/persiandatepicker/util/PersianDateParser.java:42
ClassPersianDatePicker
persiandatepicker/src/main/java/ir/smartlab/persiandatepicker/PersianDatePicker.java:22
ClassSavedState
persiandatepicker/src/main/java/ir/smartlab/persiandatepicker/PersianDatePicker.java:281
EnumTimeZones
This is simply all the available TimeZones from java.util.TimeZone as type safe enum
persiandatepicker/src/main/java/ir/smartlab/persiandatepicker/util/TimeZones.java:9