python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to listen for Android View transformation change?
I am creating a custom View and I would like to listen for the transformation changes. For example, the ones triggered by View#setScaleX. One way to do it is overriding all the methods:
setTranslatio...
Xi 张熹
Votes: 0
Answers: 1
how to make toggle button in activity 2 control the view in activity 1 visiblity
I have made a android studio app. recently i have added a snow effect to app.
since the winter season is over and i dont want to add this winter theme every year.
i have planned to add a toggle button...
Three Minutes Fix
Votes: 0
Answers: 1
How to make a view disappear in time
I have a fragment that starts after a list item is clicked to display details about the item. Depending on the item I want a view inside the details fragment to either show or not show. I'm trying t...
brandNoob
Votes: 0
Answers: 1
Improve layout performance to prevent slow rendering and frozen frame for rarely used views
My app have frozen frame and slow rendering issues.
This is my layout xml file named as activity_common.xml which is used by all of the Activities, has 2 views appUpdateText and startUpdateButton who...
Vikas Pandey
Votes: 0
Answers: 1