All Questions
11 questions
2
votes
0
answers
151
views
MVVM signing in using firebase
I'm new to MVVM architecture. I want to have authentication with email + password, google and Facebook. I'm not sure if there should be separate view models for each authentication way:
...
2
votes
0
answers
90
views
Firebase login/registration process for a dating app
I am developing another bigger project, I want to try a simple DatingApp and currently I try to develop a Login and Registration Form. There is no special register / login button, the code will later ...
0
votes
1
answer
398
views
Simple Android Volley login request
I've made a simple login API request which gets a token as a response. I had to use Toast a few times. Is is possible to make it with only two ...
3
votes
1
answer
2k
views
Android Authentication Activity with Fragments
I have an Activity called AuthActivity and I would like all of my authentication Fragments to be in this ...
2
votes
0
answers
227
views
Checking authentication status by looking for a cookie
I'm an Android newbie. I have this function in my code:
...
3
votes
1
answer
1k
views
Logging in to Android application using Firebase
I currently have an app that uses Firebase for logging users in and I would like to know if I can make this code any better. I currently have 4 files:
auth/models/User.java
auth/BaseActivity....
3
votes
1
answer
109
views
Android login system
I am completely unaware of all the Android features and available libraries.
I just designed a login system to practice it. I have referred to a few books and tutorials.
Layout
I am using relative ...
6
votes
1
answer
541
views
Login UI for an Android app
This code starts a new thread for login and reacts according to the JSON result returned by the server.
I think this code has too many conditionals, exception handlers, and nested functions.
...
1
vote
1
answer
510
views
Simple login and authentication app
For school I had to do a real simple login and authentication system on an Android app, and I'm wondering how my code can be optimised to reduce code duplication and how it can be made more object ...
2
votes
1
answer
121
views
Asynchronous login form handler
I have an app that user submit the log in form , when it sent the data to server app create a connection for its account.
In this connection i have an integer field named as state.
the state value is ...
0
votes
2
answers
108
views
Enabling or disabling a login view based on authentication state
Is it good to have this:
...