i am creating an application which give options to write articles and submit.
I want to give all html options to user so that user can make part of text bold,italic,underlined etc.
i googled but not found that much suitable options or any html tool for android.
looking for suggestions.
You can use something like below for this :
Here textDisplayedBottom is a TextView.
Hope this helps.
EDIT 1: For EditText
For editext providing options for bold italic underline you can always use Spannable to achieve it
The details you can find here
http://developer.android.com/resources/faq/commontasks.html#selectingtext