We all know that placing a ListView or GridView inside ScrollView will make them becoming difficult to scroll and can not be expanded. Android doesn't provide a built in API to handle this problem so we have to do a little hack by subclassing those two views. This is hack i found on … [Read more...] about How to Make Android ListView or GridView Expandable inside ScrollView
scrollable
How to Make Android Map Scrollable Inside a ScrollView Layout
Technically, placing a map view inside a ScrollView layout container can make the map becoming difficult to scroll. This is because the scrollable layout container will intercept the touch event so the map will lose the touch event, making it difficult to scroll or pan. This happens either on … [Read more...] about How to Make Android Map Scrollable Inside a ScrollView Layout
How to Create Scrollable Image Slider Using JavaScript
Scrollable image slider is one of the interesting features in the image gallery application. This allows us to display thumbnails in the form of slides that can be scrolled automatically or manually using the control buttons. Figure below shows a scrollable image slider featuring four thumbnails … [Read more...] about How to Create Scrollable Image Slider Using JavaScript
Recent Comments