| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 2 months |
| seen | Nov 7 '12 at 11:17 | |
| stats | profile views | 14 |
I hack and mash things http://about.me/vrashabh
|
Nov 2 |
comment |
Buttons placement convention in Android Thanks Tyler - Looks like Android users are used to the reverse from the guidelines guide :) |
|
Nov 2 |
accepted | Buttons placement convention in Android |
|
Nov 2 |
asked | Buttons placement convention in Android |
|
Oct 29 |
accepted | Android - Visually impactful representation of small but important data |
|
Oct 29 |
comment |
Showing a question during a video in Android What I am going with |
|
Oct 29 |
accepted | Showing a question during a video in Android |
|
Oct 29 |
comment |
Side navigation menus for Android tablets I am accepting this because I think pane layouts can be brilliantly used to create beautiful apps and one can have multiple panes and utilize the screen sizes efficiently |
|
Oct 29 |
accepted | Side navigation menus for Android tablets |
|
Oct 29 |
awarded | Popular Question |
|
Oct 26 |
awarded | Popular Question |
|
Oct 8 |
comment |
Showing a question during a video in Android True! Exactly what I had in mind. The questions are generally one liners with simple options and an explanation . I was wondering if this is intuitive for the user, or would a flyout or some mechanism be better so the user always sees the video? |
|
Oct 8 |
asked | Showing a question during a video in Android |
|
Aug 26 |
asked | Android - Visually impactful representation of small but important data |
|
Jul 1 |
asked | Side navigation menus for Android tablets |
|
Mar 2 |
awarded | Scholar |
|
Mar 2 |
awarded | Commentator |
|
Mar 2 |
accepted | Best way of representing Hierarchical data in android |
|
Mar 2 |
comment |
Best way of representing Hierarchical data in android Thanks for your responses and patience. I pretty much have everything I need |
|
Mar 2 |
comment |
Best way of representing Hierarchical data in android But HorizontalScrollViews have no adapter capabilities - I need my data coming from a database - thats why I thought of a gallery - but gallery is a beast on its own. |
|
Mar 1 |
comment |
Best way of representing Hierarchical data in android But that is for a view pager right - I already have horizontal swipe lists in my app - adding a view pager to swipe between categories will totally confuse the user - so I am only looking for clickable buttons with arrows in the strip. I am looking at gallery with text views as buttons . But gallery centers the views - i need them to maintain positions on clicks. Is there a way to achieve that - or I am just going to have to use a horizontal scroll view and add buttons dynamically and not find a workaround to use an adapter along with it ? |