android - How to embed a mobile application in other application? -
i'm building mobile application company , need add in company mobile application button go directly in different application . know solution embed 1 mobile app in other app???
inside code of button, can launch explicit/implicit intent can launch application (authored else). application won't running inside application, user, he/she have illusion other application running part of own. assuming of course second application installed on user's phone. if isn't installed, button can fetch relevant application's installation page google play user install app, , run application once installed.
in application, can provide content provider keep data. content provider provider exposes set of public crud interfaces data other applications access. how contacts database shared on android instance between many different applications, non-google applications.
basically, first need start @ beginning , educate on fundamentals of android. if start reading intents , content providers, constructs may not make sense until first learn activities, activity's lifecycle, stacks/tasks, , way security works on android. may want on youtube, there highly rated google i/o videos on there talk fundamental concepts of android.
Comments
Post a Comment