Skip to content

Saul-BT/aplicacion-productos

Repository files navigation

aplicacion-productos

Simple applicacion for product management.

What can you do?

  • User management (and permissions)

  • Product management

  • Review products

Where are the data?

This app uses Firebase (a cloud database)

Firebase organizes the database in collections and documents.

In a normal database colections are tables and documents are entries.

An example of a collection would be:

classroom (collection)

|- `43085435 (document) -- The number represents student id`

    |- `name: Jhon Doe`

    |- `...`

|- `...`

My app uses 3 collections:

  • users:

    user document

  • products:

    product document

  • opinions:

    opinion document

Let's get into the code (Highlights)

  • UserType.java

    UserType

  • FireManager.java

    FireManager

  • In AdapterProducts.java

    OnClick

  • ImageConverter, Product filtering...

Demo

...

About

Aplicacion que permite al usuario opinar sobre procutos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages