Get application context from non activity singleton class

前端 未结 3 1953
日久生厌
日久生厌 2020-11-27 18:14

In my android project, I have ImageAdapter class in which I pass app context for some further needs.

public class ImageAdapter extends BaseAdapter {
    priv         


        
3条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-27 18:25

    I'd rather pass a context instance as a parameter to every method in singleton which really needs it

提交回复
热议问题