Android Programming Notes

Basic Application elements    Views  – TextBox etc ,    GroupViews – LinerLayout etc    Activity   – Main Screen and other screens   Intent  – Communication mechanism between Activities Android Activity Life Cycle ( Names are kind of self explanatory ! )  OnCreate  OnStart OnResume OnPause OnPause OnStop OnDestroy findViewById(R.id.response)  …