[android-developers] Re: How to create a file on Android System?

2009-03-20 Thread Zeeshan Khan
You can create on data/data/app - package/ --~--~-~--~~~---~--~~ 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

[android-developers] Re: Problem with Camera and layout orientation

2009-04-16 Thread Zeeshan Khan
Hi , I am facing the same problem of 90 degree rotation can any one tell how to force the activity so that it will be displayed in landscape view On Sun, Apr 12, 2009 at 2:55 AM, Streets Of Boston flyingdutc...@gmail.comwrote: Put the other views in another (sub)activity. I don't know your

[android-developers] Connect Device to PC through USB

2009-08-14 Thread Zeeshan Khan
Hi, Is it possible to connect to PC through USB from android application. Or is it possible by any other way. I want to connect to it to transfer data(video) Regards, Zeeshan --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Connect Device to PC through USB

2009-08-14 Thread Zeeshan Khan
not necessarily represent those of T-Mobile USA, Inc. On Aug 14, 10:05 am, Chris Stratton cs07...@gmail.com wrote: On Aug 14, 8:23 am, Zeeshan Khan zeeshanno...@gmail.com wrote: Hi, Is it possible to connect to PC through USB from android application. Or is it possible

[android-developers] Old value in bundle in BroadcastReceiver

2009-05-05 Thread Zeeshan Khan
Hello , I have used AlarmManager to schedule my sms . and in the intent i add value of destination and message content in the bundle and put the bundle in the intent Bundle bundle = new Bundle(); bundle.putString(DESTINATION, destination);

[android-developers] use long field in sqlite

2009-05-06 Thread Zeeshan Khan
Hi, I want to store long value in database ( current time millis) , how to store it Please reply soon. Thank you Regards zeeshan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: use long field in sqlite

2009-05-06 Thread Zeeshan Khan
Thanks Mark for your reply, i will try what you told, For the timing i have stored it in Text field . but will change if above works Regards, Zeeshan On Wed, May 6, 2009 at 6:41 PM, Mark Murphy mmur...@commonsware.com wrote: Zeeshan Khan wrote: Hi, I want to store long

[android-developers] Read Https page

2009-05-18 Thread Zeeshan Khan
HI, I wanna to read a web page in android, my server is tomcat where I am using .keystore to run tomcat on HTTPS. When I tried to read page using: *new BufferedReader(new InputStreamReader(new URL( https://192.168.1.6:8443/TestSSL.xml;).openStream()))* got following exception: