반응형

전체 글 2757

Python: import module from another directory at the same level in project hierarchy

Python: import module from another directory at the same level in project hierarchy I've seen all sorts of examples and other similar questions, but I can't seem to find an example that exactly matches my scenario. I feel like a total goon asking this because there are so many similar questions, but I just can't seem to get this working "correctly." Here is my project: user_management (package) ..

Development Tip 2020.11.05

Is it possible to access the current Fragment being viewed by a ViewPager?

Is it possible to access the current Fragment being viewed by a ViewPager? I have an app with a ViewPager and three Fragments. I'm trying to figure out how to get the current Fragment being viewed so I can get at its arguments. I have an OnPageChangeListener grabbing the current page index, but ViewPager.getChildAt(int position); returns a View. What's the relationship between this View and the ..

Development Tip 2020.11.05
반응형