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 days ago.
Improve this question
I am creating an app that will have an account create a data and have other accounts access it.
I am checking out some apps on doing so which lead me to invite code. Basically, it is generating a code and you can give it to users to link to your account.
I added an image that is exactly what I wanted to do.
can someone help me? lead me to the right direction? I have been researching a lot and I can't seem to find how.
Related
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 6 days ago.
Improve this question
So I'm creating a website and I want to have a mental health chatbox, but it's coded on replit as java. How do I link it or add it as basically a "interactive user accessible tool" to my website, please let me know if you have any ideas to incorporate the chatbox console or even a simpler way to have a chatbox. Thank you.
Rn I currently have no idea on how to code this.
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 1 year ago.
Improve this question
I want to make a notice board for the user in android studio. Admin makes notice for user and User can able to see the notice. How can I do that? there is two activity one for Admin and the Second for users. there will be a firebase for the data store.
Note: It will be java based project
1)Write Frontend part
2)Write Backend part
3)Don't forget to write the logic to connect to the db with your backend
4)Most importantly, read the rules of SO before posting anything like this
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 1 year ago.
Improve this question
Is there any way to connect smart phone and PC for java programming.i mean can i code same project using smart phone and PC?
Do not know If I understand your question. But this link should be helpful. It is focused on Using Hardware Devices in context of Android development.
http://developer.android.com/tools/device.html
Next time, give greater care when you create the question.
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 am starting working on a new app which will show news of different channels. But I am bit confused that how to get data from websites which will update automatically. Am I need their API keys for integration or some other method. please give me some suggestions.
News sites will likely have RSS feeds. You can use classes from System.ServiceModel.Syndication to parse them. In-depth discussion here.
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 'm starting to learn Java I / O and i started with Random Access File,I cant find any good information about using Random Access File if some one cant give me some good references to how it works Does it read/write binary or text files? how can i do this? witch are the most correct ways to read/write in files,thanks to all :)
Maybe you are looking for a tutorial like this?
http://examples.javacodegeeks.com/core-java/io/randomaccessfile/java-randomaccessfile-example/