Calculadora de calorias para Android utilizando SQLite desenvolvida para fins de aprendizagem..
CalculadoraCaloriasSQLite is hosted in the following web site
https://github.com/juniorherval/CalculadoraCaloriasSQLite
If you think the Android project CalculadoraCaloriasSQLite 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 CalculadoraCaloriasSQLite.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [xxxhdpi, mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 4 |
Asset File Names | assets\databases\calculadoracalorias.db |
There are 4 image files in CalculadoraCaloriasSQLite. The names of the image files are listed as follows.
ic_action_new.png ic_action_search.png ic_action_view_as_list.png ic_refeicao.png
The following screenshort is generated from the image listed above.
CalculadoraCaloriasSQLite has the following Java source files.
br.edu.utfpr.herval.calculadoracaloriasdb.ApplicationTest.java br.edu.utfpr.herval.calculadoracaloriasdb.activity.BuscaActivity.java br.edu.utfpr.herval.calculadoracaloriasdb.activity.ListarRefeicaoActivity.java br.edu.utfpr.herval.calculadoracaloriasdb.activity.MainActivity.java br.edu.utfpr.herval.calculadoracaloriasdb.adapter.AlimentoAdapter.java br.edu.utfpr.herval.calculadoracaloriasdb.adapter.DataAdapter.java br.edu.utfpr.herval.calculadoracaloriasdb.adapter.RefeicaoAdapter.java br.edu.utfpr.herval.calculadoracaloriasdb.dao.AlimentoDAO.java br.edu.utfpr.herval.calculadoracaloriasdb.dao.RefeicaoDAO.java br.edu.utfpr.herval.calculadoracaloriasdb.modelo.Alimento.java br.edu.utfpr.herval.calculadoracaloriasdb.modelo.Refeicao.java