Skip to content

Ejemplo de uso de sqlite para persistencia de datos + recyclerview para mostrar la informacion con dataBinding, LiveData y ViewModel

License

Notifications You must be signed in to change notification settings

MauMorris/ExampleSQLiteDatabase

Repository files navigation

Base de Datos con SQLite

Ejemplo de uso de una base de datos con el DBMS SQLite y la modificacion de la interfaz de usuario para alojar 4 botones dentro de un TableLayout.

Motivacion

Utilización de otro tipo de Layout, de una base de datos usando queries para CRUD y un 'Cursor' (Matriz tipo consulta a base de datos) para mostrar los datos en un AlertDialog Personalizado.

Instalacion

Android API 15 y posterior.

Capturas

Funcionamiento de la aplicacion.

Contribuciones

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

Esta aplicación esta basada en la utilizacion de Cursores, Content Providers y Handlers como parte de la UI. El diseño así como los esquemáticos y soluciones de bugs son contribuciones propias.

License

This repository it's under Apache License.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file 
except in compliance with the License. You may obtain a copy of the License at:

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,  
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Ejemplo de uso de sqlite para persistencia de datos + recyclerview para mostrar la informacion con dataBinding, LiveData y ViewModel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages