Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
3 votes
1 answer
51 views

To implement Predictive Back feature in an app, that uses Fragments and Navigation Component, there are 2 options: Option A: Use Transition API. Just set animator animations directly into nav_graph ...
3 votes
1 answer
179 views

I am implementing SwipeToDismissBox using Jetpack Compose Material 3. I have two specific requirements: Custom Threshold: The swipe action should be triggered when the user drags more than 25% of the ...
0 votes
1 answer
81 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, ...
0 votes
0 answers
50 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 ...
0 votes
1 answer
99 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 ...
0 votes
0 answers
54 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 ...
2 votes
1 answer
92 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 ...
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 ...
3 votes
1 answer
280 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 ...
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<?...
3 votes
1 answer
152 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 = ...
1 vote
0 answers
37 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 ...
1 vote
0 answers
56 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 ...
0 votes
0 answers
57 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 ...
1 vote
1 answer
198 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. ✅...

15 30 50 per page
1
2 3 4 5
...
375

AltStyle によって変換されたページ (->オリジナル) /