MobiAcad

MobiAcad MobiAcad is an online platform to learn all about mobile application development.

πŸ˜…πŸ˜…
16/06/2022

πŸ˜…πŸ˜…

❀️ How to convert list to String in Kotlin in one line? β€οΈπŸ‘‰ By applying joinToString() on list you can convert whole lis...
27/10/2021

❀️ How to convert list to String in Kotlin in one line? ❀️
πŸ‘‰ By applying joinToString() on list you can convert whole list into a string.

Follow for more πŸ‘‰ https://linktr.ee/mustufaansari
Follow πŸ‘‰

❀️ What is Gang Of Four (GOF)? β€οΈπŸ‘‰ Gang of Four are the authors of the book "Design Patterns: Elements of Reusable Objec...
22/10/2021

❀️ What is Gang Of Four (GOF)? ❀️
πŸ‘‰ Gang of Four are the authors of the book "Design Patterns: Elements of Reusable Object-Oriented Software"
πŸ‘‰ It’s an important book describing twenty-three Object-Oriented Design Patterns & various development techniques.

πŸ”₯ They categorized all design patterns into three categories.
#1) Creational Patterns
#2) Structural Patterns
#3) Behavioral Patterns
Follow for more πŸ‘‰ https://linktr.ee/mustufaansari
Follow πŸ‘‰

Working hard for something we don't care about is called stress.Working hard for something we love is called passion.Fol...
16/10/2021

Working hard for something we don't care about is called stress.

Working hard for something we love is called passion.

Follow πŸ‘‰ https://linktr.ee/mustufaansari

πŸ”₯ What is the final keyword in Java? πŸ”₯πŸ‘‰ Final variableβœ”οΈ Once a variable is declared as final, then the value of the var...
09/10/2021

πŸ”₯ What is the final keyword in Java? πŸ”₯
πŸ‘‰ Final variable
βœ”οΈ Once a variable is declared as final, then the value of the variable could not be changed. It is like a constant.

πŸ‘‰ Final method
βœ”οΈ A final keyword in a method, couldn’t be overridden. If a method is marked as a final, then it can’t be overridden by the subclass.

πŸ‘‰ Final class
βœ”οΈ If a class is declared as final, then it couldn’t be inherited. No class can extend the final class.

Follow for more πŸ‘‰ https://linktr.ee/mustufaansari
Follow πŸ‘‰

Did you know?
07/10/2021

Did you know?

πŸ“• Best Books For Learning Android App Development β€οΈπŸ‘‰ Android Programming with Kotlin for Beginnersβœ“ https://amzn.to/3B9...
04/10/2021

πŸ“• Best Books For Learning Android App Development ❀️
πŸ‘‰ Android Programming with Kotlin for Beginners
βœ“ https://amzn.to/3B99r6J

πŸ‘‰ Head First Android Development: A Brain-Friendly Guide
βœ”οΈ https://amzn.to/3a5WkHm

πŸ‘‰ Android Programming: Pushing the Limits
βœ”οΈ https://amzn.to/3iP0Ejl

πŸ‘‰ GUI Design for Android Apps
βœ”οΈ https://amzn.to/3F8nhsi

πŸ‘‰ Android Cookbook: Problems and Solutions for Android Developers
βœ”οΈ https://amzn.to/3FhRFRh

Follow for more πŸ‘‰ https://linktr.ee/mustufaansari

πŸ’₯ Can we make abstract methods static in Java?πŸ‘‰ It is totally unnecessary to make an undefined method static because if ...
03/10/2021

πŸ’₯ Can we make abstract methods static in Java?
πŸ‘‰ It is totally unnecessary to make an undefined method static because if we do so, it will become a part of class.
πŸ‘‰ Why would anybody call an undefined method directly?
πŸ‘‰ That's why it is not allowed.
Follow for more πŸ‘‰ https://linktr.ee/mustufaansari












πŸ‘‰ Any fool can write code that a computer can understand. Good programmers write code that humans can understand.❀️Follo...
01/10/2021

πŸ‘‰ Any fool can write code that a computer can understand. Good programmers write code that humans can understand.❀️

Follow for more πŸ‘‰ https://lnkd.in/ecQ9bD9C

πŸ”₯ Commit Vs. Apply in SharedPreferences πŸ”₯πŸ‘‰ commit()βœ”οΈ It writes data synchronously.βœ”οΈ It returns a boolean value of succ...
29/09/2021

πŸ”₯ Commit Vs. Apply in SharedPreferences πŸ”₯
πŸ‘‰ commit()
βœ”οΈ It writes data synchronously.
βœ”οΈ It returns a boolean value of success & failure.


πŸ‘‰ apply()
βœ”οΈ It writes data asynchronously.
βœ”οΈ It doesn't return any value.


πŸ‘‰If you are not using return value of commit() & you are on main thread, its better to use apply() there.
Follow for more πŸ‘‰ https://linktr.ee/mustufaansari

❀️ What is Elvis operator in Kotlin? β€οΈπŸ‘‰ In Kotlin, you can assign null values to a variable by using the null safety op...
22/09/2021

❀️ What is Elvis operator in Kotlin? ❀️

πŸ‘‰ In Kotlin, you can assign null values to a variable by using the null safety operator.
πŸ‘‰ To check if a value is null, you can use Elvis operator i.e. ?:

Follow for more πŸ‘‰ https://linktr.ee/mustufaansari

Address

Karachi

Website

Alerts

Be the first to know and let us send you an email when MobiAcad posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to MobiAcad:

Share