Deepak S. Gavkar
Deepak S. Gavkar

Reputation: 457

Any different styles to show simple text for reading in an android activity?

Can anyone tell me to show simple text to users to show in different styles to make it more attractive and efficient to read. Like glowing text or text in bubble like the same way message appears anything you can suggest please do help to me. I am making simple application to show almost 1-2 page text to user but i want to make it to look more attractive i have tried just by changing color of background and text but it sucks. Please tell me to anyway to show the text in different styles. That will help me a lot. Thanks in advance, Regards.

Upvotes: 0

Views: 384

Answers (2)

Ankit Aggarwal
Ankit Aggarwal

Reputation: 2405

As answered before, Typeface is a really good thing. Secondly what kind of userbase are you supporting? Try adding settings for increasing font size change etc. And according to different people ( visually impaired etc) you can add different fonts. Also for better experience, add swipe gestures, or actions on long click, and other gestures. To Use this click on this link: These things might also improve user experience.

Upvotes: 1

Bram
Bram

Reputation: 4613

You could change the text its font. Fonts are Typfaces in Android.

http://developer.android.com/reference/android/graphics/Typeface.html

You could also add custom fonts to your application. Tutorial: http://vimaltuts.com/android-tutorial-for-beginners/android-custom-font-example

Upvotes: 2

Related Questions