[android-developers] IP Pool of Google APIs

2016-05-17 Thread abhinav . shankar
“ Hello Team, We are using/consuming following Google API/s in our application. https://www.android.googleapis.com https://maps.googleapis.com https://www.googleapis.com We need to whitelist the IP Pool allocated/reserved by Google for above URL/s in our firewall, as DNS resolves to

[android-developers] net.simonvt.menudrawer:menudrawer stopped working in Android Studio

2015-05-22 Thread Abhinav
t GET 'https://repo1.maven.org/maven2/net/simonvt/menudrawer/menudrawer/maven-meta…'. > peer not authenticated --- Please take action. Regards, Abhinav Saxena -- You received this message because you are subscribed to the Google Groups "Android Deve

[android-developers] Problem in apps

2012-10-17 Thread abhinav kr
HI I am facing a problem with my app, it work fine in phone but doesn't work on tab. There is no installation problem but doesn't work properly. Do any one have solution.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to thi

[android-developers] Compare bytes in an SqlQuery.

2011-08-30 Thread Abhinav Saxena
Hello, In addition to the post: http://groups.google.com/group/android-developers/browse_thread/thread/4a91e3a2dcc25e2e I need to know how I can query to search the contents of the file or values stored in the database. I can do this in Blackberry and JSE (because there is a data type called by

[android-developers] EditText causes app to crash

2011-05-08 Thread Abhinav Asthana
I have been breaking my head over this for the past 1 month over this error I am having on certain HTC models. The app runs fine on other phones but crashes with a long list of exceptions. This is what I got from the market: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.vt

[android-developers] Tracking angular movements

2010-07-07 Thread Abhinav
uld be great if someone could point me in the right direction ? Thanks Abhinav -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe fro

[android-developers] Using OpenGL to draw bitmap in Oval shape

2010-06-21 Thread Abhinav
Hi All, Can OpenGL manipulate the Bitmap reference that is passed, to show in any shape e.g., Oval, curve and draw it on the Canvas? Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-devel

[android-developers] Re: Android Preferences

2010-04-17 Thread Abhinav
the getDefaultSharedPreferences() function or directly create a SharedPreferences object and use the getSharedPreferences() function? Abhinav On Apr 17, 11:20 am, "~ TreKing" wrote: > On Fri, Apr 16, 2010 at 12:14 AM, Abhinav wrote: > > > What is

[android-developers] Settings application

2010-04-16 Thread Abhinav
I was exploring the settings application in android and found that the system settings were getting stored in two places, one in settings.db database and the other in settings_preferences.xml file Most of the settings are persisted in the database while a few are persisted in a shared preferences

[android-developers] Android Preferences

2010-04-16 Thread Abhinav
Hi What is the difference between Preference.OnPreferenceChangeListener and Preference.OnPreferenceClickListener? Abhinav -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] onItemClick gives index/ positi on of item on visible page … not actual index of the item in list ..problem on enabling setTextFilterEnabled ..

2010-03-26 Thread Abhinav
hi, I am creating a list .. the elements of the list are drawn from sqlite database .. I populate the list using ArrayList and ArrayAdapter ...upon clicking the items on the list I want to be able to fire an intent containing info about the item clicked ... info like the index number of the item .

Re: [android-developers] Re: Android developers in Boston

2010-01-05 Thread abhinav jaju
On Wed, Jan 6, 2010 at 9:07 AM, Carter wrote: > You should attend the next Mobile Monday Boston: > http://www.momoboston.com/ > > It's a free mobile-oriented conference in Boston that happens about > once per month on a Monday night. Just keep checking the website for > announcements about the n

[android-developers] where can I find the posts that I posted

2009-08-20 Thread Abhinav
Hello I can not find the post I posted yesterday? No help is available also!! Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers

[android-developers] Blurred Black Background while I Scroll my List

2009-08-19 Thread Abhinav
I have developed an activity using the following layout: http://schemas.android.com/apk/res/ android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@drawable/ splash">

[android-developers] XMLHttpRequest

2009-06-30 Thread abhinav
Nobody made a note , that ajax is implemented in android 1.5 .. only after making my own xhr object , i tried to test run ajax , and it was working otherwise ... my 10 days of hardwork went into vain --~--~-~--~~~---~--~~ You received this message because you are s

[android-developers] Invitation to connect on LinkedIn

2009-06-24 Thread Abhinav Iitm_06
LinkedIn I'd like to add you to my professional network on LinkedIn. - Abhinav Learn more: https://www.linkedin.com/e/isd/629396945/qpaNgC6m/ -- (c) 2009, LinkedIn Corporation --~--~-~--~~~---~--~~ You received this message be

[android-developers] Re: Android.apk file not found problem

2009-06-18 Thread abhinav
its sorted ... i thought i should update this , though after a long time --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.

[android-developers] Re: “The application xxxxxxxx (process xxxxxx) has stopped unexpectedly. Please try again .”

2009-05-20 Thread abhinav
Can some one please tell me , how do u read the log file or logs ... which the Log.i methods writes to ? Also , I have used the exact code as documented at Android site for Hello View , to load google.com and load a basic html page created by me . The app does not show any error ,BUT it does not

[android-developers] Android.apk file not found problem

2009-05-18 Thread abhinav narain
I am getting this error for three days : no classfiles specified Conversion to Dalvik format failed with error 1 I have reinstalled eclipse and android twice . After adding the Android.jar , in properties after right-click on the project name , i thought i have solved it. But later when i clean t

[android-developers] Re: Bug in the PhoneStateIntentReceiver

2008-04-10 Thread Abhinav Parashar
Yes Greg I also noticed the same thing. Could you suggest me what should i do because i need to track if the person hits ..."send to voicemail" ? Abhinav Parashar On Apr 9, 12:11 am, Greg_G <[EMAIL PROTECTED]> wrote: > I can confirm this also, using the

[android-developers] Can we play a recorded voice on phone call.

2008-04-06 Thread Abhinav Parashar
Hello, Is that possible to play a recorded voice on a phone call. Like as answering machine does. ??? Can somebody help me ?? Thanks Abhinav Parashar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "An

[android-developers] How to use ANSWER_ACTION

2008-04-05 Thread Abhinav Parashar
(Intent.HOME_CATEGORY); startActivity(i); But error no activity found. Thanks in Advance Abhinav Parashar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g