0
votes
0answers
27 views
Where to get Android 1.5 source?
Hi,
I'm targeting Android 1.5 - I'd like to use the ScrollView widget, but there's a hard-coded value within the class which makes it kind of unusable for my purposes (it's the "t …
2
votes
3answers
35 views
Remote debugging with Android emulator
Is it possible to write the code/compile Android application on one machine and debug it remotely on the emulator launched on another? I'm sick and tired of the emulator constantly …
1
vote
1answer
44 views
Android permissions: Phone Calls: read phone state and identity
My android app has nothing to do with phone calls, but I'm seeing that when I install a debug build on my test device it requires "Phone Calls: read phone state and identity" permi …
3
votes
5answers
153 views
Android: Learning the platform, have any app suggestions?
I'm beginning to learn mobile programming on the Android platform. I'm up for working with any particular base SDK. I just want to hear some suggestions from the community about wh …
0
votes
2answers
13 views
Open Email application from my application.
How to open the email application from my app. I want to launch directly the compose email screen with the email id that the user should email to. I want to do something similar to …
0
votes
6answers
439 views
Future of Android Development [closed]
With the recent release of Google's "Go" programming language and the Android device currently being built on the Java platform, are there any pundits willing to make an estimate o …
0
votes
2answers
107 views
Android: Can I take a screen capture from an app?
I was wondering if there is a way to take a screenshot of the current screen inside the mobile phone using a service (I know how to do it through DDMS though)
0
votes
1answer
62 views
Android Hello, Gallery tutorial — “R.styleable cannot be resolved”
When working on the Hello, Gallery tutorial/sample app, after following the instructions on the site, Eclipse reported that R.styleable cannot be resolved.
What is the reason for …
2
votes
2answers
84 views
How should I give images rounded corners in Android?
Best practices? Tutorials? Thanks!
0
votes
0answers
16 views
View image in ACTION_VIEW intent?
Hi,
I'd like to show a png or jpg I downloaded from the next in an image viewer intent, but can't get it to work.
Bitmap bmp = getImageBitmap(jpg);
String path = getFilesDir().ge …
3
votes
1answer
183 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
0answers
31 views
Highlight layout after delay?
Hi,
I've created my own compound widget, something just like this:
<LinearLayout>
<TextView />
<Button />
</LinearLayout>
I'm putting 15 of these in …
0
votes
3answers
44 views
Downaload a file programatically on android
hi.
i am downloading files from web server programatically. after download is complete, i checked the file.the size ,extension and all other parameters are correct but i when i try …
0
votes
1answer
25 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
39 views
Can’t get ellipsis to work on Android
Hi,
I have a TextView. I want it to ellipsize if longer than its available width. This does not work unless the input string has no spaces... can anyone provide an example of this …
