2017년 4월 7일 금요일

How to store and track details of student budget in budget program


I'm currently creating a budget program for university students to track their budgets and stuff...

I was wondering if there is an easy way to store the budget total as well as any updates to it..

I need to track these updates as they will be in the format of: Date - Description - Amount (Added/Deducted)

--
Have you done the tutorials... Please do... In particular, the Pizza Party tutorial.  The tutorials are located here: http://appinventor.mit.edu/explore/ai2/tutorials

Fusion Tables will help you with your issue...

You could also do it with lists, saving them locally into a TinyDB...

--
If i use fusion tables - then it is only limited to one user

--
@ Ryan.  That is essentially correct, there are ways others could share the table, however, why would anyone want someone to be able to look at their personal budget.  Yes, it could be set up where everyone has their own personal fusion table -- individuals can set up a basic table using the Web and keep it personal.  With the fusion table you will have some tools available to the app that you would not with a TinyDB because the table is SQL and the TinyDB is not.

I would use the TinyDB and keep the app totally on the device.  Remember, though, your budget program should be simple... phones are NOT PCs though you can probably do all the number crunching necessary with no issues on the Android device.

--

댓글 없음:

댓글 쓰기