Posts by Pericles Radael • 29 points
4 posts
-
-1
votes2
answers4605
viewsA: GIT - Commit to another branch
If you haven’t committed your changes yet, you can use git stash. First you give a git stash, then everything you’ve changed will be saved in memory, and then you switch to the correct branch and a…
-
2
votes1
answer82
viewsA: How to call an Interstitial by clicking on a list item that passes through an Adapter?
I spent days trying to implement this Interstitial (It may seem simple, but I’m a beginner in Android Development), so I decided to ask for help here, but it’s amazing, I only posted the question,…
-
1
votes1
answer82
viewsQ: How to call an Interstitial by clicking on a list item that passes through an Adapter?
I need to call a Interstitial in this Activity by clicking on a list item that comes from my Adapter: public class ListOfTemplates extends AppCompatActivity { private Template template; private…
-
0
votes1
answer48
viewsQ: Blocked scrolling
Hello, I have the following problem, I have a code that is a slide that changes itself, but it was made to rotate in the background and when you put it on a page, the slide stays on the whole…