Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Perform different operations using package name in android

1) If your requirement is to get app icon from package name then below few lines of code will be helpful for you. try { Drawable app_icon = getPackageManager().getApplicationIcon("PACKAGE_NAME"); my_imageView.setBackgroundDrawable

HTTP Status Codes and its Impact on SEO

What is HTTP Status Code HTTP Status code are the three digit code starts from 100 to 500, it is generated by the server which indicates the status of the webpage or a web element a user is seeking for.   Types of HTTP Status Codes There are

Import modules

I downloaded a python package, and installed it using pip command in Windows PowerShell. I cut-pasted site-package folder to the PATH where python is installed. But still when I import the module in python shell, it says that the module is not found.

Wordpress 404 Error Template

Wordpress 404 Error Template :- Every wordpress theme has a 404.php file. This error occur when a user click on link to a missing web page, the web server will send the user an error message template such as 404 Not Found !!!. Admin can customize t

Linear Search in DSA(Data Structure and Algorithms)

Linear search is simple search algorithm in which a sequential searching is done over all the items in a list. Every items are checked and if any match is found then that item is returned otherwise search will be continuued till the end of the dat

Regular expensions in PHP

Welcome to FindNerd. Today we are going to discuss the pattern making for regular expersions in php. We use the inbuild functions named preg_match and preg_match_all to find the matching one from the string. Before starting using this functions you n

Drupal User Related Some Useful Links

Direct link to user login page By default, the Login Page Form can always be found at: http://www.mysite.com/?q=user. Direct Link to User Registration Page http://www.mysite.com/?q=user/register. Direct link to Request Password Form http://www.my

How to find words from a text file using PHP

Hi if you have a long text file full of line and you need to search some text in it then you can use this function. This function will accept the words from user then search from a text file and return the lines which have matching words. <?php $

How to Share App Url in Linkedin in android

In the below example code I have clearly described, how you can share your app page url used by Intnet in Linkedin. I have first added a ImageView in xml layout. In coding area I have used putExtra method to add app url.Then in next step, I have adde

  • 697
Where to Place Audio Files to Get Rid of Not Found Exception Error in JAVA Program?

  I am working on a game in java and I have a class that reads an audio file as InputStream and then plays that file through AudioPlayer. I keep getting a file not found exception. I have tried placing the audio files in

1 25 115
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: