Intro To Ai
An Introduction to AI in Arabic.
Watch My Video for intro to AI.
How To Write Good Code?
Inorder to write clean\good code you can follow simple principles.
How To Get Current Phone Number Connected To Call
To get the current phone number already connected to the call you need to use Call.Details#getHandle().
Consider Builder When Faced With Many Constructor Parameters
The common way when you faced with common constuctor params is to define multi constructors or setter and getters methods (JavaBeans).
Consider Static Factory Method
There is a nice pattern to consider while develop. And that’s instead of having multiple constructors in the class
and creating many instances of class to use, you should then consider the static-factory-method way.
Effective Java Tutorials.
This my new Course about Effective-Java