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?
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 9 days ago.
Improve this question
I've searched almost everywhere for a way to create my own ad blocker and I've found none. What is there to learn to create such.
I want to create an android app that blocks all kinds of ads that includes YouTube Ads on apps.
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.
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 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.
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.