Naga sai durga Ambati

Results 3 issues of Naga sai durga Ambati

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...

enhancement

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,...