• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

⠀⠀⠀⠀⠀⠀

  • Thread starter Thread starter Deleted User
  • Start date Start date
D

Deleted User

Guest
⠀⠀⠀⠀⠀⠀
 
Last edited by a moderator:
If I'm understanding you correctly, you want to tell the user if they have logged in successfully or not?

One option would be to use a Toast notice, but if you want it to stick around instead, I think you could just create a couple textviews in the layout where you want them and set their initial visibility to invisible or gone. Then change the appropriate one to visible when you've processed the login.
 
⠀⠀⠀⠀⠀⠀
 
Last edited by a moderator:
⠀⠀⠀⠀⠀⠀⠀⠀⠀
 
Last edited by a moderator:
Can you share your code? Just copy the login activity code here, and put it between CODE tags like this:

[code]
// code goes here
[/code]
 
⠀⠀⠀⠀⠀⠀⠀⠀⠀
 
Last edited by a moderator:
⠀⠀⠀⠀⠀⠀
 
Last edited by a moderator:
Back
Top Bottom