Repository for MeLiReporter's android application.
melireporterandroid is hosted in the following web site
https://github.com/taingus/melireporterandroid
If you think the Android project melireporterandroid 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 melireporterandroid.
Item | Value |
---|---|
Java File Count | 30 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 4 |
Fragment Count | 7 |
jar files used | androidplot-core-0.6.1.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.READ_CONTACTS android.permission.READ_PHONE_STATE android.permission.READ_PROFILE android.permission.WRITE_EXTERNAL_STORAGE |
There are 2 image files in melireporterandroid. The names of the image files are listed as follows.
drawer_shadow.9.png ic_drawer.png
The following screenshort is generated from the image listed above.
melireporterandroid has the following Java source files.
com.groppius.melireport.ApplicationTest.java com.groppius.melireport.database.DataBaseHelper.java com.groppius.melireport.database.MeliReportDbGlobalsInterface.java com.groppius.melireport.entities.buyer.Buyer.java com.groppius.melireport.entities.buyer.BuyerRepository.java com.groppius.melireport.entities.category.Category.java com.groppius.melireport.entities.category.CategoryRepository.java com.groppius.melireport.entities.item.Item.java com.groppius.melireport.entities.item.ItemRepository.java com.groppius.melireport.entities.payment.Payment.java com.groppius.melireport.entities.payment.PaymentRepository.java com.groppius.melireport.entities.sale.Sale.java com.groppius.melireport.entities.sale.SaleRepository.java com.groppius.melireport.entities.user.User.java com.groppius.melireport.entities.user.UserRepository.java com.groppius.melireport.misc.Helper.java com.groppius.melireport.rest.GoRestApi.java com.groppius.melireport.rest.GoRestTask.java com.groppius.melireport.rest.MeliReportGlobalUriInterface.java com.groppius.melireport.synchro.SyncTask.java com.groppius.melireport.ui.DynamicXYPlotActivity.java com.groppius.melireport.ui.LoginActivity.java com.groppius.melireport.ui.ReportMainActivity.java com.groppius.melireport.ui.SimpleXYPlotActivity.java com.groppius.melireport.ui.fragments.CategoryReportFragment.java com.groppius.melireport.ui.fragments.ItemReportFragment.java com.groppius.melireport.ui.fragments.LocationReportFragment.java com.groppius.melireport.ui.fragments.NavigationDrawerFragment.java com.groppius.melireport.ui.fragments.PaymentTypeReportFragment.java com.groppius.melireport.ui.fragments.WebViewFragment.java