Difference between revisions of "Java Android Echo Application Instructions"

From CERES
Jump to: navigation, search
(Created page with "== Server Application == * Create a new Java Project * Import the java files for the server application into the src folder of your application ...")
 
(No difference)

Latest revision as of 10:22, 23 June 2014

Server Application

  • Create a new Java Project
  • Run and watch the console, while the client interacts with the server

Client Application

  • Create a new Android Application Project
  • Download the source files for the client application and copy
    • the .java files in the src folder of the compressed .zip file into the src folder of your project
    • the .xml files in the res/layout into the res/layout folder of your project
    • AndroidManifest.xml into the root folder of your project
  • If necessary, correct the package name at the first line of the imported .java files
  • Find the IP Address of the computer where the server is run
  • Run, enter the IP address of the server, connect to it and follow the notifications

Back to Embedded Systems Programming