Posts by Rik Martins • 166 points
2 posts
-
3
votes1
answer183
viewsA: Implement screens in list
If you stop starting a new one Activity, just one simple Intent: Intent i = new Intent(Intent.ACTION_VIEW, uriAplicacao); // Ou algo do género getActivity().startActivity(i); If it’s to replace the…
-
2
votes1
answer1028
viewsA: Looping Loops with Angularjs
It seems to me that your second ng-repeat retrieves information from a variable g which must only exist within the element to which the first is attached ng-repeat. Maybe it’s not what you want, but…