How to make a UI like this ...? [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Hello every one actually my question is how to make a UI in XML with the shapes like this which is present in the Image ...!!
this is image which is generated in the Photoshop, i want to make the same interface in the Android XML.
Thanks in advance.

The simplest way would be to set that image as the background of your layout. You could convert your image into a nine-patch if you don't want the jagged part to scale.

Related

How Instagram inflate image color inside it background in Story Mode [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
Hello since today I wonder how Instagram succeeded to introduce the most important color of the image in its background, I would like to add this kind of possibility in my application someone would know how I can do that? thanks for the help
Here a image of what I'm talking about
Take a look here: https://developer.android.com/training/material/palette-colors
Should work for you, implementation is easy

I want to implement a layout that pops from the bottom [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I want to implement a layout that pops from the bottom and covers half of screen behind it. How do i do it? Is there any library that does it out of the box? I want to do like something shown in the image below.
Take a look at Design idea first. And if feeling lazy, there is plenty of libraries to do this, for example this

How to create drop down like below image in android? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
is it possible to do? if possible then what element i should use for this. I searched so many time in google but not found functionality like this.
Just show and hide layout it will give you effect like drop down .
We can do every thing we are androider's look at this awesome example -http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/
you can do like this also much easy -http://androidcodesnippetsblog.blogspot.in/2013/09/android-custom-dialog-with-popup.html

how to print data in android like the given example [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
[![image][1]][1]
How to display data in android like the given below picture
You have two possibilities:
1st. Use a single TextView and create the output by using some HTML tags in it, so that it will mach the given example. And then use Html.fromHtml() to format it.
2nd. Create as many TextViews in your layout as needed, in order to mach the desired UI. Not complicated at all.

How to make a flowing liquid animation in Android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want to know how do I make a flowing liquid like animation in Android. I need a few ideas for this. Is it possible to do it in Android?
EDIT
As per the link given my #amitsingh in the comments below, the question can be expanded as follows. I need to use the LiquidFun physics library in an Android activity to achieve fluid animation. My aim is not creating a game but just to create an animation of that sort.
Thanks

Categories

Resources