Hi!
According to Androids documentation I get the impression, that Android only supports ISO 8601 week number calculation (this is good for me as I live in Austria).
So, I think that an "Android Week" alway starts on Monday. This is important for me, because I want to read/write Androids calendar and the recurrence rules are encoded with the rfc2445 standard. The field in question is "WKST"
The WKST rule part specifies the day on which the workweek starts.
As long my application is used in Europa there is no problem with assuming that Monday is the first day of week. But what about other countries (USA)?
Is my assumption correct?
References:
http://www.ietf.org/rfc/rfc2445.txt
http://developer.android.com/reference/android/text/format/Time.html