[android-developers] RecyclerView with GridLayoutManager, end of list issue

2017-01-07 Thread priyank agarwal
while using recycler view with grid layout manager, how to know if user has scrolled to the end of list ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[android-developers] Store Video Url in cache before play

2016-09-17 Thread Priyank Patel
Hello buddies, I am facing problem in video play from url. when i play video from url it takes to much time to play and i have to play multiple videos on swipe in video view. So is it possible to store video in cache when first video is playing at that time second video store in cache. Give

[android-developers] Re: lockNow() API throws error on a few LG phones

2012-01-31 Thread Priyank
anyone? On Jan 30, 3:55 pm, Priyank priyankvma...@gmail.com wrote: Hi, I am trying to use the lockNow() method from the DevicePolicyManager. It works fine for most of the phones I have tested. But on a couple of LG phones, the method is throwing a null pointer exception. The LG phones I am

[android-developers] lockNow() API throws error on a few LG phones

2012-01-30 Thread Priyank
(Android Version 2.3.4). I also saw this post with a similar problem sometime back but no positive answers to it: http://groups.google.com/group/android-developers/browse_thread/thread/143a82414151e129 Could someone help me with this. Thanks, Priyank -- You received this message because you

[android-developers] RegisterBroadcastReceiver in Manifest.xml

2011-11-08 Thread Priyank
is not open. Thanks, Priyank -- 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 from this group, send email to android-developers+unsubscr

[android-developers] Re: RegisterBroadcastReceiver in Manifest.xml

2011-11-08 Thread Priyank
the Receiver1 class in a different java file is that there are many UI changes I do when I receive the broadcast. Thanks again. Priyank On Nov 8, 1:52 pm, Streets Of Boston flyingdutc...@gmail.com wrote: Then you'd have to do two things:    - Make Receiver1 a static class: public *static *class

[android-developers] Re: RegisterBroadcastReceiver in Manifest.xml

2011-11-08 Thread Priyank
not unregister my receivers at onDestroy() and register during onCreate(). Is there something I am missing. Thanks, Priyank On Nov 8, 3:13 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Nov 8, 2011 at 2:45 PM, Priyank priyankvma...@gmail.com wrote: Thanks for the reply. The 2 changes

[android-developers] Re: setRoaming in ServiceState

2011-10-24 Thread Priyank
anyone? On Oct 20, 4:16 pm, Priyank priyankvma...@gmail.com wrote: Hi, I was trying to set data roaming on my phone programmatically. But when I try to do it using the setRoaming method available in the ServiceState class, I dont see the change take place on my phone. I am doing something

[android-developers] Re: setRoaming in ServiceState

2011-10-21 Thread Priyank
anyone? On Oct 20, 4:16 pm, Priyank priyankvma...@gmail.com wrote: Hi, I was trying to set data roaming on my phone programmatically. But when I try to do it using the setRoaming method available in the ServiceState class, I dont see the change take place on my phone. I am doing something

[android-developers] setRoaming in ServiceState

2011-10-20 Thread Priyank
(); serviceState.setRoaming(true); Kindly let me know if I am missing something here. Thanks. Priyank -- 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 from this group, send

[android-developers] Enabling/Disabling features in Andorid

2011-10-06 Thread Priyank
. Any help on this would be great.. Thanks, Priyank -- 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 from this group, send email to android-developers

[android-developers] Re: Enabling/Disabling features in Andorid

2011-10-06 Thread Priyank
know that this is possible for bluetooth n wifi.. The application could be the device admin if needs to.. Thanks, Priyank On Oct 6, 2:01 pm, Kristopher Micinski krismicin...@gmail.com wrote: On Thu, Oct 6, 2011 at 1:30 PM, Priyank priyankvma...@gmail.com wrote: I would like to know

[android-developers] Re: android:allowClearUserData=false

2011-08-01 Thread Priyank
in a file in the internal memory (data/ data/com.test/files/FILENAME using openFileOutput(FILENAME, Context.MODE_PRIVATE)) but still the file gets deleted on pressing Clear Data. I do not want to save the file in the SD card. Is there any way I can do that. Any help would be appreciated. Thanks, Priyank

[android-developers] android:allowClearUserData=false

2011-07-26 Thread Priyank
this. Thanks, Priyank -- 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 from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Web based Emulator

2011-04-21 Thread Priyank
Hi, I would like to know if we could launch an emulator on the web, so that we can use this emulator anywhere as long as we have internet connection. It would be great if anyone could share some light on this. Thanks, Priyank -- You received this message because you are subscribed to the Google

Re: [android-developers] Web based Emulator

2011-04-21 Thread Priyank Maiya
like this which is there for T-Mobile G1, but i think it has been done using Flash: http://tmobile.modeaondemand.com/htc/g1/ http://tmobile.modeaondemand.com/htc/g1/Thanks, Priyank On Thu, Apr 21, 2011 at 3:01 PM, Mark Murphy mmur...@commonsware.comwrote: On Thu, Apr 21, 2011 at 3:30 PM, Priyank

[android-developers] Using Fragmentation to navigate from one activity to another

2011-03-16 Thread Priyank
); startActivity(intent); } } Please help.. Thanks, Priyank -- 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 from this group, send email to android

[android-developers] google application not visible when I build my emulator

2010-11-11 Thread Priyank
and built an image using this apk file. But I am not able to see this application when I run the image file that was built. Is this got to do something with google and the API keys ? Please help. I have tested other apk files by building an image with them, which works perfectly fine. Thanks, Priyank

Re: [android-developers] Re: Linkify

2010-10-31 Thread Priyank Maiya
=android.intent.category.BROWSABLE/ data android:scheme=http android:host=supp...@unl.com/ /intent-filter I think I am doing something wrong here. Please Help. Thanks, Priyank On Sat, Oct 30, 2010 at 7:31 PM, Lance Nanek lna...@gmail.com wrote: I haven't gotten autoLink/Linkify to work

[android-developers] Linkify

2010-10-30 Thread Priyank
the email id comes in the middle of the sentence. I am currently doing like this: TextView emailLink; emailLink = (TextView) this.findViewById(R.id.support_request); Linkify.addLinks(emailLink,Linkify.EMAIL_ADDRESSES); Thanks, Priyank -- You received this message because

[android-developers] opening Android Email application from another application

2010-10-06 Thread Priyank
permission com.android.email.permission.ACCESS_PROVIDER to package com.mplayer.application (protectionLevel=3 flags=0xbe44) Can I not open the android email app from my application. I am working on Android 2.2 Thanks, Priyank -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] opening Android Email application from another application

2010-10-06 Thread Priyank Maiya
suggestion really helped. Priyank On Wed, Oct 6, 2010 at 1:43 PM, Kumar Bibek coomar@gmail.com wrote: You can open the Activity(Compose) of the mail app. But the content provider for the gmail app is not public. So, you cannot query that content provider. If you want to send an audio file

[android-developers] Recording Audio in Emulator

2010-09-09 Thread Priyank
please help. Thanks, Priyank -- 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 from this group, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] MediaPlayer Error (1,-1004)

2010-08-26 Thread Priyank
(PATH_TO_FILE); mp.prepare(); mp.start(); Could anyone please help me out here. Is there any documentation related to Media player errors.. Thanks, Priyank -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: MediaPlayer Error (1,-1004)

2010-08-26 Thread Priyank Maiya
I just found my mistake. It was the file that was faulty. I tried opening it in a amr player and the same thing was happening. But in general, is there any doc so that we come to know the meaning of the error codes. Thanks, Priyank On Thu, Aug 26, 2010 at 10:47 AM, Priyank priyankvma

Re: [android-developers] Re: Starting an Activity from a callback class

2010-08-19 Thread Priyank Maiya
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); context.startActivity(appView ); } Sorry for the confusion, and thanks for the help.. Priyank On Thu, Aug 19, 2010 at 5:34 PM, Indicator Veritatis mej1...@yahoo.comwrote: Treking is right: you are simply not posting enough information

[android-developers] Starting an Activity from a callback class

2010-08-18 Thread Priyank
do to solve this issue. Thanks, Priyank -- 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 from this group, send email to android-developers+unsubscr

Re: [android-developers] Extending multiple classes

2010-07-30 Thread Priyank Maiya
Thanks guys for the quick response. Will try it out and let you know Thanks Priyank On Fri, Jul 30, 2010 at 12:38 PM, Mark Murphy mmur...@commonsware.comwrote: On Fri, Jul 30, 2010 at 1:29 PM, Priyank priyankvma...@gmail.com wrote: Can my class extend 2 or more classes at a time. No, sorry

[android-developers] Extending multiple classes

2010-07-30 Thread Priyank
]and Application, because I am creating objects of another class [service class]which needs to be accessible throughout my application. Thanks, Priyank -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] Extending multiple classes

2010-07-30 Thread Priyank Maiya
; } } VVMClientApplication is the class where I need to access the VVMService class instance. public void serviceConnectionSuccess() { private VVMService mService; mService = (VVMService)getApplicationContext(); } dont I have to extend Application in any class ? Thanks, Priyank On Fri, Jul 30

[android-developers] Multiple Back Button clicks needed to exit application

2010-07-29 Thread Priyank
and call the welcome activity in the application class. can anyone please help me find a way to avoid pressing the back button multiple times to exit. Please let me know if you dont understand my question. Thanks, Priyank -- You received this message because you are subscribed to the Google Groups

[android-developers] Tool to generate class diagrams

2010-07-05 Thread Priyank
Hi, I have an existing android project, which I want to view it as a class diagram or in any uml representation Could anyone please give me a free tool to generate them. Thanks, Priyank -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Re: Tool to generate class diagrams

2010-07-05 Thread Priyank Maiya
Sources in ArgoUML and selected the entire project. But I was not able to understand how to go ahead. Which perspective is the best to use in this scenario. Could you please tell me what I am doing is the right way. Or am I missing something . Thanks, Priyank On Mon, Jul 5, 2010 at 3:31 PM, Fred

[android-developers] Error in accessing java file genetated from .aidl file

2010-06-30 Thread Priyank
com.vmapp.VMApplication.onActivityResult 06-30 17:33:11.457: ERROR/AndroidRuntime(460): java.lang.NoClassDefFoundError: com.VMService Please let me know where I am going wrong. Thanks, Priyank -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: How to access a AIDL service from different packages?

2010-06-30 Thread Priyank
'com.VVMService', referenced from method com.samsung.vvmapp.VMApplication.onActivityResult 06-30 17:33:11.457: ERROR/AndroidRuntime(460): java.lang.NoClassDefFoundError: com.VMService Please let me know what wrong I am doing. Thanks, Priyank On Jun 24, 10:25 am, Krishna Shetty krishna.shett...@gmail.com