0

I am doing an proverb app. It has 80+ Categories and in each category it has 30+proverbs. I am working on it with android studio. Now I want to make my app give a random proverb from all the categories daily as a notification. I need to know how to do it.

Oleg Bogdanov
  • 1,712
  • 13
  • 19
Monish B
  • 1
  • 1
  • Could you give some more information as to what Data structure are you using for storing these proverbs? Is it a single Collection or multiple collections corresponding to each category? – harshithdwivedi Jan 03 '17 at 17:47

1 Answers1

0

The first answer for this question seems to be what you need.

Local Notifications in Android?

Community
  • 1
  • 1
Vasili Fedotov
  • 1,091
  • 14
  • 31