[android-developers] Re: create a calendar in android

2008-09-24 Thread alpesh

hi peterman,
my self Alpesh Patel,now a days i m working on android.
in which doing,fecility poviding in android mobile of google calendar.
but i have problem that in android emulator 9.0 no calendar support is
there.
so i have a same problem like u.
so now i have to build custom calendar in android.
so,i think that u can help me better.
so pls if you have solution pls pls give me solution.
my id is:

[EMAIL PROTECTED]
[EMAIL PROTECTED]

thnks in advance.

On Sep 22, 4:11 pm, Peterman [EMAIL PROTECTED] wrote:
 Hi

 I would like know if we can create a custom calendar with android.

 The reason will be show month a month and can pick some days to view
 if a client has a appointment.

 thanks

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: create a calendar in android

2008-09-24 Thread Sudha


I am very new to android.
I have a small idearather stupid..
I dont know whether it will work or not.

Android works on unix..so cant we invoke the unix commands (shell
commnads )through android
and get the result ?
like for creating the calender
can we use the
cal month year
command in unix ?

Plz correct me if I am wrong ?
cant we use the kernal like this way ?
is there any such chance ?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: create a calendar in android

2008-09-22 Thread Mark Murphy

Peterman wrote:
 I would like know if we can create a custom calendar with android.
 
 The reason will be show month a month and can pick some days to view
 if a client has a appointment.

There is no built-in Calendar widget, or Events content provider, in 
Android 0.9 that I'm aware of.

This doesn't stop you from creating your own Calendar widget and/or 
Events content provider, of course.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.2 Published!

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---