[android-developers] kxml2 api in 1.0

2008-12-15 Thread Raja Nagendra Kumar
Hi, kxml2 was bundled by default in m5 SDK, however in 1.0 this does not exist any more.. is there a way to include this along with our application.. Does any one have good approach to migrate from kxml2.0 to what andorid supports for xml parsing? Regards, Nagendra

[android-developers] apache httpclient usage in 1.0 r2 release

2008-12-17 Thread Raja Nagendra Kumar
Hi, Trying a simplge connection in andorid using the 3rd party library Apache Client (these libs were present by default in M5 now that it is removed, compiling by including these as part of my app).. However this results in unknown error.. the stacktrace is below.. [logConsole] I/TNS_DIALER(

[android-developers] Re: apache httpclient usage in 1.0 r2 release

2008-12-17 Thread Raja Nagendra Kumar
Thank You Jason, This was the issue.. However, it would have been nice, if emulator 1.0 r2 would shown this as security exception rather than showing it as error in apache. Regads, Nagendra On Dec 17, 10:42 pm, Jason Proctor ja...@redfish.net wrote: did you request internet permission for

[android-developers] M5's api equivalent of Activities showAlert() method in 1.0 r2

2008-12-17 Thread Raja Nagendra Kumar
In M5 show alert used like this use to show model an allert with message and ok button. aActivity.showAlert(null,0,aMessage, OK,true); This use to go away on pressing the fire button. However on 1.0, this method is removed..and hence using new AlertDialog.Builder(aActivity)

[android-developers] Warning on Ignoring InnerClasses attribute with dex

2008-12-18 Thread Raja Nagendra Kumar
Could any one explain what is the meaning of the below warning of dex tool [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was probably produced by a broken compiler.) This comes when

[android-developers] WTK Like debuging

2008-12-19 Thread Raja Nagendra Kumar
integration with any IDE. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ 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

[android-developers] Re: Warning on Ignoring InnerClasses attribute with dex

2008-12-19 Thread Raja Nagendra Kumar
, Nagendra On Dec 18, 7:12 pm, alan a...@birtles.org.uk wrote: kxml is built into android so you shouldnt need to include that jar (you need to use the xmlpull.org interface rather than calling kxml directly) On Dec 18, 8:20 am, Raja Nagendra Kumar nagendra.r...@gmail.com wrote: Could any one

[android-developers] Re: M5's api equivalent of Activities showAlert() method in 1.0 r2

2008-12-19 Thread Raja Nagendra Kumar
/AlertDialog.Buil...) Using null for the listener will dismiss the dialogue when the button is pressed. Al.http://andappstore.com/ Raja Nagendra Kumar wrote: In M5 show alert used like this use to show model an allert with message and ok button.     aActivity.showAlert(null,0,aMessage, OK,true

[android-developers] Re: Dynamically changing the language at runtime

2009-01-23 Thread Raja Nagendra Kumar
at 10:10 PM, Raja Nagendra Kumar nagendra.r...@gmail.com wrote: Is there any good example to show how a single compiled application could support both english and say germany.. The aapt approach and Resource R.java approach seems to me that, we may need to have one binary for english

[android-developers] Re: Dynamically changing the language at runtime

2009-01-25 Thread Raja Nagendra Kumar
On Jan 25, 2:28 am, Dianne Hackborn hack...@android.com wrote: This isn't really supported, though you can change the language of the Configuration used by your Resources object. Could you pl. let me know the API to make this change.. Regards, Nagendra

[android-developers] Re: Different package name than the one in AndroidManifest.xml to the generated resource class

2009-01-25 Thread Raja Nagendra Kumar
at 10:06 PM, Raja Nagendra Kumar nagendra.r...@gmail.com wrote: aapt while generating the resources, is it possible to provide a different package name for the generated R.java class. Currently it seems to use the same package name as the one in manfifest defination

[android-developers] Re: Dynamically changing the language at runtime

2009-01-26 Thread Raja Nagendra Kumar
app, though, not things displayed by others like your notifications (those will still use the system's locale). On Fri, Jan 23, 2009 at 10:39 PM, Raja Nagendra Kumar nagendra.r...@gmail.com wrote: Hi Romain, Thank You Romain, a follow up to this how do I change

[android-developers] Specific Design significance of Attribute Name Spaces in AndroidManifest Files.

2009-01-26 Thread Raja Nagendra Kumar
spaces are very usual.. Android has just reverse.. any reason why tag name spaces are assumed and attribute name spaces are specified in the xmls.. Any design or any special focus for andorid to use like this.. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com

[android-developers] Can the manfifest name be different than AndroidManifest.xml

2009-01-26 Thread Raja Nagendra Kumar
Is it possible to name manfifest file different than AndroidManifest.xml.. like in jar -m to build jar files.. Would this have any impact on all other tools of andorid using manfiest files.. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com

[android-developers] Re: Specific Design significance of Attribute Name Spaces in AndroidManifest Files.

2009-01-26 Thread Raja Nagendra Kumar
When we remove android: in the activity defination aapt reports error [aapt] F:\tejasoft\work\products\dialer\mobile\android\build\temp \manifest\ AndroidManifest.xml:44: Tag activity missing required attribute name. The default name space should have been assumed to be same as tag name

[android-developers] Re: How good to use intents with an application to communcate and modularise it

2009-01-27 Thread Raja Nagendra Kumar
Could any one from Android team, pl. provide your comments.. --~--~-~--~~~---~--~~ 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

[android-developers] Re: How good to use intents with an application to communcate and modularise it

2009-01-30 Thread Raja Nagendra Kumar
missing.. On Jan 27, 5:43 pm, Peli peli0...@googlemail.com wrote: Is it advisable to uses Intent approach from switching from one view of the other, which are part of the same application Yes, it is advisable. Peliwww.openintents.org On Jan 24, 8:22 am, Raja Nagendra Kumar nagendra.r

[android-developers] Re: Specific Design significance of Attribute Name Spaces in AndroidManifest Files.

2009-01-30 Thread Raja Nagendra Kumar
Any insites by experts pl.. --~--~-~--~~~---~--~~ 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

[android-developers] Interupt rasing to check application stability

2009-01-30 Thread Raja Nagendra Kumar
, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ 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

[android-developers] J2ME Sprite equivalent api

2009-01-30 Thread Raja Nagendra Kumar
Does Android has any equivalent Sprint API of J2ME.. Drawable does not seem to support cliping regions... Regards, Raja Nagendra Kumar. C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Specific Design significance of Attribute Name Spaces in AndroidManifest Files.

2009-01-31 Thread Raja Nagendra Kumar
Thank you for reply. Any good reason for doing it.. Most of the designs aim to assume reasonal defaults to min typing and do more with less.. Regards, Nagendra --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: How good to use intents with an application to communcate and modularise it

2009-01-31 Thread Raja Nagendra Kumar
Hi Firedger, Thank you bringin clarity by way of internal and external. The one I am refering here is for internal usage. The application I am refering here has Main menu list, which has Settings and About and Help as menu items. On user choosing Settings it would show submenu Login Register

[android-developers] Re: How good to use intents with an application to communcate and modularise it

2009-02-03 Thread Raja Nagendra Kumar
..with in AndroidManfiest.xml as it could could give a different impression that all of different functional units usable by other applications.. Regards, Raja Nagendra Kumar www.tejasoft.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] .apk file resource optimisation

2009-02-03 Thread Raja Nagendra Kumar
, as this could further bring down the .apk size. I understand it needs more runtime memory though.. Are there any options to pack the resources this way already.. As Android seems to run j2se.. I am assuming that such kind of runtime memory is not an issue. Regards, Raja Nagendra Kumar, C.T.O

[android-developers] Resource files XML imports

2009-02-04 Thread Raja Nagendra Kumar
, if the view is very complex.. better to manage them as different xml's. Are there any other approach to handle this.. by way R inheritance etc.. I suppose only one R supported per application.. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You

[android-developers] Re: Resource files XML imports

2009-02-09 Thread Raja Nagendra Kumar
Any expert help pl..if not supported now.. would this be considered for future... --~--~-~--~~~---~--~~ 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] Re: J2ME Sprite equivalent api

2009-02-09 Thread Raja Nagendra Kumar
Hi in the lastest SDK release openGL api does not seem to be supported.. for eg. looking for OpenGL in the javadoc of sdk 1.0 but dont find any. Looks like they were there in M5 sdk. If we were to use openGL library, does any have a link to this library, which has been tested to work with

[android-developers] Re: J2ME Sprite equivalent api

2009-02-10 Thread Raja Nagendra Kumar
Hi Mike, android.graphics.Bitmap and android.graphics.Canvas does seem to have clip support as they support very low level way to do things. We are exploring the option of using openGL as they have higher level support for animations and image manipulations. In this regard, I am looking to know

[android-developers] Re: J2ME Sprite equivalent api

2009-02-10 Thread Raja Nagendra Kumar
Oh ok..Got it.. we need to use all the OpenGL functionality though GL interfaces only.. Thank you Romain and Mike. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Any reason for not supporting capital letters in image file names of aapt tool

2009-02-17 Thread Raja Nagendra Kumar
, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ 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

[android-developers] Re: Any reason for not supporting capital letters in image file names of aapt tool

2009-02-22 Thread Raja Nagendra Kumar
and Tejasoftsplash.png the same file or different files? They are same and one only. It would have been really nice to aapt to support Mixed Case filenames as it happens with Java Class Names. Regards, Nagendra On Feb 17, 11:42 pm, fadden fad...@android.com wrote: On Feb 17, 3:02 am, Raja Nagendra

[android-developers] Couldn't get connection factory client

2009-09-10 Thread Raja Nagendra Kumar
to say it is a Invalid Map API key etc. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ 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

[android-developers] Platform 1.5 with Google Map API does it has any platform number

2009-09-10 Thread Raja Nagendra Kumar
Hi, Is there a way to recognize 1.5 platforms with addon ap google maps. In absense of such things, we could recognize by trying to load the class MapView. In case the api level has different number for this special addon, we wish to use this approach. Regards, Raja Nagendra Kumar, C.T.O

[android-developers] AndroidManifest compile time checks

2009-09-11 Thread Raja Nagendra Kumar
. provide such check. if not, what is the expected behaviors for the action and category provided. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] classes.dex decompiler

2009-10-06 Thread Raja Nagendra Kumar
Hi, Is there a way to unzip and see what files exists in classes.dex file. Are there winzip like utilities for .dex viewers. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Differences in building for target 2 and target 3 in 1.5 sdk

2009-10-07 Thread Raja Nagendra Kumar
it does the build) Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ 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

[android-developers] is any one sucefully deployed gmaps application on target 2

2009-10-07 Thread Raja Nagendra Kumar
=com.google.android.maps / from manifest. The application compiles and installs fine on target 2 avd, however on start of the application it says super class of the map app not found which is MapActivity. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com

[android-developers] Re: Differences in building for target 2 and target 3 in 1.5 sdk

2009-10-08 Thread Raja Nagendra Kumar
Hi Fred, Thank you for the pointers, could you pl. explain more on where exactly is the difference in compiling and building the application for Target 2 and Target 3. I understand Target 3 has maps.jar add on as booth path and for target 2 one needs to add the maps.jar as class path (i.e as

[android-developers] Android SDK google maps api issue

2009-10-09 Thread Raja Nagendra Kumar
Hi, Has any one tried building maps application using the target 1 or 2. I see the size of the maps.jar is just 22kb where as for 1.6 with 3 and 4 it is 384kb. D:\Apps\java\mobile\android\sdk16\add-ons\google_apis-3\libs Is some thing wrong here.. Regards, Raja Nagendra Kumar, C.T.O

[android-developers] Re: how to create our own BorderLayout

2009-10-18 Thread Raja Nagendra Kumar
documents and sames on similar kind of work would help. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Best embeeded Database for android

2009-11-15 Thread Raja Nagendra Kumar
Hi, Could any one comment on the following http://www.mcobject.com/march9/2009 benchmarks provided by MCObject. We are looking for a right database which works on all smart phones with Android, JavaME and RIM and Windows Phones. Regards, Nagendra -- You received this message because you are

[android-developers] Task List

2009-11-19 Thread Raja Nagendra Kumar
Hi, Does Android 2.0 support Tasksbar to view the list of applications which are opened.. Application switching this way can be much faster than every time going to app and starting. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -- You received this message because you are subscribed

[android-developers] i18n android view xml's refernece resolver/handler

2009-11-25 Thread Raja Nagendra Kumar
of ours usable by the view xml files which depend on the android compiler generated resources. Is it possible to add a hook to the resource compiler to call our routine some way, so that we will be able to do some thing.. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -- You received

[android-developers] Good example for showing exchanging of data mostly arrays or non premitive data types,objects

2008-03-24 Thread Raja Nagendra Kumar
many details to this regard. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ 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

[android-developers] Intent significance

2008-03-24 Thread Raja Nagendra Kumar
through intent extra.. etc.. this seem to work.. however not sure when this could fail.. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: Good example for showing exchanging of data mostly arrays or non premitive data types,objects

2008-03-24 Thread Raja Nagendra Kumar
applications, I believe that's where you'd want to look into using a content provider. On Mar 24, 11:11 am, Raja Nagendra Kumar [EMAIL PROTECTED] wrote: Hi, I am looking for a solid example, which does pass on objects, array of objects while a new intent is beeing created either by main activity

[android-developers] Re: ListAdapter -- ArrayAdapter

2008-03-24 Thread Raja Nagendra Kumar
True vdhielko, I was passing 2nd parameter as 0 and hence the issue. The message looked to me like it was looking for resource x0 etc.. I usedandroid.R.layout.simple_list_item_1 this as param then it worked. Regards, Nagendra On Mar 22, 9:46 pm, [EMAIL

[android-developers] Re: History

2008-03-24 Thread Raja Nagendra Kumar
How about jumping to childs - parent - parent screen.. i.e grand parent of child , is there any history kind of object so that I enumerate the histroy and take certain decitions. Regards, Nagendra On Mar 22, 6:51 pm, Raja Nagendra Kumar [EMAIL PROTECTED] wrote: Hi Dan, Thank you dan, yes

[android-developers] Two emulators the same machine

2008-03-25 Thread Raja Nagendra Kumar
to start two emulators, however not having clues on how to install the application to each of these emulators and attach a log console to each of them. I understand there is some thing like port number, default port number etc.. Could one share their experience pl. Regards, Raja Nagendra Kumar, C.T.O

[android-developers] Re: Two emulators the same machine

2008-03-26 Thread Raja Nagendra Kumar
We see there are bugs in -d option..It is accepting any random device name too and attaching it self to first found device. adb -d dd logcat is accepted - as dd does not exist it should report the issue.. In the interest of other developers the -d takes value 1 to 16 and not the names which

[android-developers] bug in onListItemClick call for the emulator with skin HVGA-L

2008-03-26 Thread Raja Nagendra Kumar
Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ 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

[android-developers] Re: Good example for showing exchanging of data mostly arrays or non premitive data types,objects

2008-03-26 Thread Raja Nagendra Kumar
the programing logic. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com On Mar 26, 3:04 pm, Amos [EMAIL PROTECTED] wrote: Here is the sample code for passing Object references between activities: I have a class called ReferencePasser, which wraps a HashMap:                 import java.util.HashMap

[android-developers] Re: adb logcat -f out.log doesn't work?

2008-03-26 Thread Raja Nagendra Kumar
Hi, May be there are big issues in the arguments checking in sdk tools. adb logcat APP_FILTER_TAG or emulator -logcat APP_FILTER_TAG does not seem to work as expected. I am still seeing all the log messages which are of different tag than APP_FILTER_TAG. Regards, Raja Nagendra Kumar, C.T.O

[android-developers] Re: Good example for showing exchanging of data mostly arrays or non premitive data types,objects

2008-03-26 Thread Raja Nagendra Kumar
Hackbod, I clearly understand this swapping approach to release the resources and memory. But question is why the framework can't handle this transperently i.e transperently storing the object status of background process it is killing and getting it back with out programmer need to take care of

[android-developers] Re: Good example for showing exchanging of data mostly arrays or non premitive data types,objects

2008-03-27 Thread Raja Nagendra Kumar
My reply inline.. On Mar 26, 10:59 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: How would you want to make it more transparant? If you want to kill activities when they are in the background and restore them when the user wants to see it again you have to save the state of the objects.

[android-developers] emulator without keyboard

2008-03-27 Thread Raja Nagendra Kumar
Hi, Is there a way to start the emulator with out the visual keyboard to its right. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: Good example for showing exchanging of data mostly arrays or non premitive data types,objects

2008-03-28 Thread Raja Nagendra Kumar
.. Regards, Nagendra On Mar 27, 9:14 pm, hackbod [EMAIL PROTECTED] wrote: On Mar 27, 8:28 am, Raja Nagendra Kumar [EMAIL PROTECTED] wrote: Is this not very close to how O.S manage the memory swapping to database.. Uh...  not sure I understand.  There isn't really swapping to the database

[android-developers] Progmatic Selection of List Item

2008-04-03 Thread Raja Nagendra Kumar
Hi, in ListActivity UI, how to pre select an item in the list, so that as soon as the list gets displayed, that item would be selected. Regards, Nagendra --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: adb logcat -f out.log doesn't work?

2008-04-03 Thread Raja Nagendra Kumar
=debug, v=verbose) the syntax tag:* is not supported. try doing the following: adb logcat '*:s APP_TAG:v' this should ensure that only traces from your apps are displayed On Fri, Mar 28, 2008 at 3:36 AM, Raja Nagendra Kumar [EMAIL PROTECTED] wrote: I have stated both emulator

[android-developers] Re: Progmatic Selection of List Item

2008-04-03 Thread Raja Nagendra Kumar
But why is such behavior, I would expect the display to be highlighted.. is this a bug.. On Apr 3, 11:26 pm, Romain Guy [EMAIL PROTECTED] wrote: Note that you will not see a highlighted selection initially when your List is displayed You will if the activity is launched using the keyboard

[android-developers] proxy

2008-04-04 Thread Raja Nagendra Kumar
; org.apache.commons.httpclient.methods.PostMethod; org.apache.commons.httpclient.params.HttpMethodParams; For these api to work through proxy do I need to have special parameters to let net connection happen!! Pl. help.. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com

[android-developers] How to initiate call

2008-04-10 Thread Raja Nagendra Kumar
Hi, What are the api related to dialing a perticular number from the andorid application. I am unable to find api or package related to dialing. Regards, Nagendra --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: JAD - Java Application Descriptor like

2008-04-10 Thread Raja Nagendra Kumar
as new text file instead of placing this with the application jar (.apk) file. Regards, Nagendra On Apr 4, 10:13 pm, David Given [EMAIL PROTECTED] wrote: Raja Nagendra Kumar wrote: [...] Once the application is compiled and packed, is there a way provide external properties to the andorid

[android-developers] i18n tutorials

2008-04-15 Thread Raja Nagendra Kumar
Hi, I am looking to i18n tutorials for Andorid applications. Could any one point me to URL's which could boot strap and provide quick start, tips and utilies related to this topic.. Regards, Raja Nagendra Kumar, C.T.O. www.tejasoft.com --~--~-~--~~~---~--~~ You

[android-developers] Re: How to initiate call

2008-05-07 Thread Raja Nagendra Kumar
Any inputs pl.. --~--~-~--~~~---~--~~ 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 [EMAIL

[android-developers] Re: Reference to current Activity being displayed/shown

2008-05-07 Thread Raja Nagendra Kumar
Any inputs pl.. --~--~-~--~~~---~--~~ 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 [EMAIL

[android-developers] Re: Why can't I connect to network using emulator

2008-05-11 Thread Raja Nagendra Kumar
Could you try and see if providing the direct IP helps.. Also what configuration did you follow to enable proxy.. need to use the following db shell sqlite3 /data/data/com.google.android.providers.settings/databases/ settings.db INSERT INTO system VALUES(99,'http_proxy','192.168.0.88:8118');

[android-developers] Re: How to initiate call

2008-05-16 Thread Raja Nagendra Kumar
Hi Charlie, Thank you for the pointer.. However I am unable to understand the document w.r.t to how to use the same.. Is there any sample on how to make a call or how to open up a inbuilt browser would help.. Regards, Nagendra --~--~-~--~~~---~--~~ You received

[android-developers] Re: How to initiate call

2008-05-16 Thread Raja Nagendra Kumar
Charlie, Based on further hurisctic coding I did the following added the line (just below manifest tag in AndroidManifest.xml) file uses-permission id=android.permission.CALL_PHONE/ and used the code Intent dial = new Intent(); dial.setAction(android.intent.action.CALL);

[android-developers] Re: How to initiate call

2008-05-16 Thread Raja Nagendra Kumar
The error is permission denial.. requires android.permission.CALL_PHONE etc.. How do I over come this.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: How to initiate call

2008-05-16 Thread Raja Nagendra Kumar
Thanks murphy.. I am now able to call in both the modes using intent and also iphone interface. Charlie Collins, could you pl let me know why you did not recommend IPhone approach as this is seems to be simple api call as opposed to intent apporach.. Also, not getting the difference between

[android-developers] Read and modify and write back contacts

2008-05-16 Thread Raja Nagendra Kumar
Hi, Any sample code to read all the phone contacts and write them back after few modifications. I am also looking to add some new fieds to existing contacts e.g say the call history etc.. Regards, Nagendra --~--~-~--~~~---~--~~ You received this message because

[android-developers] Re: intent-filter need and good document

2008-05-16 Thread Raja Nagendra Kumar
/ category android:value=android.intent.category.DEFAULT / type android:value=vnd.android.cursor.item/ vnd.google.note / /intent-filter /activity Regards, Nagendra On May 16, 9:55 pm, Raja Nagendra Kumar [EMAIL PROTECTED] wrote: Hi, Against each activity

[android-developers] Partial changes to the existing applications

2008-05-16 Thread Raja Nagendra Kumar
andorid version etc.. In all is it possible to add new view items to existing screens of an application and provide respective functionality. Any insites to this would be of great help. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You

[android-developers] Re: Read and modify and write back contacts

2008-05-16 Thread Raja Nagendra Kumar
Any samples pl.. --~--~-~--~~~---~--~~ 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 [EMAIL

[android-developers] Re: JAD - Java Application Descriptor like

2008-05-18 Thread Raja Nagendra Kumar
Hi Shane, What you are saying seems to different than what David is saying. Your approach seems to be based on your own client which is may not be same as normal android applications. Is this correct.. I am looking for JAD kind support on normal application which does run though slideme etc. Do

[android-developers] Re: Built in Location Provider

2008-05-18 Thread Raja Nagendra Kumar
Hi Fernando, Thank you for the details. Fernando, is it possible to get the name of the location as opposed to just altitude and longitude. If yes, could you let me know the way. Also, I am looking for not only knowing the device users locations, but also the callers current location. Is this

[android-developers] Network Connection while the phone is ringing

2008-05-20 Thread Raja Nagendra Kumar
Does Andorid has any restriction on making a network connection during a incoming call. I know in J2ME there are restrictions like this. Basically, could a custome software take a control of a incoming call and based on user preferences on the network, could it do some just in time history

[android-developers] Re: Read and modify and write back contacts

2008-05-25 Thread Raja Nagendra Kumar
Looking for expert suggestions.. --~--~-~--~~~---~--~~ 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

[android-developers] Re: Network Connection while the phone is ringing

2008-05-25 Thread Raja Nagendra Kumar
Vinay and Digg, thank you for providing the insites.. One more doubt on this.. is ring time treated as voice active line.. I am looking for network connectivity during the ringing of the phone and not when the phone is picked up and voice conversation is on. Also, could you pl. help me with all

[android-developers] Custom Widget reference in View XML

2009-12-03 Thread Raja Nagendra Kumar
the tag name change it has no package name and also is not same as class name VternalPreview android:id=@+id/camerascreen android:layout_marginTop=20dip android:layout_width=240px android:layout_height=160px/ /LinearLayout Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -- You

[android-developers] Re: Custom Widget reference in View XML

2009-12-07 Thread Raja Nagendra Kumar
Looking to get forums attention on this.. in case it is not possible currently, could all of you vote for such feature in the upcoming skd releases pl.. Android is very power full and try to give most of it though XML interface.. however some of such features can make xml very painful to

[android-developers] a prabable bug in android.bat

2010-01-01 Thread Raja Nagendra Kumar
Hi, We are trying to create avd though ant using the android bat.. When we execute [echo] Creating avd profile: foo1.5 [exec] Current OS is Windows XP [exec] Executing 'cmd' with arguments: [exec] '/c' [exec] 'android' [exec] 'create' [exec] 'avd' [exec]

[android-developers] Android SDK Version info

2010-01-02 Thread Raja Nagendra Kumar
Hi, How to get the SDK Version at run time of java program. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -- 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

[android-developers] Bug:android emulator does not complain with wrong or non existant avd

2010-01-03 Thread Raja Nagendra Kumar
Hi, When the android emulator is tarted with non existing avd value, it does not start the emulator nor gives any error message. It may be good to let the user know that avd xyz supplied did not exist. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -- You received this message because

[android-developers] Inconsistant naming for SDK 2.1

2010-04-06 Thread Raja Nagendra Kumar
Hi, I find that the name of google maps api directory in 2.1 platform is wrong google_apis-3-r03 while all others google_apis-4_r02 i.e - prefixed instead of _ used for release. Regards, Nagendra -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Diapad phone red button press

2010-06-27 Thread Raja Nagendra Kumar
Sorry..Here is my Question.. We have a application which initiates a call using the Intents to Android Dialer In a normal context, the user of the application makes the call and ends the call by red button press. We are looking to automate such actions of the users though the testcase api.

[android-developers] Re: Need some Generics Experts inputs

2010-07-01 Thread Raja Nagendra Kumar
Thank You Joe.. Your references are very helpful. Regards, Nagendra www.tejasoft.com -- 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,

[android-developers] Optional and Manditory attributes or how say global defaults

2009-04-30 Thread Raja Nagendra Kumar
Hi, From the sdk documentation, is there a way to find out which of the Widget XML attributes are mandatory and which are optional. ScrollView xmlns:android=http://schemas.android.com/apk/res/android; android:id=@+id/add_relations android:layout_width=fill_parent

[android-developers] Is there a way to define default attributes of a Widget as applicable the application in context

2009-04-30 Thread Raja Nagendra Kumar
, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ 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

[android-developers] Theme and Styles stores

2009-04-30 Thread Raja Nagendra Kumar
Hi, Any Theme and Style store available for preview and purchase. What is the good source to develop Themes and styles for andorid. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] winhelp format of sdk docs

2009-05-01 Thread Raja Nagendra Kumar
Hi, Are any one aware of good place to download winhelp format of Android SDK. The current SDK's docs and search capabilities are too limited. I am aware of http://www.allimant.org/javadoc/index.php for javadoc format.. but Android sdk does not seem to follow normal javadoc format.. which

[android-developers] xml view defination to take event handler class name

2009-05-01 Thread Raja Nagendra Kumar
in the xml definition. Most of the time dealing with id's for attaching listeners is affecting our productivity. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Android Menu

2009-05-01 Thread Raja Nagendra Kumar
than physical device size. In other words, for the screen boarder layout should be applied with menu always shown (in bottom border), the application form in the center. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: xml view defination to take event handler class name

2009-05-02 Thread Raja Nagendra Kumar
Nice to note this.. in which release could be expect this feature in.. when is the expected date for this release...pl. Regards, Raja Nagendra Kumar, www.tejasoft.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: Android Menu

2009-05-02 Thread Raja Nagendra Kumar
ok. One of the point we were considering was to allow the users to choose if he needs always visible menu (specially if the menu items or one or two). Also application using both menu and layout buttons could possibly confuse the users and may not be a good UI design. Regards, Raja Nagendra

[android-developers] is android:layout_width and android:layout_height manditory attributes

2009-05-02 Thread Raja Nagendra Kumar
message instantiation exception. Are there any safe defaults assumed. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Template ROW using xml and api

2009-05-02 Thread Raja Nagendra Kumar
android:layout_height=wrap_content android:text=@string/blQuery/ /TableRow some thing similar to clone of existing row but with different id's etc. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com

[android-developers] Validating view components at compile time

2009-05-02 Thread Raja Nagendra Kumar
Hi, We see that if there are any xml view tags, which does not exist are going though at compile time but fails at run time.. such as xml like below are valid during compile time but not at run time as it is not able to find ATableLayout ATableLayout android:layout_width=fill_parent

[android-developers] AOP support

2009-05-02 Thread Raja Nagendra Kumar
Hi, Does AOP support with in Android sdk. If no, is it possible to use the exsiting AOP impl. and use them to bulild the application. Does AOP break Andriod applications design in any way. Any URL to know more on this topic would be very useful. Regards, Raja Nagendra Kumar, C.T.O

  1   2   >