Simple Sliding Menu Example in Android
Simple Sliding Menu Example in Android As of now we know that sliding menu is a simple dragging menu from any one side. Complete code: MainActivity.java package com.android.slidingmenuexample; import android.os.Bundle; import…
Tips on Android ListView and custom adapter
Tips on Android ListView and custom adapter What is a ListView? What’s the difference between a TableLayout and a ListView? Items in a TableLayout are not ‘selectable’ (unless they are buttons or text areas that support keyboard focus), however, each row…
Tips for create your first android application
Before you start this creating your first android app, please ready with below details… Download the Android SDK. Install the ADT plugin for Eclipse (if you’ll use the Eclipse IDE). Download the latest SDK tools and platforms using the SDK Manager. Click…
Installing Android Studio
Download the Android Studio package from below link. http://developer.android.com/sdk/installing/studio.html Install Android Studio and the SDK tools: Windows: Launch the downloaded EXE file, android-studio-bundle-<version>.exe. Follow the setup…
Method for Email validation in Android application
The Android developer must check if the email address entered by the user is valid or not, as the email address is stored on server and we may need the email address to send some information like password or any other important information via email to…
Getting Unique Device ID of an Android Smartphone
Sometimes it is required during Android application development to get the unique id of the Android based smartphone device. This is necessary in cases when the user wants to track the unique device installations of the application. This is also useful…
How to prevent SQL Injection in iOS apps?
SQL Injection Application Security is a primary concern of every mobile application developer whether it is iPhone app, iPad app, Universal app in iOS, Android app, Blackberry app, Windows Phone app or tablet app. And most of the vulnerability attacks…
Why my Android emulator is very slow
Try Android x86. It’s much faster than the Google Android emulator. Follow these steps: 1-Install VirtualBox. 2-Download the ISO file that you need. 3-Create a virtual machine as Linux 2.6/Other Linux, 512 Mb RAM, HD 2 GB. Network: PCnet-Fast III,…
How to Backup Contacts and SMS Messages using command line in Android
Backup Contacts and SMS The messages are available via the Telephony and contacts via the Contacts provider. The data is stored in SQLite databases in the following locations: /data/data/com.android.providers.telephony/databases/mmssms.db…
How to Set up Android Device Manager to lock and wipe your phone
Android Device Manager Google makes remotely managing and wiping your device easy and effective Back at the beginning of August Google unveiled a new service called “Android Device Manager” that let you locate and remotely wipe your phones…