Re: [android-developers] Re: session management in android

2011-02-16 Thread Nandlal Viranni
If U are using web service or any service then U can do it at server . But
there is no facilities in android that automatically handle session , as per
my knowledge .



On Thu, Feb 17, 2011 at 8:30 AM, TreKing treking...@gmail.com wrote:

  On Wed, Feb 16, 2011 at 2:41 AM, pramod.deore 
 deore.pramo...@gmail.comwrote:

 But how it is done in android?


 Read the documentation, play with some samples, then when you have a grasp
 of how Android works, implement exactly what you described.


 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

 --
  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 options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Query in calling SOAP based web service in Android

2011-01-26 Thread Nandlal Viranni
Hi All ,

I am new to Android .

I am developing one application .

In which , i need to use SOAP based web service.

but i am not able to do this task .

I need to pass class object as a argumens while calling web service
method .
And I am getting error regarding Serialize .

Now , I change the way of calling web service and

I want to pass xml data as a argumens ..

Is there any solution for this problem ???

Is there any relavant link ??

thanks  Regards

Nandlal Virani

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] yahoo local search xml reply in android

2010-12-31 Thread Nandlal Viranni
Hello ,

How have you done this local search to find
nearest coffee shop or resturant in android ?
I want also to do same thing.but i am not able to do this ..

I knows how to parse  any xml file.

can U help me.

Thanks in advance .

Regards ,
Nandlal Virani
On Wed, Dec 29, 2010 at 10:37 AM, zeeshan mirza 
zeeshan.nabeel.mi...@gmail.com wrote:

 I am using yahoo local search in my android application to find
 nearest coffee shop or resturant. I am receiving a reply from yahoo
 local search service in XML form. I dont know how to process such xml
 reply. Do i need to parse this xml reply? and how can i read the
 contents of the reply?

 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Emulator for android tablets

2010-12-28 Thread Nandlal Viranni
Hi,

Is there any special emulator for Android tablets.

Thanks,
Nandlal

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] List of Android tablets

2010-12-28 Thread Nandlal Viranni
Hi all,

Is there any site from which i can know no of android tablets device
avilable today and its profile  configuration also.

Plz help me.

Nandlal Virani

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] How to exit the application..?

2010-12-28 Thread Nandlal Viranni
Use this.finish() OR activityname.this.finish() method for this.



On Mon, Dec 27, 2010 at 2:10 PM, Abhilash baddam 
abhilash.androiddevelo...@gmail.com wrote:

 Hi ,

  I am new to android. How can we exit from application...For example if
 we have 3 activities  each activity consists one button..when we click on a
 button which may be from any activity, i want to exit from application and
 it should go home screen. again if we start the application from emulator it
 should start from the beginning of the application. How can we do this.?




 Regards,
 Abhilash.B

 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to store date and time in database

2010-12-28 Thread Nandlal Viranni
On Mon, Dec 27, 2010 at 11:51 AM, pramod.deore deore.pramo...@gmail.comwrote:

 Hi everyone,
   In my application I have 2 buttons one for  DatePickerand
 one for Timepicker. Date piker gives me date in this format -
 12-27-2010  and time in - 11:48. Now I want to create table to store
 these values. How to store date and time in android database?



Its very simple..
 create SQLITE database for this.

Use attached java file for creating database.
Change file according your requirement..
It will automatically creates database in your project..





 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en

DBAdapter.java
Description: Binary data


[android-developers] Looking for GUI in android tablet

2010-12-28 Thread Nandlal Viranni
Hi All,

I am new to Android and I am developing an application for android
tablet.

but i am facing problem regarding GUI.

I want same GUI for ladscape  portrait in device.

but GUI changes while portrait to ladscape.

Is there any solution for this problem ??
OR
Is there any good link for this ??

Thanks in andvance ..

Regards

Nandlal Virani

-- 
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 options, visit this group at
http://groups.google.com/group/android-developers?hl=en