Securing Ui With Jetpack Compose

Jetpack Compose

Read More

Intro To Ai

An Introduction to AI in Arabic.

WatchMy Video for intro to AI.

Read More

How To Write Good Code?

Inorder to write clean\good code you can follow simple principles.

Read More

How To Get Current Phone Number Connected To Call

To get the current phone number already connected to the call you need to useCall.Details#getHandle().

Read More

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).

Read More

Consider Static Factory Method

There is a nice pattern to consider while develop. And that’s instead of having multiple constructors in theclassand creating many instances of class to use, you should then consider the static-factory-method way.

Read More

Effective Java Tutorials.

This my newCourse about Effective-Java

Read More