Hey,
So im working on this code and I need to cast a findViewById(R.id.foo) as a Button in a parameter. What would be the least memory consuming way? Or should I change the parameter to take View instead of a Button?
Hey, So im working on this code and I need to cast a findViewById(R.id.foo)
Share
1 Answer