Android New Online Batch

New Android Online Batch Starts on Oct 16 2017

Tuesday, September 2, 2014

My Class Day 3 - Structure of Android Project



Android Application :

Code + Data = Application
  |
       (Business Logic + Presentation Logic) + Data

Business Logic - Java - 
Project/src/package/ .java files

Presentation Logic - XML - 
Project/layout/ .xml files

Data - XML 
Project/values/ .xml files

class Activity
{
     // 80% code
}
class MyActivity extends Activity
{
    // you have to execute 80% code present in super class - super.method(data);
    // 20% code
}



1 comment:

  1. Android is one of the most famous language and application in the world. This post gives really great idea for a beginner. You can also find the best Android Trainer in your locality at UrbanPro.com
    “ Android Training Classes”

    ReplyDelete