Useful notes & manuals
from the
world wide web
L:
P:
Register now!
<<<1234>>>
Empty span width and height | read more.. CSS
Solution from: unknown Created by tlw on 13.10.2024 @ 05:08

If You need an empty inline span (-s) to have a width and height (for background image or something else) then there is a fix for that.

Remove/hide status/title bar from the top of the app | read more.. Android
Source code from: unknown Created by tlw on 13.10.2024 @ 05:08

Each application has 2 bars at the top: status bar and title bar. Sometimes it's useful to remove/hide them (especially in gaming apps).

Layout with top, content and bottom | read more.. Android
Solution from: unknown Created by tlw on 13.10.2024 @ 05:08

Sometimes we need to have a static top and bottom with the rest space taken by the main content.

Disabling highlight on ListView items on click | read more.. Android
Source code from: unknown Created by tlw on 13.10.2024 @ 05:08

ListView can be used for viewing only with no click. We can disable the orange (default) color on the item when clicked.

Save data/variable on screen rotation or other activity re-creation | read more.. Android
Source code from: unknown Created by tlw on 13.10.2024 @ 05:08

Sometimes we need to save some data when the activity is re-created.

Screen rotation disable | read more.. Android
Source code from: unknown Created by tlw on 13.10.2024 @ 05:08

Sometimes we need no support the rotation of the screen. It must be either portrait or landscape. There is a solution for each activity

Accessing resource by variable | read more.. Android
Solution from: http://stackoverflow.com/questions/3218520/how-can-i-access-an-android-drawable-by-a-variable Created by tlw on 13.10.2024 @ 05:08

Explaining how to access any resource by variable, not directly. Example with "drawables"

Restarting Activity | read more.. Android
Solution from: http://stackoverflow.com/questions/1397361/how-do-i-restart-an-android-activity Created by tlw on 13.10.2024 @ 05:08

Sometimes we need to restart the Activity. Here is the solution.

Always visible scrollbar - no content jumping | read more.. CSS
Solution from: unknown Created by tlw on 13.10.2024 @ 05:08

html {overflow-y: scroll !important;}

Chrome re-sizable textarea | read more.. CSS
Solution from: http://www.google.com/support/forum/p/Chrome/thread?tid=5f9cd62207e2c7a8&hl=en Created by tlw on 13.10.2024 @ 05:08

CSS: resize: none;

<<<1234>>>
 
Created by THE LOST WEB © 2009-2012