fncapps

Results 2 issues of fncapps

Hi, I've been some days looking for methods in order to be able to download from the webview. I have found a workaround based on `WebClient` but I first need...

I inflate each of my `WeekdayCellView` with a layout like is shown in the code. ``` @Override public BaseCellView getWeekdayCellView(int position, View convertView, ViewGroup parent) { BaseCellView cellView = (BaseCellView)...

bug