Archive for the ‘BabyBook’ Category
UI – login
thesis poster
Immunization
Added the immunization record function last night. It contains the date of the visit, the dosage and the reaction. I’m wondering if there are types of vaccine that might be needed to be indicated on the app. Also, we provided a way to record the date of next visit. So right now I’m thinking of adding a functionality wherein the user will have a reminder. This will make use of a “reminder” or “alarm” widget from Android — I’m still studying how to use it. Then if it’s successful we could link it to the “consultations” part of our application. But for now, this remains as an idea. Currently we need to focus more on the test plan, poster and paper.
1.) The application doesn’t automatically attach the file. I think this is another bug in Android.
2.)The email application doesn’t accept XML files.
i’m thinking..
Since the choose baby, doctor and milestone pages are almost exactly the same, I want just make a single class for these three. The only difference for the three classes are the database table to be accessed. My solution is to create a Choose class, then pass 2 parameters – the database table and the field to be used as the list item. For example, if I need the list of babies, I just have to pass ‘babies’(as the database table) and ‘nickname’(the one to be displayed in the list). Is this a good practice?

