has anyone been using the MIUI-Rom?
I think its UI is pretty good.
And I wondered how they make it?
Basically, I think it's a preference.
But how to separate the preference view into several section with a header for each?
Here is a picture to give you a direct view.
Please, help me with this, thanks!
You can Do it By Using Segment Radio Button.
See this Example. for your sollution and set the custom view as u need. If it not works for you then let me know.
Thanks.
Related
I want to make slider with custom view and length of views are not fix.
Is it possible to make this?
Attach Screen design which I want to make. please see this to get a better idea of view and how it looks.
Please let me know if anyone has the solution.
Thanks in Advance.
I want to create view like stack-view as shown in below image.Can any buddy know that how to implement this type of custom gallery view ?
Thanks
There is library who can give something like date
https://github.com/blipinsk/FlippableStackView
NB: i see the post is quite old if you got the desired, please share it with us all.
Below is my UI
What I need is when the user clicks on any button in the footer menu(gallery), the content(activity) area will change depend on the menu. but it wont effect header and footer area.
Different content has its own layout and function and controlled by it own activity class. How can I do like this? Is TabHosh can do it? Or have other solution?
Sorry for my bad english. Hope u guys understand what I'm talking about.
Thanks.
You can use this:
https://github.com/astuetz/PagerSlidingTabStrip
Screenshot:
I need a little help with something that I want to achieve. A want to implement this kind of view in my application :
like the button at the bottom of the page, and when user touch it, it's slide above and show other content. I'm pretty sure that I've found examples like that before, but now when I needed I couldn't find anything similar.
Any ideas what should I look for or even better if you can show me a link to a similar example I will appreciate that!
Thanks in advance!
check this
http://techdroid.kbeanie.com/2009/08/android-sliding-drawer-example.html
At the top there is the favorites/styles/all channels
i don't know what that widget/control is i need to know what it is
i am certain i saw it before i just can't seem to find it again.
then there is a listview which is easy to implement no help needed there
then the same control again, i need to know how to build it.
it looks like a native Android control, i know how i can make one just like it using image buttons but i am sure i am missing something.
P.S. this is an image from sky.fm app on android
EDIT: I Do no need help with the ListView i already did that
What i do need help with is how to make the "favorites/styles/all channels" buttons if there is a way to do natively.
If there isn't a way to do natively, and you are sure just say there isn't a way to do natively ( that would be a good answer )
the perfect answer would be a working code, but i am not lazy i am already implementing the code my self
There's no native control for this. It's probably a Button or maybe ToggleButton. You could create a background xml with different states for selected true or false. And when you click the button toggle the selected state.
Top might be a custom tab layout, or just a bunch of buttons with custom styling.
Main part looks like a listview with complex row views.
Bottom almost definately is a bunch of buttons.
You can implement it using ClickableListAdapter.There is also tab implementation.try it.
Just make it using image buttons and put filters in your ListView, or create your own filter form scratch !