[android-beginners] application space files access.

2010-06-21 Thread changdeo
Hi, I want to create a log file for my application in application space, so that user can review what went wrong. But We can not access files created in application space(access in the sense that we can not pull it to desktop , or can not view on phone using some editor). Can anybody please help

Re: [android-beginners] application space files access.

2010-06-21 Thread Mark Murphy
On Mon, Jun 21, 2010 at 8:27 AM, changdeo changdeojad...@gmail.com wrote:  I want to create a log file for my application in application space, so that user can review what went wrong. But We can not access files created in application space(access in the sense that we can not pull it to

[android-beginners] Re: application space files access.

2010-06-21 Thread changdeo
Thanks for your help. I am using sdk1.5 and sdk1.6 . Regards Changdeo Jadhav On Jun 21, 5:41 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, Jun 21, 2010 at 8:27 AM, changdeo changdeojad...@gmail.com wrote:  I want to create a log file for my application in application space, so

[android-beginners] Re: Emulator Unable to Access Location

2010-06-21 Thread Jake Colman
The browser works fine so networking does not seem to be the issue. My little GPS app correctly display lat/long as pushed from DDMS or telnet. But Maps and the Browser both say cannot access location. Terrific... :-( Incidentally, I have the same issue whether I use a pure Ubuntu 10.04

Re: [android-beginners] Re: Emulator Unable to Access Location

2010-06-21 Thread Mark Murphy
On Mon, Jun 21, 2010 at 9:49 AM, Jake Colman col...@ppllc.com wrote: Incidentally, I have the same issue whether I use a pure Ubuntu 10.04 laptop or a Ubuntu 10.04 virtual box running under XP.  Is it possible its a Ubuntu 10.04 issue?  I suppose I can create a Ubuntu 9.10 virtual box and see

Re: [android-beginners] Re: Switch between views.

2010-06-21 Thread TreKing
On Mon, Jun 14, 2010 at 9:43 PM, m0ny3t dendydo...@gmail.com wrote: The question is: 1. Do I did a correct the way calling the other activity? Sure. Did you try it? Did it work? 2. Is it effective if I pass the JSON text between intents? Effective is arguable. Does it work? Then sure.

Re: [android-beginners] Problems with Google Groups?

2010-06-21 Thread Mark Murphy
On Mon, Jun 21, 2010 at 1:03 PM, Don French dcfre...@gmail.com wrote: Am I the only one who can no longer post or read messages on the Google Groups pages?  All the GG pages I have tried, which is just the Android pages so far, are totally hosed for me and have been for several days.  I am

[android-beginners] Questions for the group regarding URL Launchers

2010-06-21 Thread AfMob
I have long had my WAP pages built and had my URL launchers built by an outsourced group in India. I now have a requirement to update my .apk files to 2.2 as well as build 6 additional .apk files that are made up of 6 completely different URL launchers to other WAP sites. I have successfully set

[android-beginners] Re: Problems with Google Groups?

2010-06-21 Thread DonFrench
I just fired up an IE 8.0 instance and the problem does not exist with it, only with FF. And using a new instance of FF does not help. Here is a screen grab of the page for this thread on FireFox: http://www.donfrenchphotography.com/MiscPhotos/ScreenGrab.jpg On Jun 21, 10:08 am, Mark Murphy

Re: [android-beginners] Re: Problems with Google Groups?

2010-06-21 Thread Greg Donald
On Mon, Jun 21, 2010 at 12:43 PM, DonFrench dcfre...@gmail.com wrote: I just fired up an IE 8.0 instance and the problem does not exist with it, only with FF.  And using a new instance of FF does not help. Here is a screen grab of the page for this thread on FireFox:

[android-beginners] Re: How to (properly) get device orientation data?

2010-06-21 Thread Ricky
Hi, Thanks for the explanation. It was very useful. I am trying to get 2 variables to store the lat/lon. Can we do that continuously? As in have 3 variables. One each for current azimuth, Lat and lon. What changes would we need to make in the code you provided here? implementing

[android-beginners] Which Applications are most famous on Android

2010-06-21 Thread Varun Khanduja
I am making a report on Android vs other smart phone comparison. One of the comparison is to look into 10 top applications on Android and other smart phones like I-phone. This comparison should help me answer if Android is geared more towards gaming or some other category of Applications. I

Re: [android-beginners] Date picker problem

2010-06-21 Thread Temitope Akinwande
Most of the issues you are having are similar. I don't see where your variables are defined, they are instantiated but not defined anywhere. See http://developer.android.com/guide/tutorials/views/hello-datepicker.html private int mYear; private int mMonth; private int mDay; static final int

[android-beginners] An Extremely Simple Question

2010-06-21 Thread HeyYouThere
Hello, I am having issues with my ListView text filter. Here's the problem: ** Upon using the keyboard to search for an item in the list, when that item is clicked, it always takes them to the actions I have specified for position 0 as my list is separated based on positions. Each position

[android-beginners] Approach to learning android

2010-06-21 Thread Keith Roberts
I'm not familiar with javascript but I do have a strong background in fortran and some c++, so im not completely new to the programming world. However, I would like to know a good tutorial to understand the javascript used on the android platform besides the one that's on the sdk site? I find

Re: [android-beginners] Approach to learning android

2010-06-21 Thread Temitope Akinwande
I am not sure how you can do that as Android is based on Java and not JavaScript. If you already have some c++ experience, the switch to Java should not be too difficult. You could buy some books or you could check out this link

Re: [android-beginners] An Extremely Simple Question

2010-06-21 Thread Christopher Köllmayr
Hi, at Google IO 2010 Romain talked about this behaviour. It seems like you are using the absolute position of items in the list. But you need to implement an TextFilter wich updates the list. I have the same problem, but didn't fixed it yet. Here is the link to Romains presentation:

[android-beginners] Re: Approach to learning android

2010-06-21 Thread Keith Roberts
ok that helps! i think my biggest issue was with understanding the small syntax things that are different from other languages. conceptually it seems very similar to c++. thanks On Jun 21, 5:56 pm, Temitope Akinwande takinwa...@gmail.com wrote: I am not sure how you can do that as Android is

Re: [android-beginners] Re: Approach to learning android

2010-06-21 Thread Justin Anderson
That is because both Java and C++ are object oriented... I would think your first step would be to do a quick Google search and learn some Java basics. You don't need to learn anything related to Java GUI components because Android doesn't use those but most everything else would be good knowlege

[android-beginners] Re: Problems with Google Groups?

2010-06-21 Thread RichardC
Had the same problem in Firefox, deleting the cookies for groups.google.* fixed it. Hope this helps /Richard On Jun 21, 7:15 pm, Greg Donald gdon...@gmail.com wrote: On Mon, Jun 21, 2010 at 12:43 PM, DonFrench dcfre...@gmail.com wrote: I just fired up an IE 8.0 instance and the problem does

[android-beginners] Re: An Extremely Simple Question

2010-06-21 Thread HeyYouThere
So basically I have to write it? Is there any other way I can use something else instead of the absolute position? On Jun 21, 6:00 pm, Christopher Köllmayr koe...@gmail.com wrote: Hi, at Google IO 2010 Romain talked about this behaviour. It seems like you are using the absolute position of

Re: [android-beginners] Re: An Extremely Simple Question

2010-06-21 Thread Christopher Köllmayr
I've never done this, but in the video they tell to use the unique identifier aka Stable IDs inside the adapter. At this position they talk about these stable IDS: http://www.youtube.com/watch?v=wDBM6wVEO70#t=4m36s On Tue, Jun 22, 2010 at 00:28, HeyYouThere newsome...@gmail.com wrote: So

[android-beginners] Hello World Ex Problem

2010-06-21 Thread Keith Roberts
Hello, I'm following the tutorial on the SDK website for writing the hello world program. I keep getting stuck though when upgrading to the xml layout. For some reason it keeps giving me an error when I declare the xml namespace on this line here... TextView

Re: [android-beginners] Upgrade to Android 2.2 phones

2010-06-21 Thread Mark Murphy
On Mon, Jun 21, 2010 at 7:46 PM, Joshua Partogi joshua.part...@gmail.com wrote: I am still new to Android and planning to create an app on Android. I have heard that Android 2.2 OS is out already That is not correct. A leaked Froyo build made the rounds, but nothing has been officially released

[android-beginners] Re: Upgrade to Android 2.2 phones

2010-06-21 Thread Joshua Partogi
Thanks for the swift response Mark. Really appreciate it. This really helps us for evaluating Android. Regards, Joshua. On Jun 22, 9:48 am, Mark Murphy mmur...@commonsware.com wrote: On Mon, Jun 21, 2010 at 7:46 PM, Joshua Partogi joshua.part...@gmail.com wrote: I am still new to Android

[android-beginners] Getting Unlocked Android phones

2010-06-21 Thread Joshua Partogi
Hi all, Where would be the recommended place to buy unlocked Android phones from the internet? I am interested to get the latest Droid X from Motorola, but unfortunately it is not available here. I've also heard that Droid X in locked to Verizon? Thank you very much in advance for your help.

[android-beginners] Re: Which Applications are most famous on Android

2010-06-21 Thread Joshua Partogi
I'm sure there is a menu for this in the Android market website. http://www.android.com/market/ Regards, Joshua. On Jun 21, 4:10 pm, Varun Khanduja varunkhand...@gmail.com wrote: I am making a report on Android vs other smart phone comparison. One of the comparison is to look into 10 top