Skip to content

small app written using MVP that demonstrates basic usage of Backendless login/registration/data services

Notifications You must be signed in to change notification settings

ZenithPath/backendless-service

Repository files navigation

backendless-service

This app containts functionality related to login/registration and fetching history of all logins of all users. This asignment was given to me as a test task after an interview. Essentialy it was done in a day, so be aware of the following drawbacks:

  • asynchroneus events handling is quite primitive (e.g. user can be registered only after his profile image was successfuly uploaded)
  • requests and responses aren't cached, so a simple rotate will terminate all processes
  • written without Dagger and any manual presenter's caching
  • some minor flaws (like allowing to upload arbitrary sized images, linking profile image to the part of email before @ symbol etc)

About

small app written using MVP that demonstrates basic usage of Backendless login/registration/data services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages