Posts by Othon • 73 points
2 posts
-
6
votes2
answers241
viewsQ: How to repurpose code in two similar projects
It concludes one project and I need to do another with the same context. The problem is that I know I will find bugs and I will evolve the code when I am developing the second. How do I make a way…
-
1
votes3
answers2188
viewsA: How to implement the fixed Actionbar below, android version 2.x or higher?
I’ve had several problems with actionbar in my 2.x projects they used sherlock (I know it’s not your case) so I decided to create a view who did the same thing. Then I deactivated the actionbar…