Android dynamic feature of installing - android

i want to have a feature like hike in my app. Hike consist of a new game feature in which you download the game dynamically and without installing it u can play that game.
plz help me how to add such a feature in my app also.

Related

How to integrate Unity app into a native android studio project

I want to integrate a Unity application into android studio project that opens up as an instance upon button click. I am entirely new to android studio, so please keep that in mind when you provide a solution.
My unity app is ready to deploy. Now i just want to create an app on android studio that simply has a button which upon clicking will open the unity app as an instance. If i can do this, i would be able to integrate my app into any other pre-existing android projects without making another version of my app from scratch in android studio.
Thanks in advance.
Unfortunately it is not possible to integrate an APK/bundle into an android studio project activity and Unity compile a closed source APK/bundle only so it is currently not possible.
You can broadcast one app to open with a button on another app but that will require the user to install both apps.
it might be possible on rooted phones but it will probably be pretty complex to achieve
Another elegant solution would be to use something like firebase's dynamic links - that is , your button would open a link, if the user already have the app installed on the device it would open the app (and navigate to wherever) if not, it would open your app's play store download page.

Can you embed a unity application inside an android/ios app?

I want to make a mobile app, something like a food ordering app with a game inside. So whenever user ordered a meal there, there would be a button to open the unity game embedded inside without opening a new separate application for the game. Can this be done?
Yes you can do this , here is the official repo on how to use unity as a library for android and ios native builds . https://github.com/Unity-Technologies/uaal-example .

Build Custom App for Android Auto

I am searching a method to build custom app for android Auto (Which is not a media app nor messaging app)
Exactly like RoboCharge
Can someone give some directions for building such app.
N.B I have seen this question, but my app will be very simple and will not distract the driver.
Google doesn't allow to create custom apps to 3rd parties, yet.
You have to contact them and they will give you a new SDK

Android: Possibility to implement "sharing screenshot" directly through online chat feature

i have just started to develop a basic app, and have integrated an SDK for online chat, using which customers could chat with customer support.
I want implement if someone want to share screen shot, it should be done without going into gallelry just like android native shows default apps for sharing like whatsapp,facebook, my app also could be reflected there.
Is it possible??

Creating android app, say mother app

I'm new to this forum..
I want to create a Android app (say mother app), which can be installed to the Android devices on the home menu. This app should contains one or more apps inside (say child app)..
The mother app should have online login verification and on the successful login this app should show all the child app...
The concept is just like creating a app such as newsstand of iPhone.
Is it possible to create such app for Android using Adobe Air
When any child app is installed from the marketplace then It must be shown inside mother app instead of home menu
To make it clear:
I want to create a app which store my other apps when it is downloaded from anywhere, instead of placing my apps here and there on the device.
I suggest that you try out Android tutorial first and proceed further. It will surely help you out. You can check this Stackoverflow question for information about using Adobe Air in your application. I can help you with this information only. :D

Categories

Resources