A simple bookkeeper android app.
bookkeeper is hosted in the following web site
https://github.com/tangyang/bookkeeper
If you think the Android project bookkeeper listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of bookkeeper.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 1 |
bookkeeper has the following Java source files.
com.weibo.bookkeeper.model.Account.java com.weibo.bookkeeper.model.Transaction.java com.weibo.bookkeeper.store.AbstractStore.java com.weibo.bookkeeper.store.AccountStore.java com.weibo.bookkeeper.store.DatabaseHelper.java com.weibo.bookkeeper.store.TransactionStore.java com.weibo.bookkeeper.ui.MainActivity.java com.weibo.bookkeeper.util.Consts.java com.weibo.bookkeeper.util.MixAll.java