[android-developers] save contact on phone device and sync to google account

2016-09-08 Thread Pushpa Online
sync that contact automatically to google account. thanks pushpa -- 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+unsubscr...@

[android-developers] Android Progaurd Obfuscation for Interface

2016-02-11 Thread Pushpa Latha
I am a newbie to Android development. From the past 2 days i have stuck into a problem. I'm using an Interface as shown below, public interface Interface1 { void fun1(Integer EmployeId); } Progaurd-rules.pro -keepparameternames -keep public interface packagename.classna

[android-developers] https://acadgild.com/blog/analyze-manage-android-devices-memory-allocation-through-ddms-mat/

2016-01-30 Thread pushpa latha
https://acadgild.com/blog/analyze-manage-android-devices-memory-allocation-through-ddms-mat/ Kindly go through this blog and provide me feedback. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop rece

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] 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 d

Re: [android-developers] PACKAGE_USAGE_STATS exception

2012-07-23 Thread Pushpa
Then, What is the alternative to get the usage statistics. Which API should we use to get this? *Regards* Pushpa On Saturday, March 26, 2011 3:51:26 AM UTC+5:30, MagouyaWare wrote: > > You have just been told by an Android Framework Engineer (Dianne) that you > CAN'T! That

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] 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

[android-developers] OnAudioFocusChangeListener is not working as expected

2012-06-19 Thread pushpa nc
permission? I had surfed a lot but not get the proper solution Please anybody could explain? Thanks Pushpa -- 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@googlegrou

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

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] 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

[android-developers] How to capture the usage time of background running application example music?

2012-05-27 Thread pushpa
I want to capture the usage time of background running application. Is there any alternative method to find the usage time apart from spare parts? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android