When you create new activity in Android Studio and choose Navigation Drawer Activity, you get two java classes (activity and fragment) and a couple of XML files. And if you open newly created activity class, IDE reports that some methods are deprecated. You should replace them with another ones and I’ll show you how along […]
↧