android - What is the proper use case for AppCompatCallback? -


the revision notes mention appcompatcallback needs implemented able perform callbacks. android docs cryptically state "implemented in order appcompat able callback in situations."

what situations? support library activities or fragments need? proper use case appcompatcallback?


Comments

Popular posts from this blog

php - How can an email be returned from Stripe Checkout? -

SQL php on different pages to Insert (mysqli) -

linked list - Get the index of the Node in a LinkedList which contains the given value in java -