[android-developers] Re: System Menu option issue

2008-03-24 Thread Esteem
you can add a comment to: http://code.google.com/p/android/issues/detail?id=403 :) On Mar 23, 10:26 pm, Arun [EMAIL PROTECTED] wrote: Is there a way to change the layout of the menu to be in a small font and size format.. Each item looks very big when the menu option is clicked. I am

[android-developers] How to step by step debug android apps by command line?

2008-03-24 Thread Eckel
We can set a break point and step by step debug apps by eclipse adt plugin, but without eclipse, how to step by step debug android apps by command line? Thanks, Eckel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: TabActivity example?

2008-03-24 Thread Josh Guilfoyle
I have created another, more sophisticated example which does not hardcode the layout: http://devtcg.blogspot.com/2008/03/advanced-tab-activity-demo.html On Mar 13, 11:30 am, Muthu Ramadoss [EMAIL PROTECTED] wrote: http://www.jsharkey.org/blog/2008/02/14/android-tabhost-in-the-m5-sdk/ On Mar

[android-developers] SELinux Anroid

2008-03-24 Thread test1 . exe
I've just started working on Android and I have a query regarding the Android Kernel. Does the latest android kernel ship with SELinux? If not, can the kernel be re-compiled directly to get SELinux functionality in it? --~--~-~--~~~---~--~~ You received this

[android-developers] Touch pad usage common? Usabilityissues...

2008-03-24 Thread Rhett
Are people normally going to be using the touch screen or the arrow- pad only?? Are some android devices not going to have touch screens? For example, with the iphone, some apps come up with usable buttons instead of having to hit the menu button, which is nicer when you are using the touch

[android-developers] Re: Popup Window problem

2008-03-24 Thread Dan U.
Look at the Dialog class (and subclasses) or you can create an activity and give it a dialog theme. On Mar 24, 12:25 am, [EMAIL PROTECTED] wrote: Hi, how to get a popup window in android, i tried with the Popuwindow class, i am able to display on the same screen, but it is not looking

[android-developers] Announcing AndBook - Learning Android From Scratch! - Searching Helpers

2008-03-24 Thread plusminus
Hello Community, today I announce andbook!, which is a document that shows how to start coding for Android without having any Android-knowledge before. The book is thought to be a summation of easy to follow tutorials, which can be found here on anddev.org (and on other pages). The only problem

[android-developers] Re: Real device vs Emulator

2008-03-24 Thread [EMAIL PROTECTED]
The real device would probably be faster then the emulator, certainly if you are developing on a 1,6GHz machine. On Mar 24, 11:19 am, Dexter's Brain [EMAIL PROTECTED] wrote: Hello All, I have an application which is I think would be a resource hogger for the mobile device. I do lots of I/O

[android-developers] Re: Picture and Buttons for different screen size

2008-03-24 Thread vitvikt
Thanks, Megha But not all is clear for me. I did not understand, is it sufficient use only xml layouts or I have to change layouts in programm (in java text)? Using only xml layouts dosn't give me desired result. If I have to change layouts in programm, I don't now how can I replace

[android-developers] Re: Real device vs Emulator

2008-03-24 Thread Dexter's Brain
Faster than the emulator??? I doubt. Any one else has anything to say about this?? :-) On Mar 24, 3:33 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The real device would probably be faster then the emulator, certainly if you are developing on a 1,6GHz machine. On Mar 24, 11:19 am,

[android-developers] Browser is not getting connected to the internet.

2008-03-24 Thread bhushank
hello friends, I,m facing problem with browser as it is not getting connected to the internet. Can anybody suggest something ? I stuck cause of this problem. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Re: Browser is not getting connected to the internet.

2008-03-24 Thread bhushank
Please suggest what kind of settings are need to be done. --~--~-~--~~~---~--~~ 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: Unable to resume activity:{...} Java.lang.Nullpointer exception

2008-03-24 Thread MobileBen
Hi Dan U, So it works now more or less. I have just a problem that my values from the database are not visible in the list displayed on the screen. The list will be shown on the screen and I can select items but in the items have no names. So the list is build correctly but the names are

[android-developers] Re: How to see android resources?

2008-03-24 Thread Josh Guilfoyle
I had reverse engineered the binary format and have produced a much more thorough package than Mark's. I simply used my tool to replace every XML file found in all the system APKs on the emulator. Take a look at: http://devtcg.blogspot.com/2008/03/tool-to-read-android-binary-xml-files.html On

[android-developers] Re: why the error?: List Views can't have unspecified size

2008-03-24 Thread Anil
Hi Dan, My workaround is to simply not allow more than one note - bad for my application :( (ExpandableListView is not appropriate). But this way, I can specify a fixed value layout_height=50dip. IMHO it is a bug. I opened a bug on this: http://code.google.com/p/android/issues/detail?id=512

[android-developers] Re: How to start another program in one android program?

2008-03-24 Thread hackbod
Your other program must publish the Activity that is what it should show when launched, and then you can use Context.startActivity() to start it. On Mar 23, 7:31 pm, Paul [EMAIL PROTECTED] wrote: Now I have a program named ATest, and i have a button in this program. I want to start another

[android-developers] Re: Input Text Without Deleting

2008-03-24 Thread Dan U.
I learn something new every day. Thanks hackbod. On Mar 24, 10:01 am, hackbod [EMAIL PROTECTED] wrote: This is the hint text associated with the text view: http://code.google.com/android/reference/android/widget/TextView.html... On Mar 23, 11:52 pm, hitsu_g [EMAIL PROTECTED] wrote: In

[android-developers] Problem while reading data from interface

2008-03-24 Thread vishal
Hi All, I created a interface to define the constants that i am using in my application. Say i have interface say x public interface x{ String Y=y; } Now i am implementing this interface i some other class say z, public class z implements x{ } When i am trying to use the value of Y is it

[android-developers] Re: Creating an XML file from Code

2008-03-24 Thread vishal
I think i have a code for this which is general with any DOM document type... Here initially you have to pass root element. Plz tell me if im wrong and if errors in the code.. or any way to improve that private void addTagToTheFile(Element elem) throws IOException {

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

2008-03-24 Thread Raja Nagendra Kumar
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 or by sub activity. Also, need to know how a sub activity could pass on same data types back to partent activity. The google sample code does not have

[android-developers] Intent significance

2008-03-24 Thread Raja Nagendra Kumar
Hi, Looking for any good documents and support from expects to understand google desing on intents and why each screen should be created using activities. Why google not go with user creating a view object and showing it (like in j2me). One thing I understand that each activity could run in

[android-developers] Two Touch Validation

2008-03-24 Thread Dave
Issue 502 has been denied since the Android Support Team could not reproduce it. However, this behavior did not occur in m3 and it does occur when I try it in on both Windows XP and Mac Leopard. So, if a few of you could try it and reply with your results, it would be greatly appreciated. If

[android-developers] Re: Question regarding MapActivity / MapView

2008-03-24 Thread goro
Hi, Can you please share how did you fixed the Nullpointer problem because locationManager = (LocationManager)getSystemService(Context.LOCATION_SERVICE); try{ LocationProvider locationProvider = locationManager.getProvider(test); Log.i(TAG,success); }catch(Exception se){

[android-developers] Re: Question regarding MapActivity / MapView

2008-03-24 Thread goro
10x Vikram. I've forgot to set the permissions :(. now it works with the default gps folder. the problem is that it does not work with the test folder. I've created test like this: from the filexploerer in eclipse i've copied the gps folder to the desktop, i've renamed it to 'test' and dragged it

[android-developers] Re: Question regarding MapActivity / MapView

2008-03-24 Thread goro
sorry for spamming i don't know how does it happened On 24 Mrz., 20:44, goro [EMAIL PROTECTED] wrote: 10x Vikram. I've forgot to set the permissions :(. now it works with the default gps folder. the problem is that it does not work with the test folder. I've created test like this: from the

[android-developers] Re: Question regarding MapActivity / MapView

2008-03-24 Thread vikram shetty
Glad atleast the default gps folder worked. Thats a start. Now, First when you mention fileexplorer in eclipse. I hope you are using the fileexplorer from within the emulator and not creating the /data/misc/location directory, because thats the mistake initially which I made. Also, I wouldn't

[android-developers] Re: Handler Design Advice : Which is better ?

2008-03-24 Thread Harsh Jain
Thanks, also I couldnt find this in documentation anywhere, but should you call msg.recycle() at the end in handleMessage() or the guy who calls handleMessage does it automatically. regards, harsh On Mon, Mar 24, 2008 at 10:26 PM, hackbod [EMAIL PROTECTED] wrote: It is more efficient to

[android-developers] Re: doanPay Technology

2008-03-24 Thread KD Doan
GK: thanks so much for such great feedback on the name Every possible word that you could think of associated with pay is taken on the Internet Try a few - you will know what I mean... but I am sure that KDPay.com KD Pay Technology is unique - it is named after my 2 initials anyway. On

[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
Hi Dan, Parcelable seems to be in parallel to Serialization. Dan do we really need to complicate the inter activity communcation like this.. What if we use one static class which has all the data to operation on and is accessable by every activity. I would be glad to hear your expert comments on

[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] Re: Good example for showing exchanging of data mostly arrays or non premitive data types,objects

2008-03-24 Thread Ted Hopp
I read another thread here a few days ago that pointed out that an Application object can be used as a central place for data shared between activities. It seems to be working nicely for me. I don't use it to pass data back from subactivites, but I imagine it would work just as well. However, in

[android-developers] Re: couldn't import class Bitmap

2008-03-24 Thread Zach Hobbs
I see that Bitmap implements Parcelable so you should be able to pass it. I know with custom objects you must create an aidl file that is ignored by eclipse so it doesn't create the java file. For example I have an object SrvStatus.java so I have to create a SrvStatus.aidl file: