Skip to content

Android Aplication

NaniiGheorghe edited this page May 2, 2019 · 4 revisions

Application supports next features:

  • Login/Logout.
  • Be able to see all accesses.
  • Be able to see all users.
  • Be able to see all actions.
  • Be able to see all movements.

Below you will be able to see the app screen shots.

Login page

Navigation View

Access Management

Application cashing implementation

Application cashing was implementation using Android Shared Preferences. Shared Preferences allows activities and applications to keep preferences, in the form of key-value pairs similar to a Map that will persist even when the user closes the application. In my application I store in the Shared Preferences the authentication token, which is used always when a request to server is made. Also was used MODE_PRIVATE which doesn't allow anyone to open the file and read the content.

Home Page

Clone this wiki locally