[android-developers] Re: Back key handling with ActivityGroup in TabView

2011-11-03 Thread piyu
Hi Arnouf, After debugging application I found that in tab content activity group if opened activity view component is not have focus then its call finish(), onKey() methods of tab activity instead of current activity of tab group. please let me know how to handle it. We have to provide support

[android-developers] Back key handling with ActivityGroup in TabView

2011-11-02 Thread piyu
Hi, In my application I am adding activity group in my Tab content to open new activities in same tab. And in onKey handling inside tab child activity calling popView() method of activity group witch is having track of all child activities of that tab. This case is working fine if tab child

[android-developers] How to disable any android application.

2010-09-14 Thread piyu
Hi, I want to create api in android source code to dissable installed android application ( not uninstalled).Is there any pointer for this task? By using this api in system application user can select desired application to dissable and enable when it needed. For example I have installed paid

[android-developers] Re: java.lang.NullPointerException when trying to edit strings.xml

2010-07-01 Thread piyu
Hi, In string.xml change only values of string ,If you want to change name of string then you must change in your project where you are using that name. like R.string.example. On Jun 30, 8:25 pm, Chappers danchapp...@gmail.com wrote: Hello all, Firstly my appoogies in advance, I know this

[android-developers] Re: Loading from a compiled xml file

2010-07-01 Thread piyu
Hi John, Can copy here code to know how you are reading fron input stream. Thanks in advance. On Jul 1, 12:36 am, RespeckKnuckles (John Licato) respeckknuckl...@gmail.com wrote: Hey guys, I have some xml files with a custom format (based on the scxml specifications) that I want my

[android-developers] Input/Output Api in android

2010-04-12 Thread piyu
Hi All, I am having one doubt in java i/o APIs which api should use for input output operation in android applications java i/o or nio APIs ? For basic operation to read input stream which one is recommended ? thanks in advance -- You received this message because you are subscribed to

[android-developers] Input/Output Api in android

2010-04-12 Thread piyu
Hi All, I am having one doubt in java i/o APIs which api should use for input output operation in android applications java i/o or nio APIs ? For basic operation to read input stream which one is recommended ? thanks in advance -- You received this message because you are subscribed to

[android-developers] Re: Unable to edit the SyncAdapter Contacts

2010-04-07 Thread piyu
Hi Jegadeesam M, No only photo and name details you can edit, For that you can create your own edit activity with same intent filter. On Apr 5, 9:03 pm, Jegadeesan M jeg...@gmail.com wrote: Hi All , Actually i tried the SampleSyncAdapter (Sample Sync Adapter examples), its working fine

[android-developers] Re: Contacts FAQ?

2010-04-01 Thread piyu
Hi , In android2.1 contacts app no provision to edit other fields except name and photo details for custom sync accounts.It may intentional in android 2.1 contacts b'coz in ExternalSource.java inflate photo and name is adding by new DataKind(String mimeType, int titleRes, int iconRes, int

[android-developers] How access restricted contacts in third party app

2010-03-26 Thread piyu
Hi All, I am developing a sync application which can sync multiple sync account contacts in server. To take a backup of all contacts I am reading raw_contacts from Raw_contacts table but problem is I am not getting restricted contacts of facebook and others in query for Raw_Contacts.ContentUri.

[android-developers] read-only contact

2010-03-22 Thread piyu
How to make any contact as read-only in android contacts application. My requirement is I want add some contact as read-only contact in android 2.1 contacts application for my sync account not all. suppose I added 4 contact A , B, C and ,D in my account. now I want to show contact B as read - only

[android-developers] SyncAdapter sync1 column in android 2.1 api

2010-03-17 Thread piyu
Hi, I am trying to develop contact sync application using android 2.1 sync APIs. In raw_contacts table I am using sync1 column to store a custom value for maintaining my server contact change log. My query is what happens if there are multiple accounts which are using this sync1 column? Is