0
votes
1answer
16 views
Alarms vs. TIME_TICK in Android
I'm not sure which is these is appropriate for my current application.
I need to switch wallpaper on a given, but user changeable, interval. I've been using a BroadcastReceiver …
2
votes
1answer
71 views
Best Android 2.0 development book?
I'm looking for a single book source for Android 2.0 development.
While I may be ok with a general Android development book, a book which covers 2.0 features is ideal.
What is the …
0
votes
1answer
13 views
problem in playing mp4 video file in android
hello..
i am trying to play a mp4 video file from remote url in android media player.but i am getting an error code --
Command PLAYER_PREPARE completed with an error or info PVMF …
2
votes
2answers
63 views
Are there any push notification system in place for andriods?
There are currently push notifications available for iPhones, Palm Pre and Blackberries each provided by their respective manufacturer. However I have heard nothing for andriods (p …
0
votes
1answer
11 views
Equivalent to “overflow” property in LinearLayout on Android SDK?
I've been trying to create a color LinearLayout object (1) within another LinearLayout object (2), while having (1) not display beyond the bounds of (2) - in short, I wish to assig …
0
votes
3answers
95 views
Setting up OS X for Android development. OR Are *nix environments intentionally prohibitive?
I'm trying to start doing Android development on OS X (trying is the key here). I've read all the fun stuff at http://developer.android.com/sdk/index.html. I get the basics, inst …
2
votes
1answer
50 views
Android application update - how to?
What is the best way to let my users perform an application update?
Is there any way to force device reboot after the update? I'm asking this because my application registers some …
2
votes
1answer
56 views
How do I link from free to paid app in the Android market?
If I have a free version of a paid app in the Android market how can I place a button in the free app that opens the paid version in the market?
2
votes
2answers
57 views
Targeting Android 1.5 and 1.6 from the 2.0 SDK
I'm interested in learning Android development.... but if I install the latest 2.0 SDK, will I still be able to target 1.5 and 1.6 devices? (since there is only one 2.0 device righ …
0
votes
0answers
26 views
Exposing that your app is installed to the android browser
Hi all,
I am trying to find a way to detect in the android browser whether my application has been installed.
Use case:
I have a web page that a user can reach via their android …
0
votes
1answer
52 views
Android SDK - List All Users
Hello. I have just begun working with the Android SDK and I am having problems with my first app. Currently, I am trying to list all of the users in a big list. However, no matt …
1
vote
0answers
26 views
AlertDialog MultiChoiceItems Listener problems.
I am currently using the AlertDialog.builder to create a multichoice list for the user (checkboxes). This works great, except we want one of the buttons to deselect all of the oth …
1
vote
2answers
23 views
Filtering accelerometer data noise
Hi
How do I filter noise of the accelerometer data in Android? I would like to create a high-pass filter for my sample data so that I could eliminate low frequency components and …
0
votes
1answer
49 views
Android app components - a word of advice needed
I am a complete newbie to Android development;
Basically, I am about to write an application, that will let the user to take photo, which (with a bunch of extra data) will be subm …
1
vote
1answer
57 views
ServiceConnection::onServiceConnected not called even though Context::bindService returns true?
I've been trying to bind a service that was started on boot from an activity. The code for starting on boot was mostly taken from the instant messenger.
This is the AndroidManifes …
