[android-beginners] Re: Arabic localization project

2009-01-31 Thread shimo...@gmail.com
Hi, You can get the keyboard on the market - a12Keys. I am hesitant to send the source code, since it contains some parts I may want to use for commercial use later on. If you send me the Arabic alpha-bet, and qwerty layout of it, as well as the way it's laid out in T9 keypads - I can try to cr

[android-beginners] Re: how to move a button from one position to another?

2009-01-31 Thread Romain Guy
Use View.offsetLeftAndRight(). On Sat, Jan 31, 2009 at 8:34 PM, srajpal wrote: > > i cannot seem to figure out how to move a button > something like button.setTop(10); > > there are gets for the top and left but no sets? > > anybody have any ideas how to dynamically and programmatically move a >

[android-beginners] how to move a button from one position to another?

2009-01-31 Thread srajpal
i cannot seem to figure out how to move a button something like button.setTop(10); there are gets for the top and left but no sets? anybody have any ideas how to dynamically and programmatically move a button around the screen? --~--~-~--~~~---~--~~ You received t

[android-beginners] Re: Cannot connect to Google Maps since yesterday from ADP1

2009-01-31 Thread Dave Sparks
There was a problem that was fixed at 11:30AM PST Saturday. Let us know if you are still experiencing problems. On Jan 31, 6:41 am, Adrien Guichard wrote: > since yesterday, gmap refuse to function on my ADP1. Everything else > seems to work ok. I do kill "Maps" process using Task Manager, but >

[android-beginners] Re: R.java file is not getting updated

2009-01-31 Thread Kevin J. Brooks
This fixed my problem. Try building your project. On Fri, 2009-01-30 at 07:57 -0500, Mark Murphy wrote: > Ashwani Rao wrote: > > HI, > > > > I have created xml file for UI. > > I later added identifiers (@+/id) to few elements but the R.java file > > is not getting updated. > > There are ma

[android-beginners] Cannot connect to Google Maps since yesterday from ADP1

2009-01-31 Thread Adrien Guichard
since yesterday, gmap refuse to function on my ADP1. Everything else seems to work ok. I do kill "Maps" process using Task Manager, but this action does not change anything. I am using official RC30 version. The only manipulation I have done yesterday is to clear Browser data, because I was runni

[android-beginners] Re: Cant view images

2009-01-31 Thread OCS
have the same problem. push the images into the sdcard . Can see the thumbviews but when click to view the image the emulator crash saying "Camera(process com.android.camera) has stopped unexpectedly.". Happens even when clicking menu->settings. anyone has an idea? thanks On Jan 23, 3:15 pm,

[android-beginners] Telephony package

2009-01-31 Thread tatyana...@gmail.com
Does anyone know what happend with Telephony package? It seems to be replaced with somethint else? Telephony.Sms.Intents.getMessagesFromIntent(intent) - doesn't seem to be in Telephony package. Kind regards Tatyana --~--~-~--~~~---~--~~ You received this message

[android-beginners] Re: Problem with a contacts viewer

2009-01-31 Thread tek
Ah you helped me fix it anyway Exception browser wasn't showing any errors so I had nothing to go off of. My issue was android:id was set to "@+id/list", changed this to "@android:id/list" and it fixed it. On Dec 20 2008, 3:30 pm, jamul wrote: > Hmm finally I looked at it and resolved my p

[android-beginners] Re: Problem with a contacts viewer

2009-01-31 Thread tek
Why even post that you fixed it if you aren't going to give any details? What a waste of your time _and_ mine. Where did you add the like People._ID? On Dec 20 2008, 3:30 pm, jamul wrote: > Hmm finally I looked at it and resolved my problem. > That was my projection which causes that. > I jus

[android-beginners] Re: how to move from one screen to another ?

2009-01-31 Thread Roberts, Mark
The thing that always gets me is that I have not defined the second activity in the manifest. Snapper -Original Message- From: android-beginners@googlegroups.com [mailto:android-beginn...@googlegroups.com] On Behalf Of Mark Murphy Sent: Saturday, January 31, 2009 12:58 PM To: android-be

[android-beginners] Re: R.java file is not getting updated

2009-01-31 Thread Kevin J. Brooks
This is the very problem I am having. Are you using Eclipse? On Fri, 2009-01-30 at 07:57 -0500, Mark Murphy wrote: > Ashwani Rao wrote: > > HI, > > > > I have created xml file for UI. > > I later added identifiers (@+/id) to few elements but the R.java file > > is not getting updated. > > Th

[android-beginners] Re: Why doesn't this add an ID in r.java

2009-01-31 Thread Mark Murphy
Kevin J. Brooks wrote: > Ok this is what I now have and it still is not adding webkit to R.java > > > xmlns:android="http://schemas.android.com/apk/res/android"; >android:layout_width="fill_parent" >android:layout_height="fill_parent"/> It is possible that "webkit" is a magic name,

[android-beginners] Re: Why doesn't this add an ID in r.java

2009-01-31 Thread Kevin J. Brooks
Ok this is what I now have and it still is not adding webkit to R.java http://schemas.android.com/apk/res/android"; android:layout_width="fill_parent" android:layout_height="fill_parent"/> On Fri, 2009-01-30 at 12:23 +0530, PRATAP SOLAPUR wrote: > spelling mistake...make it xml

[android-beginners] Re: how to move from one screen to another ?

2009-01-31 Thread Ziv Tatian
this is what i get in the error log: I/ActivityManager( 51): Starting activity: Intent { comp= {com.android.agent/co m.android.agent.UserData} } D/AndroidRuntime( 182): Shutting down VM W/dalvikvm( 182): threadid=3: thread exiting with uncaught exception (group=0x4 0010e28) E/AndroidRuntime(

[android-beginners] Re: how to move from one screen to another ?

2009-01-31 Thread Mark Murphy
Ziv Tatian wrote: > > Hi all, > > I have two activities that i've created: a welcome screen with a > continue button on it, and a user details activity. > I want to go to the user details activity from my welcome activity > when i click on the continue button. > I've tried the following code but

[android-beginners] Re: how to move from one screen to another ?

2009-01-31 Thread Ziv Tatian
Hi all, I have two activities that i've created: a welcome screen with a continue button on it, and a user details activity. I want to go to the user details activity from my welcome activity when i click on the continue button. I've tried the following code but i get an error when i try to run

[android-beginners] Re: How to increase storage space in the emulator?

2009-01-31 Thread Mark Murphy
Meryl Silverburgh wrote: > Thanks. For my case, I am just running the application comes with > android sdk in the emulator. So i did not write the logic in how to > store the data. > > Hence, i am not sure why it run out of space in the emulator. That is pretty strange. First, make sure there i