Posts by Berg Ferreira • 31 points
3 posts
-
0
votes1
answer144
viewsQ: How to use a class method on an Activity?
I need to use the following method, which is located in the Vodplayeradapter class in an Activity Playeractivity: public void changeVideo(Video video, boolean playWhenReady) { finalizePlayer();…
androidasked Berg Ferreira 31 -
0
votes1
answer176
viewsQ: When navigating on Fragment screens and returning, the screen turns white
have in Mainactivity 3(three) Fragments (Homefragment, Channelfragment and Searchfragment), with change made through tabs with click only. Inside the Homefragment I have 2 (two) more Fragments…
-
2
votes1
answer390
viewsQ: Action on the back button when the keyboard is active
I am trying to use the back button action to show a menu in my application, with the onKeyUp method. Once the back key was clicked, the menu should immediately appear. In my application I work with…