[android-developers] different user screen

2011-07-08 Thread muthumani
Is it possible to customize a single user screen(xml file) depending
upon the user who logs in? consider that one or two buttons in that
screen should be completely hidden for some selected users

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] different user screen

2011-07-08 Thread Mark Murphy
In Java, if you detect that this is the special user, call
setVisibility(View.INVISIBLE) on those Buttons.

On Fri, Jul 8, 2011 at 4:26 AM, muthumani ct.muthum...@gmail.com wrote:
 Is it possible to customize a single user screen(xml file) depending
 upon the user who logs in? consider that one or two buttons in that
 screen should be completely hidden for some selected users

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training...At Your Office: http://commonsware.com/training

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en