FAQs
Search
Recent Topics
Flagged Topics
Hot Topics
Best Topics
Register / Login
Win a copy of
Java by Comparison (eBook)
this week in the
Java in General
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Liutauras Vilda
Bear Bibeault
Devaka Cooray
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Campbell Ritchie
Henry Wong
Saloon Keepers:
Tim Moores
Ron McLeod
salvin francis
Stephan van Hulst
Vijitha Kumara
Bartenders:
Tim Holloway
Carey Brown
Frits Walraven
Forum:
Android
how to define user type
sam liya
Ranch Hand
Posts: 1278
posted 4 years ago
I need to show the different screens depend on the user type.If a user is normal one screens.if a user is admin one screen.How to get different screens depend on the user types?
Steve Luke
Bartender
Posts: 4181
22
I like...
posted 4 years ago
1
1 Define what user types are
2 Associate users with types
3 Get the current user
4 Lookup current user's type
5 Show the correct screen
Steve
Post Reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
JPopMenu goes out of screen
TilesAction, how to???
How to change the screen lauout at runtime
which is best combination?
Android Recipes: Is there a topic to cover the different screen size?
More...