Posts by priscila • 141 points
4 posts
-
6
votes1
answer217
viewsA: What is behind the malloc() dynamic allocation function?
Briefly: Your program/process occupies a memory region that goes from an address x to an address y so-called mount (heap). All of his mallocs are allocated in this area between x and y. It maintains…
-
2
votes1
answer260
viewsA: How to inflate a class on Android?
You have to inflate the fragment for your layout first, using the LayoutInflater to map your Fragment. Example: @Override public View onCreateView(LayoutInflater inflater, ViewGroup container,…
-
0
votes1
answer123
viewsA: How do traffic control on Admob’s Android app?
Unfortunately the admob policy does not provide that kind of information. I went through the same situation, sent email to support and etc. I suggest you create another account at another address to…
-
3
votes1
answer883
viewsA: Error while running Android Studio
This is corrupted installation, makes the following deletes the bin, lib, License, plugins and the Folder on the system and redoes the installation procedure