I want to write a simple app that interacts with SQLite database.
At the top of the app, I want a graphic showing a left arrow, then a text box showing the month and year, then a right arrow.
I want the arrows to be clickable.
Would the best approach be to make two buttons and have the arrows as graphics?
At the top of the app, I want a graphic showing a left arrow, then a text box showing the month and year, then a right arrow.
I want the arrows to be clickable.
Would the best approach be to make two buttons and have the arrows as graphics?