Useful notes & manuals
from the
world wide web
L:
P:
Register now!
<<<1>>>
Remove/hide status/title bar from the top of the app | read more.. Android
Source code from: unknown Created by tlw on 10.02.2025 @ 12:41

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 10.02.2025 @ 12:41

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 10.02.2025 @ 12:41

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 10.02.2025 @ 12:41

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 10.02.2025 @ 12:41

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 10.02.2025 @ 12:41

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 10.02.2025 @ 12:41

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

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