1
vote
2answers
12 views
R.java file not updating with UI element’s id
I added some UI elements to the main.xml file in the res\layout folder and when I try to access them through the call, R.layout.my_uielement, the UI element that I created is not there. Even when I …
0
votes
0answers
25 views
Should I use OpenGL for chess with animations?
At the moment I am experimenting with SurfaceView for my chess game with animations. I am getting only about 8 FPS in the emulator. I draw a chess board and 32 chess pieces and rotate everything (to …
0
votes
0answers
20 views
Drawing to the canvas
I'm writing an android application that draws directly to the canvas on the onDraw event of a View.
I'm drawing something that involves drawing each pixel individually, for this I use something like: …
0
votes
1answer
13 views
Camera pics not appearing in Gallery app
When I take pictures using android.hardware.camera and I save them to the following location /sdcard/dcim/camera/ they don't appear when I launch the gallery. Is there a process for getting them to …
0
votes
2answers
20 views
Android - shadow on text?
Hi all,
I am wondering how to add shadow on text in android?
I have the following code which is applied on a bitmap and I wanted to be shadowed...
paint.setColor(Color.BLACK);
…
1
vote
1answer
20 views
Network access when the Android phone is asleep
I'm using a combination of alarm (set with AlarmManager) and background service to periodically synchronize data in my application.
The only problem I have is that when sleep policy terminates Wi-Fi …
0
votes
1answer
20 views
android incoming call screen
I would like to add details to the incoming call screen on android.
lets say I have a string 'x', so I want 'x' to show up on the incoming call screen under the name of the person who is currently …
0
votes
1answer
18 views
Programmatically relaunch/recreate an activity?
After I do some change in my database, that involves significant change in my views, I would like to redraw, re-execute onCreate.
How is that possible?
0
votes
1answer
17 views
How to replace a view after I’ve inflated?
I have built my interface by using ViewStubs, which I inflate during onCreate.
But later in my app, I want to change the View completely, by loading different View into the same place. How do I …
0
votes
1answer
14 views
onServiceConnected never called after bindService method
Hi,
I have a particular situation:
a service started by a broadcast receiver starts an activity. I want to make it possible for this activity to communicate back to the service. I have chosen to use …
1
vote
1answer
19 views
Android: Determine when app is being finalized
Hi all, I posted a question yesterday about determining when an app is being finalized vs destroyed for screen orientation change. Thanks to the answers I received I was able to resolve my problem …
2
votes
2answers
37 views
Is It Possible To Use Javascript/CSS To Swap Style Sheets When A Mobile Device Rotates?
I am working on a site that must be designed with mobile accessibility in mind. As part of our brainstorming, we wondered whether it's possible to detect, for a mobile browser (i.e. Mobile Safari or …
1
vote
1answer
18 views
Installing Eclipse and setting up Android ADT on OS X v10.6 Snow Leopard
Hi,
I am trying to install Eclipse Galileo on my MacBook running OS X v10.6 (Snow Leopard) and set it up with ADT plugin. I downloaded 64-bit cocoa version of "Eclipse Galileo for JEE developers" and …
1
vote
2answers
38 views
Force close on clicking on radio button
Whenever I try to press a radio button on my emulator, it just force closes!
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
…
6
votes
3answers
140 views
How can I avoid garbage collection delays in Java games? (Best Practices)
I'm performance tuning interactive games in Java for the Android platform. Once in a while there is a hiccup in drawing and interaction for garbage collection. Usually it's less than one tenth of a …

