BodySlap – Fitness and Workout Tracker Android Application part 3


After working with the Dialog and Toast, now in the part 3, BodySlap application (which the previous name is Calendar app) now support for taking photos after workout!

The details update and lesson I’ve learned :

1. Intent is a great way to make UI faster and organize the action between activity.
2. Taking picture from Camera and create a storage album for saving the picture
3. Create a listener and attach them into property like Button, Dialog will make code easy to read

Here is the results:

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

Previous version :
http://www.yodi.biz/2012/12/16/immediate-update-item-cells-in-gridview-android/
http://www.yodi.biz/2012/12/09/build-calendar-applications-with-todo-list-and-activity-in-android-part-2/
http://www.yodi.biz/2012/12/08/build-calendar-applications-with-todo-list-and-activity-in-android-part-1/


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.