Will

1,172
reputation
257 views

Registered User

name Will
member for 11 months
seen Dec 1 at 0:25
website
location
age 30
Dec
1
accepted Android - Having a hard time debuging Eclipse
Dec
1
answered Android - Having a hard time debuging Eclipse
Oct
14
accepted How to delete completely the initial table in android
Sep
25
answered On studying Android
Sep
22
comment Why isn’t view.invalidate immediately redrawing the screen in my android game
Just to add...unless you make your own threads all your code executes in the UI thread. If you sleep or do a lot of computation in this thread the will experience a less responsive UI and eventually you'll get an Application Not Responding (ANR) box.
Sep
10
revised Does the android market work on the emulator?
fixed a spelling mistake
Sep
10
comment Does the android market work on the emulator?
Sounds like a good recommendation for the Google/T-Mobile folks.
Sep
7
answered Does the android market work on the emulator?
Sep
1
answered How to install the same application more than once on Android?
Sep
1
comment Android Marketplace: Changing application’s package
Nope. You can have multiple applications with the same signature. You could remove the old application from Market, but you'll still have the installed base.
Aug
31
accepted Android Marketplace: Changing application’s package
Aug
31
answered Android Marketplace: Changing application’s package
Aug
29
comment How to time-bomb an Android application?
I believe that should be correct.
Aug
29
comment How to time-bomb an Android application?
The Java Calendar class month numbering start at 0, not 1.
Aug
24
accepted Where are the schemas for XML files on an Android project?
Aug
23
asked Java Calendar.set(Calendar.DAY_OF_WEEK, Calendar.SUNDAY), will it roll backwards, forwards or unknown?
Aug
17
asked What is return oriented programming?
Aug
14
answered How to delete completely the initial table in android
Aug
14
comment How to get Android application id?
No. If two applications have the same shareUserId AND are signed with the same signature the can share data. Package name is not an issue.
Aug
12
answered How to get Android application id?
Aug
7
answered Does Android support near real time push notification
Aug
5
answered Android development resources for a Java newbie
Aug
5
accepted How to time-bomb an Android application?
Aug
4
accepted How can I debug this NullPointer Exception?
Aug
4
revised How to time-bomb an Android application?
added code
Aug
4
answered How to time-bomb an Android application?
Aug
2
answered How can I debug this NullPointer Exception?
Aug
1
comment Is it legal to call the start method twice on the same Thread?
Thanks. I checked the documentation with the IDE and the Java tutorial for threads (and google too). I'll check the API spec in the future. That critical "..never legal to start more than once.." is not in the other readings.
Aug
1
asked Is it legal to call the start method twice on the same Thread?
Jul
30
answered Schedule update after app installed
Jul
29
answered Update integrated progress bar in original activity
Jul
29
awarded  
Jul
24
comment In Java, what is a shallow copy?
Okay. It looks like the takeaway is that a Java shallow/deep copy is the same as the rest of the programming worlds, it's just the android 1.5 java.util.Calendar.clone() documentation is just wrong. clone() is a deep copy, not a shallow copy.
Jul
24
comment In Java, what is a shallow copy?
The documentation is from the latest Android 1.5 SDK
Jul
24
asked In Java, what is a shallow copy?
Jul
23
answered Sound Processing - Beat Matching Music Player on Android
Jul
21
revised How to make validation on Edit Text
formatting fixes; added 70 characters in body
Jul
21
accepted How to make validation on Edit Text
Jul
21
answered How do I pass the selected item’s ID from a ListView to an AlertDialog in Android?
Jul
20
answered How to make validation on Edit Text
Jul
15
answered Android SQLlite tips
Jul
15
answered Why is there no cancel button in Android’s progress dialogs ?
Jul
14
answered How to pass the values from one activity to previous activity
Jul
14
comment UNIX tar command
or superuser....
Jul
14
answered Detect when Android software keyboard is hidden
Jul
14
revised Can the Android handset LED be maniuplated without using a Notification object?
edited tags
Jul
14
answered Can the Android handset LED be maniuplated without using a Notification object?
Jul
14
comment How to change the focusable color..
If anybody has a better method than above I'd love to see it!
Jul
14
answered How to change the focusable color..
Jul
13
answered How to use a tab widget in Android?