karnshah8890.blogspot.com
Deep Dive in Android: Tips for working with Android 4.3 (An Even Sweeter Jelly Bean)
http://karnshah8890.blogspot.com/2013/07/tips-for-working-with-android-43-even.html
Tips for working with Android 4.3 (An Even Sweeter Jelly Bean). Welcome to Android 4.3, a sweeter version of Jelly Bean! Android 4.3 includes performance optimizations and great new features for users and developers. There are many cases where your app can misbehave in restricted profile :. If your app uses implicit intents. If your app depends on accounts. Any accounts added to the primary user are available to a restricted profile, but the accounts are not accessible from the. To get access to an accou...
karnshah8890.blogspot.com
Deep Dive in Android: December 2013
http://karnshah8890.blogspot.com/2013_12_01_archive.html
Get images from Raw folder using only name of Images in Andriod. Sometime we need to get images from raw folder using its name. I came across one scenario where unity developer drop images in raw folder of Android system. Developer returned me only names of that images. And i needed to show dialog of that images using frame animation. There are only three steps to get images from raw folder through its name. Step - 1: Get resource id of image using its name. Step- 3: Get drawable using that input stream.
karnshah8890.blogspot.com
Deep Dive in Android: July 2013
http://karnshah8890.blogspot.com/2013_07_01_archive.html
Tips for working with Android 4.3 (An Even Sweeter Jelly Bean). Welcome to Android 4.3, a sweeter version of Jelly Bean! Android 4.3 includes performance optimizations and great new features for users and developers. There are many cases where your app can misbehave in restricted profile :. If your app uses implicit intents. If your app depends on accounts. Any accounts added to the primary user are available to a restricted profile, but the accounts are not accessible from the. To get access to an accou...
karnshah8890.blogspot.com
Deep Dive in Android: Clustering on Google Map V2 Part-1
http://karnshah8890.blogspot.com/2013/04/clustering-on-google-map-v2.html
Clustering on Google Map V2 Part-1. I had done with clustering on Google Map V1. After it is deprecated, i was searching for clustering on Google Map V2. And i found one library Android Maps Extensions . It is working great but depends on your implementation how will you use it in your project. This library use google -. Services.jar and has its own implementation of GoogleMap. Hence if t here will any change. Happen in Map v2 API , takes time to implement that changes in this library. Et Map key from.
karnshah8890.blogspot.com
Deep Dive in Android: Clustering on Google Map V2 Part-2
http://karnshah8890.blogspot.com/2013/05/clustering-on-google-map-v2-part-2.html
Clustering on Google Map V2 Part-2. We have gone through Clust ering on Google map V2 in. Clustering on Google Map V2 Part-1. To overcome drawback of it , I searched for few days and i found one more library which independent from google play service library. Clustering based on pixel proximity, not grid membership. Supports Android v2.2 (Froyo) and higher. Class which holds a. Tag You just need to construct an. Object based on your model objects. Is initialized and your. Null & this.inputPoints! Null & ...
karnshah8890.blogspot.com
Deep Dive in Android: Get images from Raw folder using only name of Images in Andriod
http://karnshah8890.blogspot.com/2013/12/get-images-from-raw-folder-using-only.html
Get images from Raw folder using only name of Images in Andriod. Sometime we need to get images from raw folder using its name. I came across one scenario where unity developer drop images in raw folder of Android system. Developer returned me only names of that images. And i needed to show dialog of that images using frame animation. There are only three steps to get images from raw folder through its name. Step - 1: Get resource id of image using its name. Step- 3: Get drawable using that input stream.
karnshah8890.blogspot.com
Deep Dive in Android: Contact Me
http://karnshah8890.blogspot.com/p/blog-page_4675.html
Subscribe to: Posts (Atom). Google Places API Tutorial. Mastering ProGuard with ProGuard GUI - Part 1 (ProGuard with JAR). TimesSquare Calendar view for Android. Clustering on Google Map V2 Part-1. Google Maps Android API V2. Clustering on Google Map V2 Part-2. Get images from Raw folder using only name of Images in Andriod. Quick watch on SwipeRefreshLayout (Tutorial). Quick watch on SwipeRefreshLayout (Tutorial). Mastering ProGuard with ProGuard GUI - Part 1 (Pro. Let us send you cool stuff!
karnshah8890.blogspot.com
Deep Dive in Android: April 2013
http://karnshah8890.blogspot.com/2013_04_01_archive.html
Clustering on Google Map V2 Part-1. I had done with clustering on Google Map V1. After it is deprecated, i was searching for clustering on Google Map V2. And i found one library Android Maps Extensions . It is working great but depends on your implementation how will you use it in your project. This library use google -. Services.jar and has its own implementation of GoogleMap. Hence if t here will any change. Happen in Map v2 API , takes time to implement that changes in this library. Et Map key from.
karnshah8890.blogspot.com
Deep Dive in Android: Mastering ProGuard with ProGuard GUI - Part 1 (ProGuard with JAR)
http://karnshah8890.blogspot.com/2014/03/mastering-proguard-with-proguard-gui.html
Mastering ProGuard with ProGuard GUI - Part 1 (ProGuard with JAR). Is a nice tool that is used to shrink, obfuscate, and optimize Java code. It is part of Android SDK and very useful when applied correctly. ProGuard provides four main features:. First of all, Download ProGuard from this link : ProGuard. It contains proguardgui.jar in lib folder. Run that jar and ProGuard GUI popup. Follow below steps to apply ProGuard to JAR. Add JAR file using Add input and specify output folder using Add output. Reuse ...
karnshah8890.blogspot.com
Deep Dive in Android: ListView Animation Tutorial
http://karnshah8890.blogspot.com/2013/04/listview-animation-tutorial.html
This simple tutorial shows you how to give animation to list view row. There are plenty of animations i covered here. First create anim folder in res folder and create different XML for different animation. Alpha xmlns:android="http:/ schemas.android.com/apk/res/android" android:duration="100" android:fromAlpha="0.0" android:interpolator="@android:anim/accelerate interpolator" android:toAlpha="1.0" /. Set xmlns:android="http:/ schemas.android.com/apk/res/android" android:shareInterpolator="false"...Trans...
SOCIAL ENGAGEMENT