Re: [android-developers]

2012-07-12 Thread pushpa nc
Use Locationlistener class to get the location info and upload the data to server when location changes. Refer the below link. http://developer.android.com/reference/android/location/LocationListener.html On Thu, Jul 12, 2012 at 3:54 PM, Vijay Krishnan wrote: > Hi all, > I want to update

Re: [android-developers] Databse

2012-08-27 Thread pushpa nc
Post ur code, we can try to solve. There might be some bug in your code. *Regards* Pushpa On Tue, Aug 28, 2012 at 9:20 AM, Sadhna Upadhyay wrote: > Hi everyone, > > i have created database and when i am inserting value and passing > value in another activity, it is printing double double

Re: [android-developers] Database

2012-08-30 Thread pushpa nc
Use Slqlite to create database. Its very simple follow below link you get an idea http://www.vogella.com/articles/AndroidSQLite/article.html For setting the database content to list view use simpleCursorAdapter. http://developer.android.com/reference/android/widget/SimpleCursorAdapter.html On F

Re: [android-developers] Re: get the text in edit text on button click

2012-06-04 Thread pushpa nc
In your activity class do the following EditText text = (EditText) findViewById(R.id.youredittextid); EditText text1 = (EditText) findViewById(R.id.youredittextid); and implement onclicklistener btn.setOnclickListener(new OnclickListener(){ public void onclick(){ text.setText("Textva

Re: [android-developers] Fails to delete row from "content://call_log/calls"

2012-06-05 Thread pushpa nc
Did you observe the logcat? If you can show your log cat messages we can try. On Tue, Jun 5, 2012 at 1:43 PM, Put_tiMe wrote: > The ContentResolver.delete call fails, i.e. returns zero rows deleted, > even though the row exists and the parameters passed are correct. > > Any idea how to debug/fix

Re: [android-developers] First App on an Android - CalDAV4j

2012-06-18 Thread pushpa nc
Where are keeping your jar file? which tool you use to develop your application? On Mon, Jun 18, 2012 at 9:50 AM, bibble_235 wrote: > Hi all, > > I am writing my first App on an android and would like some help. > > I wanted to use the library CalDav4j. I have compiled my code but it will > not

[android-developers] OnAudioFocusChangeListener is not working as expected

2012-06-19 Thread pushpa nc
Hi all, I am developing an application, where i need to capture the timestamp of music starts and ends. For that have used OnAudioFocusChangeListener, and request for AUDIO_GAIN event. Below is my code. public class AudioManagerExample extends Activity implements OnAudioFocusChangeListener{

Re: [android-developers] Difference between Google Market billing and Google Play billing

2012-06-21 Thread pushpa nc
Yes both are same On Fri, Jun 22, 2012 at 9:34 AM, Sandeep Venkat wrote: > *What is difference between Google Market billing package and Google Play > Billing lib*.Is it same? I am searching for Google Market billing package > but i am not getting it after installing all the updates.I got only Go