ddspog/inspetor-mups

As a user, I want to run this app on Android

Closed this issue · 1 comments

Overview

  • For: Running the template app on Android.
  • What: Add Android support and framework to project.
  • To: Start mobile development.

Why this would be great

To start developing the app for Android, we need a solid framework to start. The framework
needs to handle localization, local database and finally, good design tools.

What are we facing?

The current framework on this project makes only a web app. So, it can be run on mobile devices, but only as a site. Even if it's good looking, It has some problems:

  • Works online-only
  • Can't run a local database to save configurations
  • Finally, can't requires localization from the mobile

It's only a Android version that will resolve this problems. But in order to make this version, we need a solid framework for Android. A framework that can implement all of the features we desire.

Expected result

We expect to have a template application that can be run on a Android device, offline if possible. Also,
we should be able to modify this template right after.

Complete US

I've implemented all demanded functionalities. Addition and visualization of records, plus with an login system. And the app runs on Android online.