[android-developers]

2011-11-08 Thread kirti waykole
hello friends, I am designing new application in that application i want to connect two android pad via WiFi. Please guide me can implement video calling with in network. i want to access another device camera for video calling. Please help me.. thanks in advance -- You received this message

Re: [android-developers] Re: Help for IP camera

2011-09-27 Thread kirti waykole
yes i want live video .. on my device.. On Mon, Sep 26, 2011 at 7:30 PM, J Handal jhand...@gmail.com wrote: Hi Kirti, directly coonect through cross cable to my pc now for testing on emulator. Are you streaming live video? -- You received this message because you are subscribed to

[android-developers] How to communicate two android device

2011-09-17 Thread kirti waykole
hello friends, I am new in android. I want to communicate two android device . Blue-tooth is there but I want another option for communicating two device. Please Help me for this to solve. thanks in advance. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] [android-discuss] Help for IP Camera

2011-09-14 Thread kirti waykole
hello Friends, I want use IP camera in my application just to capture image or video. As i am new in android . Please help me for how i can use IP camera in my program. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Help for IP camera

2011-09-14 Thread kirti waykole
hello Friends, I want use IP camera in my application just to capture image or video. As i am new in android . Please help me for how i can use IP camera in my program. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Re: Help for IP camera

2011-09-14 Thread kirti waykole
directly coonect through cross cable to my pc now for testing on emulator. On 9/14/11, swapnil26sharma swapnil26sha...@gmail.com wrote: is there any proxy or directly from internet ? On Sep 14, 12:18 am, kirti waykole kirti.carr...@gmail.com wrote: hello Friends,  I want use IP camera in my

[android-developers] ListView and Database

2011-08-29 Thread kirti waykole
Hello Friends, i want to display selected column from database in the form of list. But application is forcibly closed when I try to run this application. Please help to solve this bug. Here is my code, main Activity package com.example.android; import android.app.AlertDialog; import

[android-developers] IP Camera

2011-08-25 Thread kirti waykole
Hello Friends, I am going to design new application for my Apad .I want to use IP camera out side the door. When I click on my ip camera Icon on Apad then it shows doors front preview. Please Guide me to proceed . How the Ip camera use in program. Please help me. Thanks in Advance -- You

[android-developers] Database and ListView

2011-08-17 Thread kirti waykole
hello friends, I am displaying data from database in listview. when i select any row, that row detail should display into toast or into Dialog box . Here i am using Toast. But instead of displaying the names it shows android.SQLite@4376f048. Please help me how i solve this problem this is my

[android-developers] AlarmManager and Service

2011-08-03 Thread kirti waykole
hello friends, I am new in android . I want to design a Wake-up Alarm . In this i design page in that we can set Alarm time and date. all data is sotred in database. but when i set calender to particular date it wont work. Please help me i don't understand where i am going wrong. this is my

[android-developers] how to set reminder for Future event

2011-08-01 Thread kirti waykole
hello friends, I am new in android . I am getting problem while using AlarmManager. i want to use AlarmManager for setting future event. please send me code for how i set future event. Please guide me. Thanks in Advance -- You received this message because you are subscribed to the Google

Re: [android-developers] AlarmManager and Service

2011-07-31 Thread kirti waykole
PM, kirti waykole kirti.carr...@gmail.comwrote: Hello, I am new in android. I am using AlarmMagener in my application. i am setting Alarm to some date. now i am giving direct date. when the system date is not equal to hardcoded date alarm in not invoking. But when i change system date

[android-developers] AlarmManager and Service

2011-07-29 Thread kirti waykole
Hello, I am new in android. I am using AlarmMagener in my application. i am setting Alarm to some date. now i am giving direct date. when the system date is not equal to hardcoded date alarm in not invoking. But when i change system date to given date still is not invoking. Please help me

[android-developers] [android] pending Intent

2011-07-27 Thread kirti waykole
hi, I am implementing Alarm Manager in my application. I also using Pending Intent. when i set alarm to current date its working fine. but when i set alarm for dynamic date its not working. alarm not in invoking after changing the date. plz help whats going wrong or something i missed to used in

[android-developers] Date Query

2011-07-25 Thread kirti waykole
hello , I am new in Android. I am trying to make reminder system. i made 1 database and storing all data in that database. now i want to get date from database in (dd/mm/) format. I want to compare that date with system . Plz guide me how can i do this. thanks in advance -- You received

Re: [android-developers] Re: Date Query

2011-07-25 Thread kirti waykole
thanks to all... to give your valuable feed back 2011/7/25 ΙΟΥΛΙΑ ΓΡΗΓΟΡΙΑΔΟΥ iouliag...@gmail.com you could convert you date like this: private Date ConvertToDate(String dateString){ SimpleDateFormat dateFormat = new SimpleDateFormat(-MM-dd HH:mm); Date convertedDate; try {

[android-developers] Query database

2011-07-19 Thread kirti waykole
hello all, I am new in android . I have problem with database. Plz see the below code. database is not creating. Plz help me thanksin advance this is my dBHelper class package com.example.android; import android.content.ContentValues; import android.content.Context; import

[android-developers] Display on Screen

2011-07-15 Thread kirti waykole
hello all, I am new in android . I want display all data from database. i am not using any gridview.on plan Screen i want display all data from database. How should i do this . plz guide me. Thanks in advance -- You received this message because you are subscribed to the Google Groups Android

[android-developers] database query

2011-07-14 Thread kirti waykole
hello all, I am new in android . I want to use database for storing my application data.Plz tell me how to use database in android application Thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: database query

2011-07-14 Thread kirti waykole
thank you so much for your valuable reply...it works On Fri, Jul 15, 2011 at 8:09 AM, Chris crehb...@gmail.com wrote: http://lmgtfy.com/?q=android+application+database That should help you. -- You received this message because you are subscribed to the Google Groups Android