| bio | website | |
|---|---|---|
| location | shanghai | |
| age | ||
| visits | member for | 3 years, 1 month |
| seen | 2 days ago | |
| stats | profile views | 23 |
Android coder
|
May 9 |
comment |
Android - how do I investigate an ANR? I'm also interesting in sCount=1 dsCount=0 obj=0x40eb94d0 self=0x1def710 sysTid=3596 nice=0 sched=0/0 cgrp=default handle=1074915540 schedstat=( 2384227922 1199801851 4803 ) utm=192 stm=46 core=0 |
|
Mar 13 |
comment |
Java - compile time constants and variables about point 2. You are wrong! final int a =1; a is compile time constant. final int b; b =1; b is not |
|
Mar 13 |
comment |
Java static final values replaced in code when compiling? Is there any method to avoid compiler to do this? |
|
Mar 6 |
awarded | Caucus |
|
Mar 6 |
answered | How to access String resource from another application |
|
Dec 16 |
awarded | Notable Question |
|
Nov 14 |
comment |
PhoneGap camera not working after build - Android phonegap is opensource, you can read its source code yourself. what's your work after you debugging? |
|
Nov 13 |
comment |
How to get the network traffic stat for video streaming applications on Android? I think, there is no way. But I wait for others answer. |
|
Nov 9 |
comment |
Android ListView notifyDataSetChanged() from Service I think you should add Log before listArrayAdapter.notifyDataSetChanged(); so that you can know whether the notifyDataSetChange execute or not, and when it executes. This will help you find the question much quickly. |
|
Nov 9 |
comment |
Android - How to disable Search button, how to implement onSearchRequested()? @Noman Arain,did you have a try with my suggestion? This is about keyevent dispatching. The ProgressDialog is also a window. So it has keydispatching itself. so you should interrupt the search key in dialog instead of in the activity. |
|
Nov 8 |
answered | Rooted Phone: Apps have root permission |
|
Nov 8 |
comment |
Display google calendar on Android calendarView widget? what do you mean "google calendar"? |
|
Nov 8 |
answered | Android - How to disable Search button, how to implement onSearchRequested()? |
|
Nov 8 |
answered | What is the optimal way to animate a drawable within a view using the animator classes? |
|
Nov 7 |
comment |
Why can't Android find class in project on build path? @user1236910,if you do not want keep two copies, you can use jar. you could add a pre-build(which make your source code to jar) to this android project and move the jar to libs |
|
Nov 6 |
comment |
Hide notification bar without using fullscreen @Sprigg, how did you make your activity fullscreen? |
|
Nov 6 |
accepted | How to tile a drawable file in ImageView? |
|
Nov 6 |
comment |
Is the setDisplayOrientation sample code correct? @MártonMolnár according my experience, you should set your activity (which your camera in) to Landscape. |
|
Nov 6 |
answered | How to avoid overflow in expr. A * B - C * D |
|
Nov 6 |
awarded | Editor |