Browsing Category
How To
“How To” is the section on PCSkull where we share tricks and working ideas to boost computer, smartphone and all gadgets efficiency. You also can finds, how to accomplish certain task online effectively.
7 Things You Must Know before You Jailbreak Your iPhone
Can Jailbreaking Be Undone? (Unjailbreaking) Why do you need to Jailbreak Your iPhone? How To Install a Third-party App After Jailbreaking? Does Jailbreaking Dispose Off The Data?
How to choose perfect party favors on Diwali?
Everyone is searching for reasons to celebrate and create everlasting memories. Organizing a radiant party has become the latest trend and everybody is throwing a party for every occasion like birthday, baby shower, anniversaries and many…
How to set default app in Android Smartphone?
Step by step procedure to set default app in Android Smartphone.
How to Build and Run the Android Application
Every Android Application is composed of following files. In this post, we share How to Build and Run the Android Application.
AndroidManifest.xml
R.java and Resources
Layouts (main.xml)
Activities (Java Class File)
…
How to make Phone call for Android Application with full code
To make a phone call through android application, we need to call ACTION_CALL activity and to set phone number we need to call setData() method. Following are the example to show phone call activity work for the android phone call…