I have implemented this library in my project, it is very useful library to reduce code and showing good user interface.
It works fine for loading, showing content but when I used skip id in empty content, it is not working, it is taking whole page to show empty content.
` List skipIds = new ArrayList<>();
I have implemented this library in my project, it is very useful library to reduce code and showing good user interface.
It works fine for loading, showing content but when I used skip id in empty content, it is not working, it is taking whole page to show empty content. ` List skipIds = new ArrayList<>();
skipIds.add(R.id.aml_rlUser); loadingLayout.showEmpty(imgResource, title, message,skipIds);`