Android Apps For Meetings & Presentations
Android Apps For Meetings & Presentations:We have for you today 5 great Android apps that can help with collaboration, keeping everyone on the same page, sharing files and important documents as well as web conferencing. Best of all, these apps are…
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…
Top 5 free mobile device emulators for testing your site
A mobile phone emulator lets you check the responsiveness and functionality of the website across different mobile platforms, such as iPhone, iPad, Android and BlackBerry, without actually having the devices in hand. Mobile emulators can help you…
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…
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…