I need to dynamically create a layout like this. Textview can be dynamic.
I don't have enough reputation so unable to post image here. Sorry about that.
How am I supposed to go forward as layout manager will only go in one direction either horizontal or vertical.
Please provide some example. If question is duplicate please provide link to original question.
They are Chips. You can use these libraries
https://github.com/DoodleScheduling/android-material-chips
https://github.com/klinker41/android-chips
https://github.com/eyeem/chips-android
Thank you Amir for your hint "Chips" it helped me to google in this direction and I found a similar question on stackoverflow. link to this is Adding TextView in LinearLayout like chips same as Gmail address suggestion
Please close this question. Thank you.
Related
Anyone know how i can create this kind of a tooltip. I need it to contain a TextView and an ImageView in it. Is there a library for this because I couldn't find one.
Thanks in advance.
I would like to make a tag view like the one below which allows the display of tags with multi-columns (1,2,3 columns depending on the width) and the tag should be clickable for further actions.
I think the traditional gridview is not suitable but i don't know how to do it.
This repo may will help you. Your ss match with this repo's gif.
https://github.com/Cutta/TagView
You need to use Fancy buttons.
Please have a look of this demo.
https://github.com/medyo/fancybuttons
Really helpful.
Thanks.
How to achieve this kind of layout? i am new to android. can you help me please? thanks. i will mark this as answer after for those who can answer.thanks a lot.!
(source: tnwcdn.com)
Reading this you can understand how to create buttons with image and text, I'm not going to make the app for you, don't be lazy and search more before asking something like this.
I'm going to develop a UI something like the image below, but I don't know how can I get boxes likes this with shadows behind ?
How can I achieve this ? I'm wondering if TableLayout may be a good tool for this but I don't know where to start and how to add shadows. Any helps appreciated.
Take a look at this blog spot, "Definitely the most helpful post on this subject, 10x." :
http://www.uifuel.com/android-creating-a-drop-shadow-in-xml-layout/
You can also use 9-patched images. Here you can find a good tutorial.
I am developing an application for a bank for a project.
I want the layout of the application to look like this:
I want to know how to do the views, and the lines separating each view.
If you have a tutorial on how to do this or XML codes or tips, would be appreciated.
Besides the accepted answer. You can also check out Android's Preference Fragment or this example
There are many implementations of this, but https://github.com/emilsjolander/StickyListHeaders is one (you can turn of the sticky headers if you just want the sections). You could also use https://github.com/commonsguy/cwac-merge from our very own #CommonsWare, I believe ;)