Android Tutorials Read String and string array value from string.xml in android? Horrorgoogle 12:37 AMA string resource provides text strings for your application with optional text styling and formatting. There are three types of resources t... Read more 1 comment:
UI Tutoirals How to declare global variables in Android? Horrorgoogle 12:24 AMSometimes you have need define or declare most of the variable globally access, in such senario you have define or declare global variable l... Read more No comments:
UI Tutoirals Create Yes/No Dialog Box in Android Horrorgoogle 12:19 AMAre you wan to create Yes/No Dialog Box in Android. Here is the simple example to create yes / no dialog box when button click event. firs... Read more No comments:
Android Tutorials Uninstall app from android code Horrorgoogle 3:36 AMAre you want to uninstall app from you code, here is the snap code. package com.example.packageName; public class UninstallApp extends Activ... Read more No comments:
Problem and Solution Problem and Solution: Background ListView becomes black when scrolling after populated data on list Horrorgoogle 9:52 PMI have faced background ListView becomes black when scrolling after populated data on list, after that i have found easy solution from stac... Read more No comments:
Android Tutorials How to make blink image when click button Horrorgoogle 2:19 AMHere is the simple way to make blinking image when click button: public class BlinkImage extends Activity { private Button btnClick; priva... Read more No comments:
Java Tutorials Most Common Java Errors or Exceptions Horrorgoogle 1:48 AMCapitalisation of key words Since you get into the habit of writing class names in capital letters you will occasionally find yourself... Read more No comments:
Android Tutorials Read text file from SD card in android programming Horrorgoogle 1:41 AMAre you planning to read text file from sdcard , and get value in you code. here is the simple example to read text file from sdcard. Here i... Read more No comments:
Video Capture Record Audio, Video and Save Image in Custom folder on SD CARD in Android Horrorgoogle 9:37 PMHere is the simple and useful tutorials for using multimedia data in android. Performing Audio Capture Audio capture from the device is a bi... Read more 1 comment:
UI Tutoirals Disable landscape mode for some of the views in my Android app Horrorgoogle 12:10 AMThe screen orientation has changed — the user has rotated the device. Note: If your application targets API level 13 or higher (as declared... Read more No comments: