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