teaching machines

UandI: Dan Zirnhelt

October 5, 2012 by . Filed under cs491 mobile, fall 2012, postmortems.

I decided to make a sort of calendar app. It brings you to a screen where you can either view or creat events. When you create an event it will ask you the name, description and time. It sends back this even and displays it in a ListView. you can then create another one if you would like.

I learned alot about the list view and the adapters. I didn’t work much with them before as much as I did during this project. I also learned a little about lacing different layouts together like a linear layout within a ListView.
Overall I thought this project was rather fun to make and i am looking forward to actually using my new phone with android development.

Calendar

Adding Events

After events were added