[android-developers] Why explicit need for Permissions to be specified in Manifest File

2012-02-23 Thread Raja Nagendra Kumar
automatic application introspection.. Basically looking for why android is designed for explicit permissions declaration.. when it can be automatically discovered at compiler time or at run time.. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com - Enterprise Mobile Applications Development -- You

[android-developers] Android 3.1 is too slow

2011-06-09 Thread Raja Nagendra Kumar
Hi, Android SDK simulators are dead slow even on i7 machines with 16 GB ram.. How does others manage to use it for development.. Are there any tweeks and tricks.. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: android.graphics.Point with no getter methods

2011-02-17 Thread Raja Nagendra Kumar
Nope.. I almost got used to not having any public fields in our code.. Thanx for letting me know android still uses such approach. -- 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.graphics.Point with no getter methods

2011-02-16 Thread Raja Nagendra Kumar
Hi, The point class at android.graphics.Point has no getter methods (getX() and getY()). How does one use Point in general and what is its value as Data Structure for co-ordinates. I am surprised and curies to know how is this used in any android application. Regards, Raja Nagendra Kumar, C.T.O

[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] 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] How to clean DDMS view of the logs though ant script

2010-06-24 Thread Raja Nagendra Kumar
Hi, Is it possible to clean DDMS logs clean up though ant script pl. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -Enterprise Mobile Products -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Inbuilt Test runner

2010-06-24 Thread Raja Nagendra Kumar
though ADB is horrible.. had to search to even to figure out how many tests have run and what their fate is :) Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -Offshore Enterprise Grade Java Products -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Inbuilt Test runner

2010-06-24 Thread Raja Nagendra Kumar
though ADB is horrible.. had to search to even to figure out how many tests have run and what their fate is :) Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -Offshore Enterprise Grade Java Products -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Diapad phone red button press

2010-06-24 Thread Raja Nagendra Kumar
Hi, Has any has success of pressing the redbutton of the dialpad, which is launched my their own application. We want to do press read button from ActivityInstrumentationTestCase2 testses on our own application. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -- You received

[android-developers] instrumentation tag internals

2010-06-09 Thread Raja Nagendra Kumar
='true' android:handleProfiling='true'/ Unable to understand its working, specially, how does the InstrumentationTestRunner find all the test cases and what is the way to write the manifest so that it runs only perticular suite and not all the test cases. Regards, Raja Nagendra Kumar, C.T.O

[android-developers] Package Both Test Cases and Application in single APK

2010-06-08 Thread Raja Nagendra Kumar
Hi, Is it possible to package test code with in the main application. If yes, what is the way to launch the test application after installing this application. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -Mobile Enterprise Applications Development Excellence -- You received

[android-developers] How to lanuch test application from phone

2010-06-08 Thread Raja Nagendra Kumar
main icon displayed. Could any one point us to right approach this regards Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -Mobile Enterprise Applications Development Excellence -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: How to lanuch test application from phone

2010-06-08 Thread Raja Nagendra Kumar
Nope.. Sachin, sorry for being less clear on my need. I was referring to a Test case application which has the test cases to test the main application. This TestCase Class inherits from ActivityInstrumentationTestCase2 which is not a activity and hence can't have be shown on Main Application

[android-developers] Need some Generics Experts inputs

2010-06-08 Thread Raja Nagendra Kumar
Hi, I see in android some special syntax (may be I am unaware of usage of generics this way) such as public static abstract class ActivityInstrumentationTestCase2T extends android.app.Activity extends android.test.ActivityTestCase I am unable to know the exact meaning of

[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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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: 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] 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] 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] 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] 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] Andriod applications and obfuscation

2009-07-22 Thread Raja Nagendra Kumar
Hi, Is any once successful in using obfuscation of .apk files. Are there any good documentation on options to be used with progaurd or any other obfucator. Regarrds, Raja Nagendra kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: IllegalAccessError - any clues when this may come..

2009-07-22 Thread Raja Nagendra Kumar
. 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 To unsubscribe

[android-developers] Re: Device firmware update

2009-07-22 Thread Raja Nagendra Kumar
Thank you Disconnect for this URL. Regards, Nagendra On Jul 15, 6:17 pm, Disconnect dc.disconn...@gmail.com wrote: http://www.htc.com/www/support/android/adp.html On Wed, Jul 15, 2009 at 7:49 AM, RajaNagendra Kumarnagendra.r...@tejasoft.com wrote: Are there any good source detailing

[android-developers] Re: Maps liberary as application liberary insted of shared lib

2009-07-22 Thread Raja Nagendra Kumar
Answering self.. It is possible to use the map.jar as application library. The above issue was because we were creating a MapView twice, once in the application and once in XML definition of the UI. Regards, Nagendra --~--~-~--~~~---~--~~ You received this

[android-developers] Re: Andriod applications and obfuscation

2009-07-22 Thread Raja Nagendra Kumar
Thank you Rao for the quick reply. After obfuscation were u able to run it on real device both 1.1 and 1.5 phones. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Speed up emulator starting

2009-07-15 Thread Raja Nagendra Kumar
Hi, Android SDK startup takes more than 2 minutes.. is there a way to start the emulator faster with any special parameters.. Regards, Raja Nagendra Kumar www.tejasoft.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] IllegalAccessError - any clues when this may come..

2009-07-15 Thread Raja Nagendra Kumar
): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540) 07-15 17:07:34.851: ERROR/AndroidRuntime(805): at dalvik.system.NativeStart.main(Native Method) Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received

[android-developers] Device firmware update

2009-07-15 Thread Raja Nagendra Kumar
Are there any good source detailing the steps for firmware update for my g1 deve phone with new 1.5 images.. with or without gmaps support etc. Is such updates possible and supported.. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com

[android-developers] Maps liberary as application liberary insted of shared lib

2009-07-15 Thread Raja Nagendra Kumar
Hi, Is it possible to use api of maps.jar as a application library rather than a shared library! I was able to install a map application on avd profile standard using by removing the line uses-library android:name=com.google.android.maps/ in manifest file however when we run it on

[android-developers] View object clonning

2009-05-14 Thread Raja Nagendra Kumar
Hi, Is it possible to clone a view. If no, how to support clone of a view in custom views. If yes.. which api should we use. clone method seems to be protected for view. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received

[android-developers] Re: Interrupt testing

2009-05-14 Thread Raja Nagendra Kumar
Any inputs pl.. looking to kill all the application specific background activities and see if my application is behaving propertly. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Attaching event handlers to activities

2009-05-12 Thread Raja Nagendra Kumar
after invoking the call activity. 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] Back button press programmatically

2009-05-12 Thread Raja Nagendra Kumar
Hi, Are there api to support go to back Programmatically .. i.e same effect as the back button of the phone. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] AspectJ with Android

2009-05-12 Thread Raja Nagendra Kumar
Hi, As any one tried using AspectJ with Android. Pl. add all your experiences here.. 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] android create avd - usage in ant

2009-05-11 Thread Raja Nagendra Kumar
to this.. basically we are looking to create a default profile using exec and it should assume that users answer is no or what ever is the default value. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: Clone hidden row and display the cloned one with visibility seetings to true

2009-05-08 Thread Raja Nagendra Kumar
corrections In order to have a decent perf, looking to clone the existing tablerow and add this as new row. Is cloning of existing table row possible assuming that I always clone from a hidden view only. Does clone takes care of cloning the sub views sub components which exist with in table

[android-developers] Focus control

2009-05-07 Thread Raja Nagendra Kumar
Hi, We see API for saying which is the next focusable view.. however during the event handling we want to set the focus to xyz view object programmatically . Is that possible.. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You

[android-developers] Focus algorithm's default logic

2009-05-07 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

[android-developers] Clone hidden row and display the cloned one with visibility seetings to true

2009-05-07 Thread Raja Nagendra Kumar
clones. 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 To unsubscribe

[android-developers] CALL Activity to show application screen on call end

2009-05-07 Thread Raja Nagendra Kumar
We are using CALL intent to place a call. However on call end, the view is returning to Call Log Tab. Is there a way to tell the CALL intent to finish the on call end. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received

[android-developers] Re: winhelp format of sdk docs

2009-05-07 Thread Raja Nagendra Kumar
.. 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 To unsubscribe from

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

2009-05-07 Thread Raja Nagendra Kumar
Romain, could explain bit more pl.. fillparent - must be doing exactly the same thing. Regards, Nagendra --~--~-~--~~~---~--~~ 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] doc updates

2009-05-06 Thread Raja Nagendra Kumar
. From our current debugging it shows onTextChanged is called first and then afterTextChanged. In short what is the need of both these events one afterTextChanged and other onTextChanged, provided if afterTextChanged had the same parameters as onTextChanged. Regards, Raja Nagendra Kumar, C.T.O

[android-developers] EditText with multiple listners

2009-05-06 Thread Raja Nagendra Kumar
keymap: / system/usr/keychars/qwerty.kcm.bin and unable to control the focused object there on.. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

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

2009-05-04 Thread Raja Nagendra Kumar
. I am sure Android would have a perfect impl. of the abstraction. 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

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

2009-05-04 Thread Raja Nagendra Kumar
ok, In absence global defaults, could it take the same values as the parent (container).. so that UI developer could add these attributes only one it is different than parent.. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You

[android-developers] Re: AOP support

2009-05-04 Thread Raja Nagendra Kumar
Any inputs please.. we are looking for Aspect's approach to enforce login and security etc.. Any of the forum members have any experience towards this pl. share.. Regards Raja Nagendra Kumar, C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Template ROW using xml and api

2009-05-04 Thread Raja Nagendra Kumar
observation regarding the id's that different rows coudl have the same id and one could get row specific component could be found by asking the view to find the component. This has made us not to change the id's too. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com

[android-developers] Support for iterations in xml view - Dynamic Data display

2009-05-04 Thread Raja Nagendra Kumar
://www.kalmeo.org/projects/kuix/docs/tutorial_5. Not sure if such thing is possible already in android. 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: 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

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

  1   2   >