Embed openVpn client in my own android application [closed] - java

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.

Related

How can I control other application in my phone [closed]

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?

Is it possible to develop mobile app using jhipster? [closed]

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.

Start an Apache server using a C# program [closed]

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 7 years ago.
Improve this question
I would like to start an Apache Tomcat server on the localhost. Is it possible to write a Java or C# application that could start it whenever the user requires?
Use the Process class in C# to execute a local process.

Android - Java connection through wifi [closed]

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 7 years ago.
Improve this question
I want to create a Java application that connects to my android phone, accesses my phones messages, files and .. That I could send or download photos, or send messages directly from my pc. What connection should I use that I would be capable to do all these things?

How I connect my app to mysql server and update my result automatically [closed]

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 8 years ago.
Improve this question
How I connect my app to my database I am using XAMPP server ? and update my result automatically through server?
You'll have to code a web service in Php or any other language which will return or store data when queried. Take a look at this tutorial here. Best of luck!

Categories