Build Calendar Applications with TODO List and Activity in Android Part 1


I’ve plan to build Calendar apps which make people can make note about their Activity and Achievement every-day. For the first step, here is the plan of the things I want to build:

1. Build calendar list of today
2. Each day have detail page

Based on that requirement, I found what I should’ve to learn:

1. Build Calendar in Java
2. Intent and Activity
3. Layout and XML
4. Adapter for the View

So, I start learning how to build calendar in Java, set XML layout for displaying calendar and create action handler for GridView ItemOnClick to execute another activity.

Then here is the results for today:

Main page

You can grab this on my github : https://github.com/yodiaditya/android

Next Update:
http://www.yodi.biz/2012/12/09/build-calendar-applications-with-todo-list-and-activity-in-android-part-2/


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.