Android : Call Application API Inside An Application
Nov 5, 2010I have downloaded a file manager application called "AndExplorer" inside my Android emulator.
My goal is to call this application inside my current custom application.
I have downloaded a file manager application called "AndExplorer" inside my Android emulator.
My goal is to call this application inside my current custom application.
I would like to know if it's possible to display an activity inside a layout of my activity. For example I would like to display the Phone application inside a layout of my activity.
View 3 Replies View RelatedI would like to know if it is possible to launch my application whenever a new entry is written to phone call log (i.e. out-going, in-coming or missed call). I wrote an application to manage the call log entries as per user preferences by listening to the publication of android.intent.action.PHONE_STATE events. My application is working fine as long as its process is running. However if the user has stopped my application with a task-killer application, then the log entries can not be managed as my app itself was not running. I need a way to make sure that my application is launched in the background if it is not already running when the android.intent.action.PHONE_STATE occurs. Or is it possible to launch my application as a service that always runs?
View 2 Replies View RelatedSaw the other thread, but didn't want to hijack with a different question.
Is the voicemail application inside of the messages application actually Verizon's Visual Voicemail? I saw on the market that there was an app for VVM, nd the interface looks different. I just want to make sure I'm using the right app and not using minutes and paying for VVM at the same time. Sorry if this is a dumb question and thanks in advance for help.
I have one Map on my main activity and It works fine. Recently I added another small map view on one of my sub activities using the same google map key. Now when I press back after looking at the map on sub activity, it returns to the main view and bottom of the map on main activity turns black. See the attached image. Is there anyone who has faced this problem and know why sometimes bottom of map turns balck?
View 1 Replies View RelatedAs the subject ,I want to know How should I call an application from another application?
View 3 Replies View RelatedI am developing a call blocking application for android. What I've achieved so far is that my application gets informed whenever there is some incoming call. Now i want my application to handle the incoming call instead of default android application. So for this, i am trying to kill the android phone process. Please tell me can i do so. If not, then how can i reject the incoming call.
View 4 Replies View RelatedI want to call camera application from my own application, take video. Then I want to get the video back and return to my application. How Can I do it?
View 3 Replies View RelatedThere is way to allow the application to make a phone call using startActivity(new Intent(Intent.ACTION_CALL, Uri.parse(toDial))My question is, Is there any way to end the phone call through application, More specifically I need to try like end the call as soon as i get the call.
View 2 Replies View Relatedhow to make call from application ? Can i give input to that call? I mean i want to play file which the receiver can listen it. Is that possible if not at least tell me how can i make cal ?
View 3 Replies View RelatedI want to call one android application from another application
View 2 Replies View RelatedI have someone who's calls I wish to block. No I don't want to forward him to voice mail (even though I already have). I want the phone's caller ID to recognize the caller and simply bloc the call (I don't want the phone to ring and I don't want it to accept any voice mails from this guy). I know google voice has this feature, but I don't want to activate the single number version of GV (I'm not ready to have only one number. I read a similar thread that was posted here some time ago, but there were no definitive answers on it: http://androidforums.com/support/6077-caller-id-based-blocking-call-forwarding.html. I was wondering if anyone was aware of any apps that could be used to block a specific incoming number, which could be installed without having to root the phone.
View 20 Replies View RelatedSuppose I wanted to design a cheap little app which lets you schedule fake phone calls to yourself, along similar lines as this app:
http://magictap.net/fakecalls/
I'd imagine using an AlarmManager would be suitable for this purpose, the question is how to generate a fake incoming call screen, complete with the slide to answer call option. My initial approach, the AlarmManager should launch a PendingIntent. However, I'm not sure where to go from here, in particular to get an Activity started which displays the fake call screen.
Is there an app that can show me call usage statistics for the phone? Particularly, I'm trying to figure out how many minutes I've spent talking to a particular person. Sure, I could go through and add up every single call I've made to them in my call log, but is there some app that does that for me?
View 3 Replies View RelatedWas trying to call another application using an *explicit* intent, but am finding it does not seem possible. I do not wish to use implicit intents. To test it out, try calling the YouTube main activity.
Intent i = new Intent(); ComponentName cn = new ComponentName("com.google.android.youtube","com.google.android.youtube.HomeActivity.class"); i.setComponent(cn); startActivity(i);
I get this error:
08-29 00:54:26.598: ERROR/AndroidRuntime(7332): Caused by: android.content.ActivityNotFoundException: Unable to find explicit activity class {com.google.android.youtube/ com.google.android.youtube.HomeActivity.class}; have you declared this activity in your AndroidManifest.xml? Does anyone know whether this is possible? (using explicit intents to call another application)
I have a task at sight but need some expert help: is it possible to place a phone call within an Activity without bringing up the native Phone app? I need to place a call from the app I am developing, so what I would like to do is to pass a phone number through an Activity that may or may not bring the Phone app up to screen.
View 5 Replies View RelatedIs there an app (or even a setting on the Desire itself) that can keep a track of the outgoing calls duration and total on my phone? I've recently dropped from 600 to 300 minutes and want to make sure I don't go over my allocation in the same way the "3G" app tracks my Internet usage!
View 4 Replies View RelatedI am developing application for call recording but i am not able to record the call and its throwing the exception .My code is as follows. Code:................
View 2 Replies View RelatedSometimes I keep on hitting a call out to someone and I have a freak out session and put the phone call in the background. I thought of putting this into the app section but since I believe the droid is the main athlete who needs this application. Anybody willing to put one on? Simple idea, have this kill all / single phone with a slight tap of the icon on the background.
View 4 Replies View RelatedBeing a newbie to Android I can't work out how to call the camera application (or you can say camera preview?) when I click a button in my custom application.
View 1 Replies View RelatedI'm working on a Application and I would like to start or call an external application from it by pressing for example a button...on my application.
The application I would like to call is an open source application.
I've read on the official android website it is possible to do it but haven't found any suggestion on how to do it.
MY APPROACH:
So trying on my own I've used an Intent Action and a button...like this
CODE:...............
RESULT:
When the button is pressed, A window appears which invites me to complete the Action I guess by choosing one of the Listed programs such as:
-Gstr
-Import Ics
-Market
-Music
-Mail (com.htc.android.mail) and so on...but not the API I was looking for...
When I choose Gstr(I guess is the application manager) then opens another window
Which shows a list of Installed Applications. From there I find the Application I was
Looking for and starts it (by long pressing on it's Icon...)
ISSUE:
I would like to start the external Application directly by clicking on a button on my application without passing through hundreds of others... Is there a way to achieve?
I want to call android application from JavaScript.
View 2 Replies View Relatedi want to call REST Web Service from application.
View 7 Replies View RelatedI thought I had seen some application where you can call someone and have it go straight to their voicemail. I've been looking around and haven't been able to find it. Does anyone know if such an app exists.
View 4 Replies View RelatedNormally Iam getting Wi-Fi setting screen on the emulator by clicking on the settings->Wireless controls->wifi settings.I need to directly go to the Wi-Fi settings screen from my program when pressing on the Wi-Fi button which I had created.Contacts,Call Logs we can handle by using Intent.setData android.provider.contacts...........).Is it any way to connect settings sub menus/menu from android program.Please give me advise or sample code on this.
View 2 Replies View RelatedAfter I either receive a phone call or make one, (and other undocumented interruptions) my application gets a NullPointerException when resuming my activity. Can any explain to me where it is and/or how to fix it?now, pls help me to fix this problem, how do i handle phone call or SMS received or such kind of interruptions?
View 2 Replies View RelatedLooking for an app that will record both sides of a conversation. I have tried Vrecorder and I do not get any volume. I have a moment with 2.1 installed.
View 29 Replies View RelatedI have only .APK file of PDF Viewer and my requirement is to use pdf viewer for reading document called through Web API . Is there any possibility to integrate these two in same package apart from source code?
View 1 Replies View RelatedI am making a android app, and I want it to be so if I call lets say 911 it sends my GPS coordinators to a certain IP, I know everything but how I make it so if I call 911 it sends the info and how I can make it send the info to the IP?
View 2 Replies View RelatedI'm trying to call a RESTful web service from an Android application using the following method:
CODE:................
I can browse to address and see the xml results using the Android Emulator browser and from my machine. I have given my app the INTERNET permission.
I'm developing with eclipse.
I've seen it mentioned that I might need to configure a proxy but since the web service i'm calling is on port 80 this shouldn't matter should it? I can call the method with the browser.