Posts by Daniel Pereira • 33 points
2 posts
-
2
votes1
answer700
viewsQ: How to add Onclick in a Fragment?
I’m trying to add onclick in my Ragment, but I’m not getting it, where it’s wrong? @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {…
-
1
votes1
answer760
viewsQ: Request permission to access Android internal storage by a Fragment
How do I make to request permission to access internal storage of the apparatus by a Fragment? In the normal Activity I used that code: int REQUEST_CODE = 0;…