I am developing a virtual reality application for the Samsung Gear, I already did the graphic part in unity ,what I want is when I click on the login button that I have created with unity,the treatment will be in java, i already have exported my unity project as an android project but I can't find the link between the unity objects that I have created and the generated activity,any help please ?
thank you.
You can write custom android plugin for your unity project. You can communicate between java & C# using JNI. For more information, see here
Related
I am using Java Eclipse IDE for programming Android application. Recently Google changed requirements for publishing new apk's: it must have targetSdkVersion>=31.
I tried to sign apk inside Eclipse with targetSdkVersion=31 - but now Android says .apk format is corrupted.
I undestand that this way of programming for Android is obsolete, but I really don't like Android Studio.
My question is for guys who may still programming for Android under Eclipse: is there are a way to sign .APK inside Eclipse with targetSdkVersion>31?
Thanks.
I'm using react-native to make an multiplatform VOIP Dialer, and i'm facing difficuties to integrate my app with the default contacts list of the o.s (Android on the below example)
I didn't tried anything already because i dont know Java (For android) neither objective-c (For IOS). So i was hoping there's a module for that
Thanks in advance!
You can check this anwser Integrate my app with Contact , it shows how to do it with Java at an Android App.
Regards,
I am trying to developing a simple app using JAVA for my school project. I am using android studio to develop my application, which I learned android studio in school. But i want to run my app in both android and apple phone. So here is my question, is it possible for my android studio app to run in apple phone, and if not, what should i do so that it can run in both android and apple phone?
You cannot use android apk into iOS.
I suggest you to go with some kind of Hybrid applications, like Flutter(Google's one), ReactNative(Facebook's one). In this you can develop applications and final build can install in both Android and iOS.
If you still need any help Flutter or React Native
You can but it's not that straightforward. You can use Android studio to make a Flutter project and then deploy it to iOS. But you need to learn Dart and Flutter's conceptions and whole developing processes, maybe it's not as easy as you imagined.
Android apk cannot run on ios because of different platforms,the best option is to use cross-platforms tools in mobile application development i recommend flutter
If you want to install Flutter project on iOS Device. You need to Open the default Xcode workspace in your project by running open ios/Runner.xcworkspace in a terminal window from your Flutter project directory in macOS.
Straight to the point, Im trying to run a small program of unity within an android application created on android studio.
The android application has its own functionality. Eg. after opening the maps API(in android studio), I want to click on a location and then want a small program of unity scene(augmented reality) to start. I want help and I don't have any idea how to do this.
This is the unity application that I want to integrate within my android App. I want to make a unity plugin that can run within an android application instead of creating the entire application in unity.
https://www.youtube.com/watch?v=gNwduUQrlJs&t=6s
I'm afraid you can't do that. What you can do is to create another unity application which will have just the functionalities you want after clicking map location. If you install such app on your Android device, you can then trigger opening this unity app from your Android app by using custom uri schemes. But there is no way to create Unity 'plugin' to launch within android application.
I am relatively new to Eclipse IDE and want to build facebook login option in my android app. I looked up developers.facebook documentation but can't find one for Eclipse IDE (they have it for Android Studio). So i want to know if it is possible? (if yes then how could it be done?)