I bought a book to study Android, I'm following and trying to understand how the components work
When I click on a button, I need to open a modal with the date component.
I'm using the SDK 19 with Android 4.2, and when in some method triggered by the click of the button, I call a showDialog
, it returns me
The method showDialog (int) from the type Activity is deprecated
It looks like something related by the version of the SDK I'm using.