Android Chips EditText , Token EditText and Bubble EditText [Part 2]
Since I write first previous blog on Chips Edit Text, many developer ask me to make chips edit text as library so they can integrate easily in the project, so I develop Chips Edit Text as...
View ArticleAndroid xxhdpi screens
The needle keeps moving forward with Android display sizes as nearly all of the prominent announcements featured screens at 4 inches or larger. Most now hover in the range of 4.5 inches to 5 inches,...
View ArticleAndroid : Login with Facebook SDK 3.0
IntroductionThe goal of this article is explain simplest way to use Facebook for Login and fetch user details including Email Address. The Facebook SDK for Android is the easiest way to integrate your...
View ArticleWish-list for Android 5.0 / Key Lime Pie
As Developer, This is my Wish List for Android 5.0 / Key Lime Pie.1. File Manager2. Video Processing API like cut, copy, merge and effects.3. Image processing, effects, drawing, etc.4. Video Call with...
View ArticleAndroid: Detect Global Touch Event
Sidebar and Glovebox Apps became popular overnight because of only one functionality. They provide global menu which can be opened from left or right edge of the mobile screen. As a developer, when I...
View ArticleTips to speedup Eclipse IDE
1. Disable Validation : Open Preferences, search validation, select general->validation, disable all validation, click on apply and ok button.2. Disable Startup Items : Open Preferences, search...
View ArticleTips: Android design pattern
Design Pattern, a design pattern is a general reusable solution to a commonly occurring problem, In case of Android, I personally feel that existing design patterns like MVC, Abstract...
View ArticleAndroid shell command : pm - package manager
Use PM command 1. open terminal2. Go to <Android SDK directory>/platform-tools3. execute following commandadb shell pmUse Android package manager pmusage: pm [list|path|install|uninstall] pm list...
View ArticleList of Mobile Backend-as-a-Service Providers
Image source : http://www.kinvey.com/images/feature-icons/feature-icon-data.pngMobile Backend-as-a-Service Providers(MBaaS) - Close SourceAppcelerator Cloud [http://www.appcelerator.com/cloud/]Parse...
View ArticleVolley: Easy, Fast Networking for Android - Example
Volley is a library that makes networking for Android apps easier and most importantly, faster. We'll give an overview of how it works, common patterns that work well with it, and a walkthrough of how...
View ArticleFused location provider example
src :http://developer.android.com/google/play-services/location.htmlFused location provider beckoned the first radical improvement that Location Management has witnessed in Android. It used to be a...
View Article10 Things about good and not good programmers
Disclaimer : This is my thought, What I am thinking about good and not good programmers, It might not be applicable in every situation or condition. Don’t take it personally if your behaviour falls in...
View ArticleAndroid ActivityRecognition Example
IntroductionActivity Recognition is very interesting API, It can open a gate of whole new kind of application and so helps to optimise existing apps, Activity Recognition is very simple API, It...
View ArticleAndroid 4.3 API Changes
src : http://media.heavy.com/media/2013/05/nexus-4-android-4.31.jpgAndroid 4.3, API Level 18.Major Features1. Performance Improvement2. Support OpenGL ES 3.03. Hardware accelerated 2D rendering4....
View ArticleAndroid NotificationListenerService Example
IntroductionNotificationListenerService is introduced in Android 4.3 (API 18). It allows an application to receive information about notifications as it creates or removes. NotificationListenerService...
View ArticleList of Android Open Source Project (AOSP) Contributors
Android is an open-source software stack created for a wide array of devices. Android was originated by a group of companies known as the Open Handset Alliance, led by GoogleImage Source1....
View ArticleIn Depth : Android Shutdown Sequence
What happened when I long press power button ? What is shutdown sequence ? How is it different from desktop linux shutdown sequence? How to change shutdown menu ? Many questions pop-up in mind when we...
View ArticleAndroid Image Filters
Introduction Image Filter allows you to add various effects on image. There are mainly two purpose of Image Processing 1. Image Understanding: It is used to identify content of image, weather image...
View ArticleAndroid Augmented Reality
Introduction "Augmented reality (AR) is a live, direct or indirect, view of a physical, real-world environment whose elements are augmented (or supplemented) by computer-generated sensory input such as...
View ArticleAndroid Augmented Reality: Introduction of Vuforia SDK
The Vuforia™ SDK allows you to build vision-based augmented reality applications. It is available for Android, iOS and as an Extension to Unity - a cross-platform game engine. High-level system...
View Article