|
Hi
I'd like to add a menu option to the Android camera app. Is this possible to do using the current SDK?
Thanks.
Ok I know I need to add an intent-filter tag in my activity. But I don't know what I should put in the mime type. I want to be able to process...
Started by lostInTransit on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In e-mail app uses the following intent-filter to do this:
<intent-filter> <action androidMost of the built-in Android applications do not add third-party options to their menus:name="android.intent.action.SEND"/> <data ....
|
|
On android system.I want to get the status of running apps,how to do?
ex. foreground / background!
Started by wallace wang on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Slightly more accurate answer: you may be able to run a command like ps to get some basic process information, but this depends on whether the specific device lets you execute console commands like that... .
Short answer: you can't — there is no API for this .
|
|
Android is based on Linux; can native Linux applications be run on Android?
Started by Ram on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Android apps run in a sandboxed Java virtual machine, so have to be written in Java http://developer.android.com/sdk/ndk/1.6%5Fr1/index.html
Android does not run X Windows, nor does of Java that Android applications....
In general, no.
|
Ask your Facebook Friends
|
I was just looking at a couple of screenshots of Android apps at pcmag's "top 20 free google android apps" article.
In a couple of those screenshots you can see an advertisment at the bottom of the screenshot.
My questions
1) are in-app ads allowed and...
Started by bing on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
2) No company wants that shows ads, but they will also... .
In-app ads are the norm for free apps, this is the same for iPhone, Palm Pre and Android as i have used each of these phones and have had experience with in-app ads.
|
|
I know Java apps can be run in Android. But what I want to know is this: I have a perfectly normal Java app and I want to port it to an android platform. What changes would I need to do to my app in terms of GUI and other code to make it usable in Android...
Started by GotAmye on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You will also have some issues, perhaps, with the fact best bet though is to see about learning to program on the Android, and there are several good books to be changed: http://www.anddev.org/problem....
Works with Android will be different.
|
|
I want to build two Android apps from the same code base. The difference between the apps is very small - app name, one or two resource files, and whether to show ads or not (basically, a free and a paid version of the same app).
This is pretty simple...
Started by alex_c on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If the common code has any android related code, you will need to include android.jar, which....
This is ideal because it doesn't have any of the overhead of the Android project and hence will be more flexible.
To be an android project.
|
|
283 Android apps! Android Power Tools
N.F.O
Download Links
* NO PASSWORD
* LINKS ARE INTERCHANGEABLE
~~~>> Took Hours To Upload.
~~~>> Takes Only 5 seconds. To Say Thanks.
Started by Mr.DANG3ROUS on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at pronosky):
Grazie..
|
|
I am about to start developing an android app and need to get an IDE. Eclipse and the android eclipse plugin appears to be the natural choice. However I am familiar with intelliJ and re-sharper so I would prefer use intelliJ.
Has anyone used http://code...
Started by Jamey McElveen on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The IntelliJ plugin lets you make apk files and push the app to the emulator, that's all you need for Android pretty effortlessly....
There's also a brief section on getting set up to develop .
That are useful for developing Android apps.
|
|
So I'm developing an app for android, and before I get too much into it, I want to conceptually get my arms around what I am trying to do. Is it very difficult to calculate or track the most frequently accessed apps? Any ideas or insights about how I ...
Started by Steve on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I believe only the framework has access to this sort of information; Android applications, as Android is based on Linux, it may be possible to glean some amount of information outside of the Android application framework by running....
|
|
Math BINGO - Android Apps on Google Play. Selena is doing multiplication!! Crazy.
Started by Laura Bangerter on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at pinterest):
|