How I can show my Images base standard material ?
In my layout add a ViewFlipper for images I need to have a Material ViewFlipper . Is any sample (with support library)?
Checkout this library,
I am sure you are looking for this.
Let me know if it works for you.
And don't forget to mark it as an answer so that it would be useful to others...
https://github.com/daimajia/AndroidImageSlider
Related
I am designing following layout structure for one of my application. But dont know how to implement it.
This Design is called Stepper. There are lot of open source library is available for this design. Check the following link. May it will help you.
https://android-arsenal.com/details/1/3049
I want to implement a layout in which the action bar is below an image. And, on sliding the screen up, the actionbar should also move up, along with the image. The action bar should then go to the topmost point of the screen and stop.
This is implemented in many apps like the grofers app.
I don't mind using an external library for the same.
Thanks.
Go Through this awesome Demo Sample Code using Android Design Support Library Coordinator Layout.
Please go through this,It shows some of the important features in the new Design library:
https://github.com/chrisbanes/cheesesquare
As per your requirement Here is sample code link.
Please check this
I have found a library same for your requirement. please find the link
You have to customize from that library according to your need.
I have to design something like this and add click event for each block,how should I proceed for that.Could anyone guide me regarding this
I know that's too late to reply but this is for the developers who needs some functionalities like this now onwards in their projects..
Look at this demo Project on github
You can make this by own dynamically too by using screen width & screen height , but that would be too complicating..
Better to use the Library or Third Party for that..
You can get some of demos like this too..
https://android-arsenal.com/details/3/1142
https://android-arsenal.com/details/3/1754
Hope that helps others too.
How Do I make deafult ICS style tabs in android 2.2. I don't want to use ActionBarSherlock, instead I need to apply custom drawables. Can someone help ?
I tried using 9.png but didn't help much, as it didn't fill the complete tab, instead it shows only some blurred extended background. If you are suggesting some drawables - Please provide the drawable as well.
You can download ready made demo from this link: ICSStyleTab. I tried it for one of the project and it is working fine. If you wanted to add pager functionality, you can easily add using FragmentPager from Support V4 Library.
Update: ICSStyle Tab With Pager Demo
Thanks.
HoloEverywhere is a library to provide ICS/Holo theme to pre-3.0 devices:
https://github.com/Prototik/HoloEverywhere
Even if you really want to write your own code, you can gain a great deal of insight simply by looking into its source.
I'm using ActionBarSherlock and I want to insert a custom layout like Youtube application.
Here are the screenshots, what I want is green bordered as you understand. As far as I know Google is using native ActionBar, but I want to learn if it is possible using ActionBarSherlock and also, only if it is possible using ActionBar, how can I do this?
...
No you cannot do this with the native or ActionBarSherlock tabs. You should use one of the below great libraries. They are easy to use and you can get the above look very easily.
http://viewpagerindicator.com/
or
https://github.com/astuetz/PagerSlidingTabStrip