Posts by lanabia • 109 points
4 posts
-
5
votes1
answer126
viewsQ: How to modify the default page transition on Windows Phone 8.1?
Hello, I’m having trouble finding a solution to create customizable page transitions on Windows Phone 8.1, because when trying to use Toolkit I read in this blog (http://wp.qmatteoq.com) that there…
-
0
votes2
answers136
viewsA: Switch ellipsis style in Textview
You can use the replace() method. This way: String s1 = "Android..."; String s2 = s1.replace("...","(...)");
-
5
votes1
answer164
viewsQ: Facebookoperationcanceledexception error in Facebook SDK Friend Smash example game
I followed the tutorial from Facebook SDK to implement the game Friend Smash. In Activity Home has a button to view the Scores. However, when clicking it shows a connection error on the screen:…
-
-2
votes2
answers269
viewsQ: Differences between Facebook SDK and Google Play Game Services
I would like some indication, comment, about both tools for creating games Android that seek to connect to social networks. The main one I already know, one connects to Facebook, the other to the…