[android-developers] Disabling a button until a set day

2010-11-22 Thread Garrett
Here is the scenario: User opens app, they press a button and some activity launches. After the button is pressed and the activity is executed, I want to disable the button until the week starts over. Even if they close the app and come back, it should still be disabled unless it has reset. For e

[android-developers] offscreen to onscreen

2009-06-17 Thread Garrett Whelan
ut at coordinates offscreen? Is that even possible? I thought about adding the new object to another layout with a different animation to bring it on screen but I don't know how to lay 2 layouts ontop of each other. Any help would be appreciated. --Garr