Tagged Questions

2
votes
1answer
34 views

How to get all 6 neighborhood cell ids on Android

Is there any API that will give me those 6 neighborhood cell ids on Android, or shall I try to send AT commands to the Android modem. If someone could explain that to me I would …
0
votes
1answer
13 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 …
1
vote
2answers
17 views

Good alternatives to share a complex tree of objects between activities in Android?

This is a question I've now had for a few different apps I've built, and I have yet to be satisified with any of the solutions I've come up with. I thought I'd put it out there to …
1
vote
1answer
26 views

findViewById() returns null for custom component in layout XML, not for other components

I have a res/layout/main.xml including these elements and others: <some.package.MyCustomView android:id="@+id/foo" (some other params) /> <TextView android:id="@+id/borin …
2
votes
1answer
57 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 …
1
vote
1answer
36 views

Any experience with Android NDK?

I'm specifically interested in how portable it is between various phones. We have an application with some computation heavy code we'd like to share between Android and iPhone. If …
0
votes
2answers
25 views

animated swap position of two buttons

I am trying to swap the position of two buttons. my swapping code looks as below. private void exchangeButtons(Button btn1, Button btn2) { // Create the animation set …
0
votes
1answer
30 views

Options for Client Server Communication in Android

I'm currently in the research phase of my dissertation project. My project is a ticket booking system for a mobile device and I have chosen to target Android. I anticipate the ne …
0
votes
1answer
25 views

Android - CheckBox blocks ExpandableListView.OnGroupClickListener

I'm trying to put a checkbox into ExpandableListView. How do I do that? I extend BaseExpandableListAdapter and put the following into getGroupView(): @Override public View getGrou …
1
vote
1answer
14 views

Including a background drawable foobars my layout in Android. Ideas why?

If I don't include a background in my root layout then everything renders as I expect: However, if I add JUST ONE LINE adding in a background then the layout goes completely hay …
0
votes
2answers
42 views

Android - Are services shared among processes?

I have an android library which is distributed as a jar file for inclusion in 3rd party applications. Within the jar file is an Android Service. The service is exposed through a …
1
vote
5answers
57 views

How to manage multiple versions of same class file for different SDK targets?

This is for an Android application but I'm broadening the question to Java as I don't know how this is usually implemented. Assuming you have a project that targets a specific SDK …
1
vote
1answer
86 views

‘Must Override a Superclass Method’ Errors after importing a project into Eclipse

Anytime I have to re-import my projects into Eclipse (if I reinstalled Eclipse, or changed the location of the projects), almost all of my overridden methods are not formatted corr …
0
votes
1answer
39 views

Android application update

Im running my android application and downloaded a new version of the "same" application. (E.g on /sdcard/application_v2.apk). After the download has finished the application is …
1
vote
2answers
71 views
+100

Flash and Android - common future?

Hello, Thus far, all the Android applications I've worked on, are multimedia-oriented. In this context, support for Flash in Android is very intriguing topic for me (and many othe …

1 2 3 4 5 90 next
15 30 50 per page