[android-developers] Additional lint rules in Android

2015-11-19 Thread Rahul Raja
I want to include some additional lint rules in my Android project. And by additional rules, i mean that i just want to include some extra rules from the list given in Android Studio( Pic attached)

[android-developers] Additional lint rules in Android

2015-11-19 Thread Rahul Raja
I want to include some additional lint rules in my Android project. And by additional rules, i mean that i just want to include some extra rules from the list given in Android Studio( Pic attached)

[android-developers] Testing doze and standby mode in Android M

2015-09-04 Thread Rahul Raja
I switched off the screen display of my Nexus 5 device running Android M and then issued the following commands. im17-x0:~ r.j$ adb shell dumpsys battery unplug im17-x0:~ r.j$ adb shell dumpsys deviceidle stepStepped to: IDLE_PENDING im17-x0:~ r.a$ adb shell dumpsys deviceidle stepStepped to:

[android-developers] Event passing to sibling on clicking a view

2014-12-11 Thread Rahul Raja
I have a simple LinearLayout(horizontal) with 3 TextViews. The background of these TextViews are set to a drawable that has two states, state_pressed and default. I simply change the background of each TextView to red on state_pressed. But when i click one TextView, its click listener is

[android-developers] Crash while using GoogleAnalytics v2

2014-09-30 Thread Rahul Raja
I am using GoogleAnalytics v2 and sometimes the app crashes with the following log java.lang.SecurityException: Unable to find app for caller android.app.ApplicationThreadProxy@42a424c8 (pid=2801) when registering receiver android.content.IIntentReceiver$Stub$Proxy@42a37d40 at

[android-developers] Screencast in Android

2014-08-21 Thread Rahul Raja
Hey Is there a good app or method by which i can make a screencast for one of my Android application? I googled but only found some paid apps which also requires the phone to be rooted. I dont know whether they will work even after purchasing their pro version.

[android-developers] floating bubble buttons in android

2013-01-20 Thread Rahul Raja
Can i get help on how to get floating bubbles buttons in android like this?/ http://activeden.net/item/floating-bubble-buttons/6279 i surfed but didnt get anything specific. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] error in speech recognizer android

2012-09-19 Thread Rahul Raja
this code is to detect the words spoken and print the result..if i say 'add' or 'view' it takes to next activity but if i say some other word it stops after 2-3 times. also error 8 comes anytime.. plz help package com.expense; import android.app.Activity; import android.app.Dialog; import