Skip to main content
1 vote
0 answers
56 views

I've tried to create a custom cursor for mobile devices, but when the page is scrollable, the custom cursor doesn't follow your finger properly or it drops frames. Has anyone succeeded in creating a ...
Geovanne Costa's user avatar
1 vote
1 answer
73 views

I just created some animation on my navbar. When i try to run it, i just wonder why the animation feels laggy at the start of application. And after some seconds, the animation start to feels smooth, ...
Ahmad Zaqi's user avatar
0 votes
0 answers
43 views

I'm working on a trivia game and I want the grid squares to go larger to show the full trivia question and buttons. I'm using a container transform and that works just fine except for one thing. All ...
Sammy's user avatar
  • 153
0 votes
1 answer
67 views

I created a simple RecyclerView in Java and implemented item click handling in the adapter's onBindViewHolder method with this action that the clicked item moves to position 0. @Override public void ...
C.F.G's user avatar
  • 1,523
0 votes
0 answers
51 views

I am developing an Android project by java. First, I change the webView's parent view height to half of the screen. Then when user click a button, the webView's parent view will become full screen by ...
user31540102's user avatar
2 votes
1 answer
80 views

I have already used imports and dependencies but there is two errors like this: > Unresolved reference 'sharedElement'. > Unresolved reference 'rememberSharedContentState'. and here is part of ...
oKdm's user avatar
  • 23
1 vote
0 answers
54 views

I am building a mobile (client) app that can control the mouse on a PC (server). So I build a mobile app using expo that send the touches position to the server so I could control the mouse movement ...
Alen.Toma's user avatar
  • 4,878
3 votes
1 answer
274 views

I'm developing an Android game that animates rectangular views moving horizontally across the screen using View.animate().translationX(...). The animation is just a plain rectangle moving left over a ...
VanessaF's user avatar
  • 717
0 votes
0 answers
16 views

I switch between activites a bunch in my app. I have an effect where an activity "slide in" on top of an existing one. example: public static void switchToActivity(Activity origin, Class<?...
Mathias's user avatar
  • 4,011
3 votes
1 answer
136 views

I have a LazyRow and I wanted to have a slideInHorizontally effect with a bounce effect. But, the child on the right is always clipped. I remembered back in the XML, you can easily just clipToBounds = ...
Morgan Koh's user avatar
  • 2,077
1 vote
0 answers
36 views

I use this example to generate pdf file from recyclerview. I call the getScreenshotFromRecyclerView function inside doInBackground of an AsyncTask and the bitmap is generated successfully. The problem ...
len's user avatar
  • 406
1 vote
0 answers
51 views

I have been researching on how to recreate the background effect of Apple music and how it extracts colors and makes this dynamic slow moving fluid like with colors of extracted album art and animate ...
wayne chirwa's user avatar
0 votes
0 answers
56 views

I have an application that begins with an animation on Android. Whenever I run the app from Android Studio onto my phone, the animation appears and runs as expected. When I run the application after ...
kenada97's user avatar
1 vote
1 answer
168 views

I'm using SharedTransitionLayout in Jetpack Compose to animate elements across different screens. The issue occurs when I use Modifier.sharedBounds inside the title section of CenterAlignedTopAppBar. ✅...
Mohammad ali Riazati's user avatar
0 votes
0 answers
27 views

I am trying to make an android animator that would replication the animation in this . I am new to android animation an do not know how to go about doing this. I have. Here is the code for one of the ...
codejockie's user avatar
  • 11.1k

15 30 50 per page
1
2 3 4 5
375