You are on page 1of 6

Implementation of Android Application for Power System Problems

Batch Members: M.FakrudeenAli (01110121021) S.Govindaraj (01110121023) G.Kirubakaran ( 01110121036) M.Rajasekar (01110121068) Guided By Mr.P.Vijayarajan

Flow Chart For Creating ANDROID APP


To Setup ANDROID SDK
Requirements: JAVA JDK 6.0/6.0+, Eclipse, ADT Plugin While Creating new project in SDK, eclipse automatically creates folder corresponding to layout and source code. To create layout we must edit the file under the directory res/layout/namw_of_file.xml

Creating Layout

Creating JAVA Program

JAVA program is created und under the directory src/com.example.package/name_of_file.java

Interfacing, Building & Debugging


Interfacing means giving access to layout file by R.java file which is under the directory gen/R.java which is created by compiler

.APK file which is accessible by ANDROID Mobile or Emulator

Flow Chart For Our Work


fvcbv
Java basics+ Existing Android APP source code

XML basics

Layout for APP

MATLAB Programs

Java Programs for Power System Problems

JAVA Android JAVA Java programs

Packaging all files to .apk

MATLAB Programs

Ybus Zbus Load Flow Problems Gauss Siedel

Load Flow Problems Fast Decoupled


Economic Dispatch ABCD to PI PI to ABCD

JAVA PROGRAMS

COMPLEX CLASS MATRIX CLASS

References

www.startandroid.ru www.tutorialspoint.com The Complete reference in JAVA Herbert Schildt. Core JAVA Cay.s Horstmann www.mobile.tutsplus.com

You might also like