Blogger dynamic views are smooth and fast views for your blog the problem is it`s too limited to replace custom templates a good solution is to let visitors choose from all these features including custom view and mobile view
Now you can use both easily just add the following code to an html/javascript widget and you will get a list of 9 views for your blog one of them is custom view another one is mobile view and 7 different dynamic views
Go to layout >> add gadget >> html/javascript then add the following code
<select onchange='document.location.href=this.options[this.selectedIndex]. value;'>
<option value="/?m=0" />Default
<option value="/?m=1" />Mobile
<option value="/view/classic" />Classic
<option value="/view/sidebar" />Sidebar
<option value="/view/flipcard" />FlipCard
<option value="/view/magazine" />Magazine
<option value="/view/mosaic" />Mosaic
<option value="/view/snapshot" />SnapShot
<option value="/view/timeslide" />TimeSlide
</select>
see demo for this tool here
blogger hacks blogger tips blogger widgets