sakaravinth

Results 3 issues of sakaravinth

How to highlight row when clicked on it .I tried using layout but not working, **Code in getCellView in table adapter** if (selectedRowIdx == rowIndex) if (textView!= null) textView.setBackground(ContextCompat.getDrawable(mContext, R.drawable.rounded_border_edittext));...

help wanted

Hi , Thanks for library. I am using tableview and mapview as child inside split pane layout . I want to implement horizontal scrollview for tableview .If i add horizontal...

### Expected behavior Import data from excel to sqlite ### Actual behavior message coming as imported but data is notthere in table ### Steps to reproduce the issue SQLiteOpenHelper helper...