Ok here is the Problem:
I want to open other Android apps from my Flutter app. Thats possible with packages like device_apps
I know its possible to run apps in a windowed overlay mode in android.
So best would be to render an external app in a container in Flutter. if thats not possible, can i run an external app from the device and start it in that overlay mode ?
Related
I'm creating an app (my-app) in react-native. I want to take screenshot of every screen of user's running app (like if xyz app is also open in background so can I take screenshots of it progmatically?).
I can also make a bridge from React-Native to Android if it is worthy.
Else suggest me something how can I achieve in Android (but I want in React-Native)?
If you want to take a screenshot of what the user is doing inside YOUR APP,
you can use react-native-view-shot. But if you want to take a screenshot of the user's other apps, you can not do it on iOS as apps run in a sandbox on iOS. I do not know if it is doable on Android though.
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.
I am learning react native and to do so, I am building my first app.
However as great as it is, It seems like react native has some limitations.
What I want my app to do is to start running the background as soon as the devise boots up (like the WhatsApp or the alarm app).
And I also want notification like WhatsApp new message notification (overlaying the screen).
I did it with android studio and wanted to do it with react native. So far I did not find any package / library that can do that, is this the limit of react native or is there a package that can do that? Because right now I am thinking of going back to native with android studio.
In android you must ask for necessary permissions in manifest. Also in the phone, you must set battery optimization. In Ios this is the hard one. I cannot do it. Your app must be music app or maps app. Thats all i know.
Do we have any separate tool or add on like anything to get the x path in
android devices?
Else how can i get the values for android mobile devices?
It seems that you are asking about, How to inspect element in the android app, to find an element ID.
If you are using Native android application, then Android Studio is giving facility to inspect UI elements.
Once Android SDK installed, navigate to link
c:\users\username\AppData\Local\Android\sdk\tools you'll notice a batch file with name 'uiautomatorviewer.bat'. Double-click on it to launch "Uiautomatorviewer" GUI.
If your app is using web-view then you can use Google-inspector
Google-chrome-devtools
I am developing aan android application which hides pictures,music videos and applications. But I got a problem while application hiding module. By a good search i came to know that the phone must be rooted/unlocked for the application locking.
Is there is any way to hide applications in android without rooting/unlocking?
maybe if you make it so that you have to download the app thew your application, and saving it onto a file, in the phone, and not on the front interface of the phone, maybe when they take the picture of save it, it does to the directory of the aplictation