Posts by Vagner Gon • 101 points
2 posts
-
0
votes1
answer139
viewsA: Nuxt 2 how to serve the Assets correctly in Firebase Host
As in the video, you should serve your static content according to the public path setting, which is the root. Copy client and server content to the public folder, which will be accessible at the…
-
0
votes1
answer144
viewsA: How to use a class method on an Activity?
If you only want to use the method, please instate a class you inherit from VodPlayerAdapter, implement the method in this way @Override public void refreshVideoInfor() { refreshVideoInfo(); } And…
androidanswered Vagner Gon 101