how to print data in android like the given example [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 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.

Related

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

What do I need to create an app that summarizes text from a document (include 100-150 characters)? [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
I want to create an feature which can summarizes text from a document in Android.
I am confusion about algorithm to do it
Any support from anyone will be appreciate
It can be done. If you are writing on your own, you have to start with nltk library for java which is abbreviated as Natural language tool kit, which allows you to carry out these kind of text summarization. or you can use the following open source code to carry out , what you want.
Like, how many no. of words your summarizing content should have at final. Have a look at it.
https://github.com/mohaps/tldrzr

How to make a UI like this ...? [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 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.

Android contact app layout [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 8 years ago.
Improve this question
Wich is the best aproach here? I have a list of phones, another one for emails, and another one for names, all of them is in a database and I need to achieve the following result:
It has to be exactly like that image, I'm not asking anyone to right te code for me, I just need to know what is the best way to achieve that.
A linear layout may be a good starting point.

add our own UI to a view android xml file [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 8 years ago.
Improve this question
I have to add multiple options to an edit_text view as shown below, the views can be adjustable with the parent. I am not getting an idea how to do this, Can any one help how can we make this UI.
Thanks.
Take a look at these open source project in Github
https://plus.google.com/+RomanNurik/posts/WUd7GrfZfiZ
https://github.com/splitwise/TokenAutoComplete
https://github.com/kpbird/chips-edittext-library
See the below ScreenShots for the same
Hope this is what you are looking for.
There are some SO posts which may meet your need.Refer the below posts,
Creating a custom editText with tag-like feature
Contact Bubble EditText

Categories

Resources