I was trying to figure out how to create navigation bar like pulse android app see the screen shot
is it a navigation bar or a tabbed bar or something else?. How can i create something like this? Also when i clicks on any of the option does it goes to a new activity??
Thanks Pranay
As I see in the image it's looks like this to me: viewFlow.Hope it's help!
This looks more like ViewPager as used in Google+ app.
It should be available in Honeycomb and also in the Compatibility library.
Related
I need a menu like this with 3 pages and an indicator for every page in Flutter, how can I implement that? I searched in Flutter docs but I couldn't find a widget like this.
You can use https://pub.dartlang.org/packages/page_indicator together with PageView. If you need sample code, I will edit this answer after coming home
I am developing a webview app.
I need that the webview covers all the content (all the space available!) but I can't get to this...
I've tried several ways but stil don't understand how to tell the webview to autofit depending on the screen.
Here is my situation now:
And this if I rotate the device
I guess this means that I'm not working in the right way, eh ? Can anybody lead me to this right?
thank you
Add this 4 constraint like this for your webView.
I created a new solution with Monotouch 6.0.2 of type MonoTouch/Universal/Master-Detail. I wrote no single line of my own code. When I start the app, all looks great.
Then I add an image of 640x1136 pixel to support the iPhone 5 named Default-568h#2x.png to the solution (type content). When I start the solution again (after a rebuild), the title bar is gone and there is no toolbar at the bottom of the screen. No navigation is possible. Please look at the attached image (left side ok, right side no really).
What's wrong here?
Thanks,
Jan
I wanna do functionality like 'Lovecall' or iphone homepage, which can redraw icons automatically with animation. Can you give me idea about how to implement?(Demo is the best).
thanks
Have you seen OpenSpringboard?
I want to develop a panel with animation same as notification panel. I mean to say the notification panel is a cool control where you grab and slide down the notification bar and see all the notifications.
Actually, I am having 2 UI , 1st should be shown with Button at top, when user click on that button, the 2nd UI with listview items should be slide down same as notification panel and again when user click or drag the 2nd UI at the top side, then 2nd UI should be become invisible. I hope i made clear my question.
From Christian's answer, I am trying to use a sliding drawer that will display a
list of options. I need this to expand over the current ListView on the page.
So if anybody know how to implement such layout or UI with sliding down animation then please share it.
Please suggest how to build with such control or layout? any ideas or suggestions
Thanx
Have you tried the SlidingDrawer widget?
Paresh I found a solution in this post about sliding drawers.
android misc widgets has it implemented , though it still has some flaws but it will definitely prove helpful.
Though in the same SO post CommonsWare has quoted :
...
You similarly cannot make a
SlidingDrawer that descends from the
top.
Good Luck.
You can use SlidingTray from: http://aniqroid.sileria.com to make this happen
http://aniqroid.sileria.com/doc/api/com/sileria/android/view/SlidingTray.html
Alternatively you can also use a custom PopupWindow class which is part of Android API.