Said182

Results 8 comments of Said182

> I got an error during runtime :App.getSharedPreferences(java.lang.String, int)' on a null object reference > > I use java11. > > How can I solve this problem? Thank you very...

> Hi, > > Thanks for writing this awsome library :) > I'd like to know have anybody had issue that talkback is not recognizing this view and can interact...

> Hi, > > Thanks for writing this awsome library :) > I'd like to know have anybody had issue that talkback is not recognizing this view and can interact...

> Hi guys. > Is it possible to have Rtl layoutManager in this library?

> like > LinearLayoutManager(Context context, @RecyclerView.Orientation int orientation, > boolean reverseLayout)

> I'm making an app for showing some longs records of data in the screen to the users. I want to let them pin some records with letters, and then...

> Assume we have a response like this: > > ``` json > { "_links": { > "self": { > "href": "…/orders{?page,size,sort}", > "template": true > } > } >...