Android

Sharing data to other Apps in Android

Android defines several actions, including ACTION_SEND which indicates that the intent is sending data from one activity to another, even across process boundaries. To send data to another activity, specify the data and its type, the system will identify compatible receiving activities and display them to the user (if there [...]

2017-06-02T21:32:24+05:30Categories: Android|Tags: |

Installing a APK on android emulator

Downlaod the apk which you want to install on android emulator. Drag this APK to android emulator and follow on screen steps. For example, WhatsAPP can be installed as follows :- Download the apk file from http://www.whatsapp.com/android/current/WhatsApp.apk Drag the apk file on Android Emulator and Follow the Steps

2017-06-02T12:27:52+05:30Categories: Android|
Go to Top