This a simple Android app which helps you look up meanings of french words offline and online. You can also recite words and store them in your local notebook. The conncetion between server and client is based on TCP.
javac androidserver.java
java androidserver
Then your android device can connect to your server. Remember to change the IP address in MyTCPConnection.
Lingoes Dictionary:法汉词典
You can download here.
Search on the local database first. Then send request to the server, server will look up the word on 法语助手 and send the meaning back to the client.
Thanks to the Swpieable-Cards provided by kikoso.
Every time ten words randomly selected from the local database will be displayed.
For the wrong answer, a message of "Wrong Answer" will display. At the same time, it will send a message to the server and store the word in your notebook on server.
Make sure that you have set the right IP address in class MyTCPSocket.
The new user should register at first and then log in.
halflkaka https://github.com/halflkaka raphael_shi@foxmail.com
ldihao https://github.com/ldihao ldihao@gmail.com
Sylvain-ssy https://github.com/Sylvain-ssy 514092804@qq.com
We are looking forward to your contribution!