Today I published a new video about how to upload Xcode project in Github. Let's check it out. :)
Read More
Floating Action Button: How to Use
Now a days, Floating Action Button ( FA) is popular under the materials design concept. You can customize your fab icon with several defaul...
Read More
MySQL allowing ON UPDATE CURRENT_TIMESTAMP for a DATETIME field
Info: DATETIME cannot use CURRENT_TIMESTAMP on update. Instead, change it to a TIMESTAMP . Solution : Set column Filed Type times...
Read More
How to use Android Asynchronous Http Client in Android Studio
From Developer Library: An asynchronous callback-based Http client for Android built on top of Apache’s HttpClient libraries. All request...
Read More
Show line number in Android Studio
Step 1: File > Settings Step 2: Editor > General > Appearance > click show line number (Check Box)
Read More
samsung device testing with secret code
You can test your samsung android mobile handset functionality by entering secret code to the Dialer Pad. Steps: 1. Open your phone call Dia...
Read More
Make a Signed Apk Within 3 mins in Android Studio
Today i share video with you, about how to make a signed APK file from your Android Studio for your android project.
Read More
Different between Explicit and implicit activity call in android?
An intent is an abstract description of an operation to be performed. There are two types of intent in androids. Explicit Intent & Im...
Read More
open all file list in a directory and open corresponding file viewer
If your app needs all your sd card file list & want to open corresponding application like Music player for .mp3 file, Gallery for .jpeg...
Read More
Hide your keyboard, when you tapped outside your UITextField
In your .m implementation file, - (void)viewDidLoad { [super viewDidLoad]; // hide your keyboard when you tap outside...
Read More
Show a UI Alert With Message & Title: Code Snippet
You can show your alert message by pasting following code below: UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Alert...
Read More
Calll a method in a Dynamic way: Java
Suppose you have a class called shows below with methods. public class ActivityAnimator { public void flipHorizontalAnimation(Ac...
Read More
Muslim Scholars Lectures: Published in Google Play
Hey mates; How are you all? Recently we published new app named " Muslim Scholars Lectures " for Android. Google Play: Downl...
Read More
Cartoon Mania : A House of Entertainment : Published in Google Play
Hey mates; How are you all? Recently we published new app named " Cartoon Mania " for Android. Google Play: Download Link ★ ★...
Read More
Samsung device functionality testing by secret code
You can test your samsung android mobile handset functionality by entering secret code to the Dialer Pad. Steps: 1. Open your phone call...
Read More
get meta data from manifest android
You can get meta data value from your android manifest. Simply writing two line of code. Here, I caught the API_KEY from com.google.andro...
Read More
Library: Integrated Social SDK for Android
From the library Author: SocialAuth Android is an Android version of popular SocialAuth Java library. Now you do not need to integrate...
Read More
New Apps: Amazing Wallpapers HD Free is Published
Amazing Wallpaper HD Free. Recently i just published a wallpaper application named Amazing Wallpaper HD Free. It's pretty han...
Read More
Android Real Device to Computer Screen Share
Real Device to Computer Screen Share Sometimes you need to share your Android handset to computer screen for capturing video to upload pr...
Read More
Awesome : Universal ADB (Android Debug Bridge) Driver for Windows
Universal ADB (Android Debug Bridge) Driver for Windows Have problems with your Android Phone to connect with Eclipse or Android Studio wh...
Read More
JSON Parsing Android: Code Snippet
This Method give whole JSON as a String. public static String jsonTest(String Url){ DefaultHttpClient httpclient = new Defa...
Read More
Subscribe to:
Posts (Atom)