Search Results

Search found 12 results on 1 pages for 'akshata'.

Page 1/1 | 1 

  • How to call one android application from another android application

    - by Akshata
    I want to call one android application from another application I have tried example on site http://www.anddev.org/install-run_applications_from_within_another_application-t6909.html but it is not working for me It is giving Package parse error.. Please replay as soon as possible. Consider there are two applications: Application1 and Application2 I want to call Application2 from Application1 I got some sample code to do this: Intent i = new Intent(); i.setAction(android.content.Intent.ACTION_VIEW); i.setDataAndType(Uri.fromFile(fileName),"application/vnd.android.package-archive"); startActivity(i); here fileName = "file://data/data/package_name/files/Application1.apk"; But I am getting Package Error and skipping file://data/data/package_name/files/Application1.apk

    Read the article

  • How handle page not found error in android?

    - by Akshata
    I am calling one android application from java script using following code: window.location.href="android3://com.android.application3"; In androidManifest file of Application I use intent filter as follow <data android:scheme="android3" android:host="com.android.application3"/> If the application is already installed then it is running well, but if it not installed then it is showing error that page android3://com.android.application3 is not found. I want to catch that error and want to show error message. How I can check that the application is not instilled on mobile??

    Read the article

  • How to show wml pages on android phone

    - by Akshata
    I want to show wml page on android. I have designed small wml page. I am using Apache server to deploy the pages. But the page is not displaying. It is displaying just like xml page. I have added some line to mime.types which is given in following site http://e-articles.info/e/a/title/How-To-Configure-Apache-or-IIS-Web-Server-to-Work-with-WML-~-Openwave-SDK/ Still it is not working on android emulator... any idea??

    Read the article

1