[android-developers] Re: [android-porting] Re: Alarm Clock Localization query

2010-05-03 Thread enh
t;> >>>>     ret.append(dayList[DAY_MAP[i]]); >>>>     dayCount -= 1; >>>>     if (dayCount > 0) ret.append( >>>>     context.getText(R.string.day_concat)); >>>>  

[android-developers] Re: JDBC Driver for SQLiteDatabase

2009-12-15 Thread enh
the JDBC driver is undocumented because it's unsupported. please do not use reflection to access undocumented/unsupported API. --elliott On Dec 14, 5:29 am, kristianlm wrote: > Hi jotobject, > I don't understant why this wouldn't be part of the public API. if > Android is shipped with a JDBC dr