Posts by Italo Marcel • 56 points
2 posts
-
3
votes1
answer56
viewsA: How to create a template on Android?
This template is a normal class, it groups the information you want, in this case Bitmap for example. It’s basically the idea of object orientation. public class Pergunta { private String nome;…
-
1
votes2
answers2173
viewsA: Change "with.example" from an android app
You need to change the "package" in the Manifest. If you are in Eclipse I recommend to do the following: Right-click on the project Android Tools Rename Application Package…