Assume we have two apps.
Is it possible for app A to have a button that allows someone to download app B without leaving app A? (Of course, the user would need to click the download button and give consent.)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes in android its possible but however you will need to know the name of the package of app B and use it to open the android market from app A so as to download app B .
this will now open the market and take you to the particular application and you can download . Place this code within the click listener of the DOWNLOAD BUTTON .