Carousel with View not just images in android - imageview

How to have a carousel with a view not just images?It should contain views which has its own functionality. which is not interlinked with the neighbour views.

Do you want a carousel with HTML content and not just and image slider?
If so you may want to look at something like anything slider. This plugin is quite old but may suit your needs.

Related

Wordpress: Grid layout - box slider

Im looking for a slider where slides are boxed and in grid layout.
Something like on those two pages as examples. link to grid layout slider and second link to grid layout slider
Can anyone help me find such slider? Either free or paid does not matter. Thank you
First of all, find someone who offers a hosting system with wordpress (like altervista), register and they will give you a space to make a website. Then download a theme with your specifications (they explain to you from the site also how to filter according to your needs, it's really easy) and activate it on your site.

How do you link your content to the menu tabs

I'd like to create a simple set of tabs with HTML / CSS.
Can someone show me how to display different content under each of the tabs?
Thanks so much!
https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_topnav
The example that you gave was meant as an navigation menu. It links to different pages. That has the effect that the content of the site changes, if that is what you mean.
If you want real tabs, then you have to use Javascript for that. There are a lot of tutorials on how to do that and also a lot of pre-made tabs, so I won't go into that here.

swipe gestures and Wordpress templates

I'm looking to do a mobile web app in Wordpress. I need the template to have a thin (~3/4 inch) horizontal rectangular section at the very top that can be swiped to the left/right to serve as the navigation. Basically, every time you swipe this section to the right/left, it changes the page below it. I've seen templates where the whole page swipes, but not split in this was as I described it here. If anyone has any pointers for me on how to customize the template like this, I'd really appreciate it.
Try this plugin. They support Swipe left, right, up, down and double tap. you can specify the area where you want wordpress to register the gestures, say in your case it would be the ID of the Div you want user to swipe in. Let me know if you face any difficulty.

Make a iOS WebView behave like a ebook reader

Normally within a webview, when your page is too long, you can scroll vertically like a browser, that is the default.
I want to make this webview behave like a ebook reader, say when you need 3 pages to display the whole content, instead of scrolling vertically, you can slide to the next page which like a ebook reader (e.g. iOS Kindle app).
Any thoughts on how to implement this? Or any existing components I can use?
Cheer.
Very much depends on how much control you (want to) have on the html...
For complete layout control (magazine like) there's baker framework.
Or if you need a quick and dirty script auto generate html file with pagination (instapaper like), I'd use css3 multi-column layout, with some js to calculate the column needed. And use something like SwipeView to manage the scrolling.
This is not trivial, and there are a couple of HTML projects having to do with pagination. The ubiquitous jQuery also includes support for paginating HTML content.
Have look at this S.O. post for more details.
You can use UISwipeGestureRecognizer on UIWebView and move to the Page programmatically
Good Luck
To do this, you could start with a UIPageViewController and populate each page with a UIWebView, each scrolled down to a certain offset and disable scrolling of the underlying scroll view.

Customizing Flex Slider plugin

I've looked a looked and looked for the perfect rotating banner for my website I am creating and I found flex slider, of which I love as it gives you the circled just underneath and the left and right arrows as well. The option for face or slide is what I was looking for too, however I need a plugin that allows the user to upload an image to the banner like Useful banner Manager. (I'm not using UBM as I don't what each banner image to fade to white and then to the next image, but that's how it acts).
Does anyone know a great rotating banner plugin that is easy to follow for wordpress newbies (as this will be integrated into the websites I create for clients) either free or premium?
OR do you know how I might just add the upload option to the flex slider plugin?
If you know the data format that the Flex Slider uses you can simply create a custom post type called 'Banner', restrict the various stock metaboxes, leaving say, only the editor and media upload. Then your clients can simply create new 'banners' by creating a new banner post, and uploading its associated image. This is a nice, simple and easy to understand interface for clients, making it easy for them to add, remove, edit banners.
Then simply do a get_posts on your banners and provide the Flex slider with data in a format it expects.
This has the advantage of not requiring a plugin to create, which is useful if you are distributing themes.
http://codex.wordpress.org/Post_Types

Resources