-
I am using a RecyclerView inside a ViewPager which is inside a MotionLayout ( fragment_detail ):
```
…
-
Let's start migrating the examples in `/archive/examples` to `/examples` as we get them working with the new code. They will have to import whatever they need from the src. I'll start with the MoAnima…
-
Hi there.
I'm currently using epoxy a recyclerview that is hosting a set of views which I am creating directly via data binding.
```
recyclerNearbyList.withModels {
[...]
groupCarouse…
-
-
I need swipe library i should be work on vertical and horizontal scroll
-
screenshots:
```
CustomLinearLayoutManager: measureScrapChild: java.lang.IndexOutOfBoundsException: Invalid item position 0(0). Item count:0
java.lang.IndexOutOfBoundsException: Invalid item posit…
-
Hi,
I'm using this library for the endless list but I don't know how to add the progressbar to the list. How can I add a progressbar?
-
### Hyprland Version
System/Version info
```sh
```
Version: 03ebbe18ed8517ee22591eac82cd54322f42cb7d
Tag: v0.34.0
I'm sorry, but I can't go into hyprland itself, because it's being th…
-
### Hyprland Version
System/Version info
```sh
Hyprland, built from branch HEAD at commit 03ebbe18ed8517ee22591eac82cd54322f42cb7d (props: bump ver to 0.34.0).
Date: Mon Jan 1 12:03:15 2024
…
-
- context 란 자신이 어떤 어플리케이션을 나타내고 있는지 알려주는 ID 역활
context를 얻는 방법은 getApplicationContext() 이나 activity 클래스는 context() 클래스를 상속 확장하였으므로 this를 씀으로써 activity 의 context를 가져올 수 있다 .
Intent 와 Toast 에서 보았듯이 co…