Dinesh0606 / android-calendar-view

Automatically exported from code.google.com/p/android-calendar-view
0 stars 0 forks source link

Error while using #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

These are the errprs I have been getting when I use :
Uri day = 
Uri.parse("content://exina.android.calendar/viewyear=2011&month=3&day=18");

startActivity(new 
Intent(Intent.ACTION_VIEW).setDataAndType(day,CalendarActivity.MIME_TYPE));

i.Syntax error, insert "}" to complete ClassBody
ii. Multiple markers at this line
    - Return type for the method is missing
    - Syntax error, insert ")" to complete SingleMemberAnnotation
    - Syntax error, insert "Identifier (" to complete 
     ConstructorHeaderName
    - Syntax error, insert ")" to complete ConstructorDeclaration
    - Syntax error on token "startActivity", @ expected before this 
     token
    - Syntax error, insert ";" to complete ConstructorDeclaration

Original issue reported on code.google.com by rash...@gmail.com on 3 Mar 2012 at 1:35