Don't wanna be here? Send us removal request.
Text
Picture worth a thousand words
#picture#screencaps#techfun#vorsklatech#women in tech#women in stem#proud to be a woman#hashtagcrazy#vorskladevapp#javagui#lolz#hobbies#lol
2 notes
·
View notes
Text
Optimistic...
Finished the skeleton... not even close to what I wanted to get done, but it compiled.
APP: Train Your Own AI - TYOAI_v1011.jar - is a thing!
0 notes
Text
User input done easy (java)
String userInput = (String)JOptionPane.showInputDialog(frame, "User Input HERE"); someLable.setText(someLable.getText() + "\n\r\t" + "You entered: " + userInput);
0 notes
Text
Progress + Structure (How is this going to work?)
I think it’s interesting trying to make things work. On to the fun!:
Intent: Make an Android App will all the bells and whatever.
Goal: Make components work - create how to’s - add content later ( :) )
Technical Stuff and Notes:
References and Code used:
https://www.journaldev.com/7148/java-httpurlconnection-example-java-http-request-get-post
https://docs.oracle.com/javase/tutorial/networking/sockets/clientServer.html
https://docs.oracle.com/javase/tutorial/networking/sockets/readingWriting.html
https://www.tutorialspoint.com/java/java_files_io.htm
https://www.tutorialspoint.com/java/java_sending_email.htm
Components: Android App/Java Client, Java Server, Mongodb
Tools: Eclipse (or other IDE), Java SDK, Android Studio, Mongodb, Compas
Tags: Java, json, C++
Step 1: Install and configure all the prerequisites above.
- Eclipse or some other editor (worst case scenario - notepad.exe/vim/nano).
- Mongodb is easier with Compass
Step 2: Read/Write from file code - this is for saving on device.
- Save app data to the device
- Format should be json
- Validation would be good
Step 3: Socket programming code read-up/cheat sheets - networking of the application.
- Write Server (in Java) - use sockets for send/receive/listen
- Write Client part for the App (to be added through Android Studio)
- Establish Client/Server language
- Crypto (optional)
- Other integrations (optional)
Remember to Have Fun!!!!
Hopefully this was helpful to someone or maybe inspired some creativity ;)
4 notes
·
View notes
Text
Dev
Notes, Comms, Plans and discussions for dev’ing
0 notes