Naga sai durga Ambati
Naga sai durga Ambati
How can i open the epub in my activity view(which consistes of other views also) using this library
Hi, I am using folio reader library to open the epub files in my app.But I need to open the epub in my app activity view or in fragment,which contains...
Hi, I need to show epub file in the web site,but we don't have chance to locate the files in bookshelf folder locally.is there any way to open the epub...
This is my code..Please check and let me know how can i do this.. LabelledSpinner spinner= new LabelledSpinner(getActivity()); spinner.setLayoutParams(new LinearLayout.LayoutParams(LinearLayout.LayoutParams.MATCH_PARENT,LinearLayout.LayoutParams.WRAP_CONTENT)); spinner.setLabelText(labelName); spinner.setItemsArray(R.array.planets_array); spinner.setOnItemChosenListener(new LabelledSpinner.OnItemChosenListener() { @Override public void onItemChosen(View labelledSpinner,...