Wednesday 14 March 2012

Share Application with another Android phone

First you click share button next screen will display.


You can share your application like this. 






ShareApplicationActivity.java



Layout : main.xml


AndroidManifest.xml
    


 Note : How to gave perminssion in android.
  1. First of all you go to AndroidManifest.xml file in your application.
  2. Goto permission tab menu.
  3. Click Add button and another window open click on Uses Permission then press ok.
  4. Select to android.permission.INTERNET.



No comments:

Post a Comment

Rounded or Circle ImageView with Shadow in Android

RoundedImageViewShadow.java public class RoundedImageViewShadow extends ImageView {     private static final ScaleType SCALE_TYPE ...