Java Android Echo Application Instructions

From CERES
Revision as of 10:22, 23 June 2014 by Slawek (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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