1.what's the differents between BA object,sharedProcessBA how to distinguish them?
2.how to wrap an library when it needs a linearlayout for parameter?
that's all thanks :sign0085:
1,somewhere I had to access with sharedProcessBA,for example I want to change the attribs of window,when I use BA,the code will cause many kinds of error,then I use jd-gui to saw the core.jar I found that you call the sharedProcessBA,so I copy the code to my lib it works.
2,yesterday I new a object of linearlayout then call ba.activity.addcontentview to pass the object,compile ok,when call it in b4a the b4a get a NullPointerExecption