#Building an android app. Stuck getting login credentials and hosting going.
1 messages · Page 1 of 1 (latest)
<@&987246623988019200> please have a look, thanks.
Here is an AI assisted attempt to answer your question 🤖. Maybe it helps! In any case, a human is on the way 👍. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.
Your description indicates you are working on a login and account creation flow that verifies user credentials and handles errors or account setup prompts.
Key points to consider:
- Credential verification: Ensure you are securely handling stored credentials (ideally via a backend with hashed passwords, not local storage). Verification logic must compare input values to stored records safely.
- Error handling: For wrong inputs, prompt clear feedback allowing users either to retry login or navigate to account creation.
- Account creation: On new accounts, validate inputs, create and store user credentials, then confirm success before redirecting.
- Hosting: If you are using a remote backend API for login/authentication, double-check your endpoints and network requests, especially async handling and error responses.
Since you asked for references, here are some reliable Android guides and tutorials on login/auth implementation:
Useful links:
- Android Developers: User Authentication
- Firebase Authentication Documentation
- Android Login Tutorial with Retrofit and Room
Focus first on getting the flow working correctly with local variables or static data, then move to hosting backend integration for real account data synchronization.
I uploaded your attachments as Gist. This makes them more accessible, for example to mobile users.
Can someone explain how images of my code and be taken as spam. I sent more than 1 image.
It was taken as spam and moved me into another place. I'm not sure If anyone can see thread. If you can. Atleast just respond.
u probably uploaded multiple images via drag/drop without providing any message
thats sth scammers usually do as well
Snipit copy paste.
put a message to the images and ull be fine
no
u just have to supply a text message together with the image as u upload it in discord
or upload one image at a time
Ahhh. I didn't say anything with it. Just the image alone.
yes
multiple images without text message while the images have the default name (e. g. image.jpg or 1.jpg) lead to being detected as scambot
Ok. Bots can be dumb and AI can be to smart. Where's the middle ground.
I've updated the json to be sure.
I have looked all over the internet.
I'm not understanding why I can't create account through an app.
Forgot password link.
or just login to the app
Anyone willing to look using voice channel screen sharing and watch it go through the process?
Are you using like backend with database for the login or is it all local on your computer?