
Search In
This tutorial describes how to navigate between activities.
For navigating between activities we use Explicit Intent.
For this we create a new Intent, specifying the current Activity's context and the class of the Activity to launch. And pass this i
I want to see how can I prevent a specific USSD code from running in android java?
for example if the user dials *1234# an error pops or just make it not working.
I want to create an application that prevents dangerous USSD codes from running ... a
Hello Nerds,
I am using jQuery event listeners. As i know jQuery doesn't store any information itself. It stored the information in $.cache object. When ever i call event listner it will create a new entry in $.cache object. How can i get rid fr
Hello Nerds,
While creating a project, i found that the pages are rendering very slow. After testing and searching i found that my pages have some blocking CSS resources which are causing delay in rendering my pages. Please help me how to eliminate
If you want to create a theme module first you have to check _init.py file and __openERP.py file. After that you need to inherit the package theme to an Odoo module.
main folder-
Create a folder and name it like this: theme followed by yo
Many times in application development using C# it is required to create a folder if it does not exist.
We can use the below method of C# to accomplish the same:
System.IO.Directory.CreateDirectory(folderPath);
Following is the code for creation of
I have created an effect in photoshop using layer style and hue saturation. I have 15 PNG files. Is there any automated way in photoshop that in can apply this effect into all png files ?
How to create a UI in Unity 4.6 which adjusts to different resolutions and aspect ratio and is compatible for all IOS and Android devices .
If you are looking to create secure ssh connection in filezila with .ppk file. Please follow the below instruction:
1) Open your filezila.
2) On the top menu bar please click at Edit --> Setting
3) Now a pop up will appear. On the right side you
Hello all.
Can anyone help me to create a
C/C++ program to tokenize the simple “Hello World”??