I am trying to create a fast Scroll with Alphabetical letters. Can somebody tell me how can I use the code in this question in another class? I have a class with a method that returns letters I need to put in the fast scroll, so I want to use this class in another one, like this:
MyListAdaptor mla = new MyListAdaptor(getApplicationContext(), itemsBP);
mla.xyz();
but then I don't know how I can make the letters appear.
If you can, help me please.