Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
i have not enough knowledge about jhipster that's why today one question on my mind.
Is it possible to create android/ios mobile application using jhipster ?
Yes, you could create java backend server with JHipster and create the mobile app using ignite-jhipster in React Native or using generator-jhipster-ionic in Ionic.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed yesterday.
Improve this question
I want to know how to integrate an API in java in android studio for my app. I am trying to find a way to get the definition of words in any language by using an API but I have no idea how to work with APIs does anyone know how I get started?
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 11 months ago.
Improve this question
I am a beginner in programming Android applications in Java. I want to know how to control or change something, for example, cut off the Internet on another application. Is there a way or suggestion. Thank you
I don't think it's possible unless you are the developer of both and remove the permission for both apps, see: Can an app give its permission to another application in android?
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to provide the openVpn client config with my app, so the client will just connect the android system.I ve checked the ics-openVpn project in github, but i don t know how to start
See the doc/README in that repository for starting. Also make sure that you understand the implications of the GPL.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have a Core Java Swing project that I am using with MySQL database.
How to create software setup and how to use MySQL database client?
I used install4j recently for similar purpose. You can refer this tutorial for in detail steps.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
how java application can communicate with android application(ex.sending file between two app) by WiFi
i try to develop a java application that can send types of files to android application
Just use standard Java networking APIs if they're operating over WiFi.