Tuesday, 20 June 2017

Android Developement

After 4 days of a $1200 class for android development, here i am documenting the progress
i am in the process of putting a notification app together, and everything is googling, quite the challenge.

There are quite many components.

Notification Compat capabilities
https://www.youtube.com/watch?v=-iog_fmm6mE

Intents:
http://www.vogella.com/tutorials/AndroidIntent/article.html

Class: ( From book: Java for dummies)
 In your object-oriented program, you need a master list containing all the characteristics that a house object can possess. This master list of characteristics is called a class.

Initiation:
The instructions in a method aren’t executed until the method is called into action. But, if you give a method the name main, that method is called into action automatically.

Syntex:
Every complete Java statement ends with a semicolon.
Declaring a variable is xxxx;

Instantiate:
http://study.com/academy/lesson/what-is-instantiation-in-java-definition-example.html
Bicycle yourBike = new Bicycle(); invokes the no-argument constructor to create a new Bicycle object called yourBike.

Public Static Void String arg[]
https://www.youtube.com/watch?v=by58arnoV4c

Adaptors:
There are 2 , one is an adaptor that converts from the data source, and another that displays it as a view (AdaptorView)
https://www.youtube.com/watch?v=uic3TVp_j3M
https://www.youtube.com/watch?v=iES7i17TEGM

No comments:

Post a Comment

Last days of June

Haven't cycled sinced March, when L left, and the bicycle was packed in the bag. to midyear, thats 3 months. probably the period that i...