• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. K

    Apps anyway to jump to next/previous section in fast scroll enabled listview

    is it possible that when users does a fast scroll over a listview, the screen jumps to the next/previous section in the listview? current fast scroll behavior will not jump to next section, it just scroll down the listview faster...
  2. K

    TranslateAnimation for layout lose onClickListener of all its childern?

    I applied some TranslateAnimation to some linear layout, but after the animation is done, all its childern seems to have lost their OnClickListener. (actually not lost, but need to click on the original position of the children in order to trigger the listener, seems the position of each child...
  3. K

    SlidingDrawer to display part of content?

    Standard behavior for SlidingDrawer is to display the handle only, all content is hidden initially, so is there anyway to display the handler plus part of the content at initial stage?
  4. K

    qn with android facebook sdk

    understood that a dialog call with 'feed' argument like below would pop up a facebook style dialog window, like with title 'Publish story', and some text like 'Post to Your Wall', but is there any easy way to customise this dialog window? say add some additional text or some logo? Do not want to...