RandomQuotes Extension - An Extension for generating all types of quotes

As I said, I have made this project when I was learning Java Array, Yailist etc…
So I think it’s better to make this open-source so that you can customize it in your own way.
Java File :
RandomQuote.java (19.8 KB)

How It Works:

  1. I added different quotes in a java array
  2. Then I created a random number to the length of ArrayList and fetched a item from list
    image
1 Like