Tuesday, September 28, 2010

How to create a Calendar in Android.doc

How to create a Calendar in Android

Hi dudes, In Android there is no Calendar View (Android 2.2 version or above has Calendars). If u want it then we need to create our own Calendar. So, I had developed a dummy Calendar in Android.

Here is the simple code for Calendar. I used the Java Calendar so Java’s Calendar Limitation is this calendar’s Limitation.

You can download Source from here or here.

Implementation of “Please wait” Dialogues in Android projects

Implementing Dialogue boxes also plays with us some times. In order to handle it properly again it’s better to handle the AsyncTask in Android as shown in the previous blog for handling the list of Server Images downloading.

Here you can download the source for previous XML parsing with Dialog Bar Implementation.

You can download Source from here or here.


4 comments:

  1. Hey dude is there any software/plug-in available to take the screen shot of the android application along with the device skin? i tried screen capture in "DDMS" tool.

    ReplyDelete
  2. Calendar Source Code has been updated with proper link

    ReplyDelete
  3. Hello Sir, Can you please tell me, how to add events to this calendar. Thanks in advance!!!!

    ReplyDelete