Android Open Source - SQLite sqlite CalculadoraCaloriasSQLite






Project Summary

Calculadora de calorias para Android utilizando SQLite desenvolvida para fins de aprendizagem..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of CalculadoraCaloriasSQLite.

ItemValue
Java File Count13
Supported screen sizes[xxxhdpi, mdpi, xxhdpi, hdpi, xhdpi]
Activity Count4
Asset File Namesassets\databases\calculadoracalorias.db




Resource Files

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.

null

Java Source Files

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