Posts by Pedro Oliveira • 126 points
2 posts
-
0
votes1
answer80
viewsA: In-app purchases through the carrier
No. Currently it is not possible to use carrier purchases and share the in-app-Billing system available from google. What you can use is a Billing SMS system where monetary transactions are…
-
1
votes2
answers325
viewsA: Error to call Activity
He’s trying to declare a function within another function. Change your code to this: @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);…