[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread Anders Aagaard
I tried registering and got a blank page, who do we talk to about that? How do we know that the registration has gone through? Is there a confirmation page or something like that? On Mar 3, 1:46 am, Roman Nurik romannu...@google.com wrote: Folks, the email is NOT a fake. We will look into the

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread Rob Franz
You don't. It just says something about a Google Docs spreadsheet being updated. no confirmation, no email, nothing. You just have to trust in the google. On Wed, Mar 3, 2010 at 7:02 PM, Anders Aagaard aagaa...@gmail.com wrote: I tried registering and got a blank page, who do we talk to

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread Rob Franz
You have 2 google people on this list (Romain Guy being one of them) already to confirm it. So it's not a fake. On Wed, Mar 3, 2010 at 2:10 PM, a s . aslisev...@gmail.com wrote: I still think it's fake. Look at the date: Effective: January 19, 2010 On Mar 2, 10:03 pm, Wayne Wenthin

Re: [android-developers] Are SharedPreferences limited in size?

2010-03-03 Thread Dianne Hackborn
There is no limit (except for storage space), but these are currently written as a single XML file for the entire shared preference object, so you don't want to go crazy with how much you put there. If you have a large amount of data there are numerous other facilities: databases, flat files,

[android-developers] Re: MultiThreading between Activitys

2010-03-03 Thread A R
Beena, I am not able to understand your problem? Assuming you are displaying image and content in a list view, you want to keep refreshing the view as and when images come? or you want to make request for images and corresponding data separately and show them as and when they come or together?

[android-developers] Re: Need help in remote networking in Android phone over 3G

2010-03-03 Thread Bob Kerns
It's simple -- they don't. Instead, the device accesses a server periodically. It's possible to jump-start the process with an SMS message, rather than blindly polling. This also saves considerable battery power. See, for example: https://labs.ericsson.com/apis/mobile-java-push/downloads The

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread Vladimir
This is pure win. I was browsing N1s on ebay when I got the mail. Love you Google. Congratulations everyone. On Mar 3, 2:46 am, Roman Nurik romannu...@google.com wrote: Folks, the email is NOT a fake. We will look into the email issues. Roman Nurik Android Developer Relations, Google NOTE:

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread Rootko
I've signed up too. Luckily I'm in EU, so I keep my finger crossed. I consider this to be great step towards developers, as many of us, including me are still on G1 without any real possibility of testing our apps on some new devices. Thanks a million times to Google :D -- You received this

[android-developers] Re: How can I decide to make a list for process running in the power-on time.?

2010-03-03 Thread Bob Kerns
Each application that wants to run must implement a android.intent.action.BOOT_COMPLETED broadcast receiver, and have the android.permission.RECEIVE_BOOT_COMPLETED permission. You probably don't actually want to know about the actual set of running processes -- just how to get your application to

[android-developers] Problem in nesting LinearLayout?

2010-03-03 Thread javame_android
Hi, I am facing a problem in designing LinearLayout. What I want is the Textbox at the top and button bar at the bottom. But the top Textbox just don't appear. The xml file looks like this : ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread Hekki
Hi Franz, I really believe it's a fake, and I think the sensitive bit of info is the receipt thing. You say Romain Guy confirmed it ? I didn't see that can you point out to its message ? I really hope for all of us, and for the people who gave their infos that it's not a fake. But it really

[android-developers] Re: HTML5 video don't play within a simple WebView

2010-03-03 Thread Zuli
Hi, you can look at the source code for the web browser for all the details, but you basically need to override the onShowCustomView method in your custom WebViewClient and handle yourself the video view displaying it on top of your layout. -- Zuli On 2 Mar, 23:42, gibert.b

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread Rob Franz
Hi Yahel Romain Guy confirmed it on Twitter. The other Google guy, Roman Nurik, confirmed it in one of the posts in this thread. I realized it looked phishy after I already signed up... but it was too late. -rob On Wed, Mar 3, 2010 at 8:07 PM, Hekki kaye...@gmail.com wrote: Hi Franz, I

[android-developers] Re: Display a View over a GLSurfaceView wihout stealing focus?

2010-03-03 Thread Ozymandias
Hmm. Would you know how to avoid issues with threading and this error: 03-03 01:01:11.247: ERROR/AndroidRuntime(20853): android.view.ViewRoot $CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views. I get this problem when trying to modify the

[android-developers] Re: Security question: can Android source be decompiled and read?

2010-03-03 Thread Hekki
Could you clarify what you are trying to achieve ? What are you trying to protect and from whom ? Yahel -- 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: Getting Jamaica on the list of certified countries

2010-03-03 Thread Vladimir
The device probably needs to be certified (safety/efficiency/ compatibility/etc) by your local bureau of standards/certification board or similar organization. There are ways to get the phone anyway, just not from Google. On Mar 3, 3:23 am, harold campbell harold.campb...@gmail.com wrote: What

Re: [android-developers] Re: Need help in remote networking in Android phone over 3G

2010-03-03 Thread Mike Mackintosh
Is there an Android.provider for incoming data packets? How hard to create on? On Mar 3, 2010 3:41 AM, Bob Kerns r...@acm.org wrote: It's simple -- they don't. Instead, the device accesses a server periodically. It's possible to jump-start the process with an SMS message, rather than blindly

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread Maurício
One of my apps qualifies for this, but I didn't get any e-mail. Any similar cases around here? Does that mean I won't get it? On Mar 3, 9:12 am, Rob Franz rob.fr...@gmail.com wrote: Hi Yahel Romain Guy confirmed it on Twitter.  The other Google guy, Roman Nurik, confirmed it in one of the

Re: [android-developers] How to upload photo in Twitter using Android phone?

2010-03-03 Thread Mike Mackintosh
Read up on HTTP POSTing On Mar 3, 2010 2:18 AM, dilu discover.dile...@gmail.com wrote: Hi, I am newbie to Android. I want to develop an application which will be used for uploading the photo to twitter? Can anyone guide me regarding the process for developing the application or any link which

[android-developers] Re: really easy question... but not for me =P

2010-03-03 Thread Vladimir
Use intent.putExtra(key, value) in your 1st activity and access them using getIntent().getExtras() in the 2nd On Mar 3, 12:21 am, Kofa elk...@gmail.com wrote: I'm trying to read a variable from one activity to another... i explain better: I'm making a video game, so the user will have to chose

[android-developers] Re: Latitude crashes Google maps, Android 1.5

2010-03-03 Thread Sinister
I am going to create bug for this. -- 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

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread Hekki
Hi Franz, I've checked and you are right quite a few persons from google confirmed it(although not using the words but just answering, yes it's legit). Beside, my bad for being to mistrustful, I've checked and the order number there asking is not the same as there security question to validate

[android-developers] Is it possible to set minimum heap size for each application.?

2010-03-03 Thread mycall
Deal All. I could set minimum heap size in the source code like below. -- VMRuntime.getRuntime().setMinimumHeapSize(INITIAL_HEAP_SIZE); But I want to set this value in android.mk or androidmanifest.xml. Is it possible.? Thanks Mycall. -- You received this message because you are subscribed

[android-developers] Re: MultiThreading between Activitys

2010-03-03 Thread Beena
Let me explain. I want to display the Images(which is from server) and its data in right side of image. To load the images from server I am using this. Bitmap bmImg=null; URL myFileUrl =null; HttpURLConnection conn=null; try {

[android-developers] Re: MultiThreading between Activitys

2010-03-03 Thread Beena
Let me explain. I want to display the Images(which is from server) and its data in right side of image. To load the images from server I am using this. Bitmap bmImg=null; URL myFileUrl =null; HttpURLConnection conn=null; try {

[android-developers] Re: Security question: can Android source be decompiled and read?

2010-03-03 Thread Al Sutton
Use an secured intermediary. (i.e. Your app - App on your server - End point). It takes up more resources but it ensures that nobody who has your app can get access to the details, and also allows you to update the login details without the need to force an app update on all your users. Al. On

[android-developers] Re: MultiThreading between Activitys

2010-03-03 Thread Beena
like image1data1 image2data2 :: image15 data15 Thanks On Mar 3, 2:43 pm, Beena swdeveloper2...@gmail.com wrote: Let me explain. I want to display the Images(which is from server) and its data in right side of image. To load the images from server I am using this.        

[android-developers] Re: MultiThreading between Activitys

2010-03-03 Thread Beena
like image1data1 image2data2 :: image15 data15 Thanks On Mar 3, 2:43 pm, Beena swdeveloper2...@gmail.com wrote: Let me explain. I want to display the Images(which is from server) and its data in right side of image. To load the images from server I am using this.        

[android-developers] Re: Impossible to test contact groups in Android 2.0 with-out a physical phone?

2010-03-03 Thread pistol
Just got the invitation to be seeded with a new phone - that would solve the problem for me - thanks Google. On Feb 23, 9:39 am, pistol lava.d...@gmail.com wrote: My app (first written for Android 1.6) reads groups and contacts but I have so far only been able to write code for 2.0 that

[android-developers] Re: MultiThreading between Activitys

2010-03-03 Thread A R
Start the second activity immediately on start check whether you have images to display or not if not create a separate thread (important it should be separate thread) to get the images. To this separate thread you should pass a listener (which can be your second activity or an inner class), when

[android-developers] Re: really easy question... but not for me =P

2010-03-03 Thread SREEHARI
U can use bundle also in passing that variable values. In 1st activity Bundle bundle = new Bundle(); bundle.putString(”param1″, “test”); Intent newIntent = new Intent(this.getApplicationContext(), ActivityClass2.class); newIntent.putExtras(bundle);

Re: [android-developers] Display Dialog from notification

2010-03-03 Thread Julius Spencer
Thanks for the reference Mark. I realised from an Activity I can just finish it and it will show the other Activity. On 3/03/2010, at 7:45 AM, Mark Murphy wrote: julius wrote: 1. Is it possible to show an AlertDialog (from the notification) without sending the user to a new Activity? (This

[android-developers] Re: Disable Home Key?

2010-03-03 Thread DroidBy
Hi, I would like to implement a new policy as like Phone to handle my new application? As I would like to make use of this policy to handle the home key. But I am not sure how should I modify the PolicyConfig.mk file in order to take in my new policy. Anyone has any idea? Rgds, DroidBy On

[android-developers] Re: How to upload photo in Twitter using Android phone?

2010-03-03 Thread SREEHARI
Hi Dileep, I think U need to understand something about Twitter apis before doing the application. Try to read about REST protocol also. On Mar 3, 2:30 pm, Mike Mackintosh reistl...@gmail.com wrote: Read up on HTTP POSTing On Mar 3, 2010 2:18 AM, dilu discover.dile...@gmail.com wrote: Hi,

[android-developers] Update Activity from BroadcastReceiver

2010-03-03 Thread julius
Hi, Does anyone know how I might go about accessing an Activity in an application from a BroadcastReceiver (in the same application)? (I have some state information in the Activity I'd like to update) I'm not sure if there is a best practice for it. Thanks for any help. -- You received this

[android-developers] Re: MultiThreading between Activitys

2010-03-03 Thread Beena
Thanks A R for your instant reply, That is what I want actually. Can you give some sample code? I am not able to understand how to set the listener method to update the view. Thanks On Mar 3, 2:55 pm, A R amit.r...@gmail.com wrote: Start the second activity immediately on start check whether

[android-developers] Re: MultiThreading between Activitys

2010-03-03 Thread Beena
Thanks A R for your instant reply, That is what I want actually. Can you give some sample code? I am not able to understand how to set the listener method to update the view. Thanks On Mar 3, 2:55 pm, A R amit.r...@gmail.com wrote: Start the second activity immediately on start check whether

[android-developers] Re: When to use TestCase, InstrumentationTestCase or AndroidTestCase

2010-03-03 Thread navin
Hi Mihai, Thanks for the post, it did helped. And also your post on the unit and functional testing..that was very helpful. In any chance have you developed any test case and included in CTS?? also if you can explain something about AndroidTestCase class and why specifically use it when we have

[android-developers] Re: Problem in nesting LinearLayout?

2010-03-03 Thread SREEHARI
Hi Sunil, In ur code u added 1 Button bar 4 buttons and 1 edittext. I dont know whether u need that editText on the top and button bar on the bottom. For that, write the code for linearlayout with the edittext before the linearLayout with Buttonbar. ?xml version=1.0 encoding=utf-8?

[android-developers] Re: My Widget is Locking up Android OS

2010-03-03 Thread SREEHARI
Try adb logcat in the command prompt while running the applicationThere u can see which all exceptions are coming and where it is crashing Regards, SREEHARI On Mar 3, 9:34 am, themindiswasted abarban...@gmail.com wrote: Can someone look at this code and see why it is locking up the

[android-developers] Re: Layout Editor causes Eclipse to Crash

2010-03-03 Thread Gaurav Vaish
Here's an interesting observation... not sure about the repeatability If I leave Eclipse open for a long duration (pls don't ask how long)... the editor does not crash (at least this time). Can this be a hint towards solution? -Gaurav www.mastergaurav.com On Mar 3, 12:48 pm, Gaurav Vaish

[android-developers] Re: problem with OnclickListener in Gridview

2010-03-03 Thread SREEHARI
Did u try setOnItemClickListener?? GridView gridView; gridView.setOnItemClickListener(new OnItemClickListener() { public void onItemClick(AdapterView? parent, View v, int position, long id) { //What all things to do on clicking the item; }

[android-developers] how to do hide and activity when there is an activity on top redirecting me to home screen

2010-03-03 Thread mikedroid
example scenario is: from login screen - main screen - then when i clicked a hide button inside the mainscreen, the app will need to go in the home screen, and when im going to click the app again the main screen would be called and not the login screen -- You received this message because

[android-developers] Launching cooliris Gallery app in emulator

2010-03-03 Thread Sunil
Hi, Did anybody try bringing up the cooliris Gallery application on the emulator? Am facing some resource issues while integrating the application(creating HudLayer). Thanks, Sunil -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Out of Memory resuming application

2010-03-03 Thread REvolver
Ok, Actually I load several Bitmaps using Bitmap.createBitmap(..) or BitmapFactory.decodeResource(...). In this snippet I use the first way static public void loadProxyBitmpas(){ //load the sprites BitmapFactory.Options op= new BitmapFactory.Options();

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread blindfold
Too bad, my app (The vOICe for Android) has over 24,000 downloads but a miserable 2.4 rating, so I did not get the e-mail. Well, at least my developer work was recognized and featured on BBC television (BBC Horizon) two weeks ago. Guess one cannot have it all, and yes, that was for work on Nokia

[android-developers] Re: Ensuring that the IME show/hide results in a call to View.onSizeChanged()?

2010-03-03 Thread jamesc
OK, so by experimenting with a test application containing: - A Button to toggle the IME (show/hide). - A ScrollView containing TextViews. I can get the behviour I require. However, this is obviously just a test app. The issue still stands that my View implementation doesn't get it's

[android-developers] Re: How to install fresh Android OS in my HTC MAGIC?

2010-03-03 Thread James Wang
you can find all kinds android os rom and install reference on forum.xda-developers.com. Or you can read this http://developer.htc.com/google-io-device.html. Be careful about your magic, it is very easy to be bricked if you do not know much about burn rom! -- You received this message because

[android-developers] Re: Is it possible to set minimum heap size for each application.?

2010-03-03 Thread James Wang
What r u going to do? To limit your app's heap size? if so, I think you can not get it done without building android source. You can find what you want on android-porting. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Multi-APN support on Android Eclair

2010-03-03 Thread tushus
Hi, This is regarding few clarifications wrt Multi-APN support on Android Eclair: 1. In GsmDataConnectionTracker.java under createAllPdpList(), no. of PDP connections is represented by PDP_CONNECTION_POOL_SIZE and its value is set to 1. Does this mean that we can have only one PDP connection at

[android-developers] flow of control in CTS

2010-03-03 Thread navin
hi, Does anyone hav some idea regarding the flow of control in CTS..like when some test case is executed how exactly the control flows from one file to another?? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Update Activity from BroadcastReceiver

2010-03-03 Thread James Wang
What kind of BroadcastReceiver? I think you have to do it by creating, registering and unregister your broadcastreceiver in your activity. And define your activity as member of broadcastreceiver. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Error adding a contact

2010-03-03 Thread LeGeNDuS
Hello, I'm trying to add a contact on the phone memory. The code I'm using is: ContentValues values = new ContentValues(); values.put(Contacts.People.NAME, Dummy Contact); Uri myUri = getContentResolver().insert(People.CONTENT_URI, values); values.clear();

[android-developers] Re: Problem in nesting LinearLayout?

2010-03-03 Thread javame_android
Hi Sreehari, I already tried that, but now the button bar doesn't come at the bottom of the screen. It stays at the top of the screen below the the edittext. I want the EditText to be at the top of the screen and the button bar at the bottom of the screen. Thanks for replying though. Can you

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread Rob Franz
No problem. Yeah if it was asking for a credit card, I'd hope that most people would have known not to give it to them :-) here's another link - i think this site was first to report it: http://androidandme.com/2010/03/news/google-rewards-android-devs-with-free-phone-in-new-seeding-program/

[android-developers] Re: getNetworkOperator() in airplane mode always crashes

2010-03-03 Thread SREEHARI
Check TelephonyManager.listen() method. Syntax : void android.telephony.TelephonyManager.listen(PhoneStateListener listener, int events) You have to include a class extending PhoneStateListener and try networkOperator = tel.getNetworkOperator(); inside that. Regards, SREEHARI On Mar 1,

[android-developers] Re: how to do hide and activity when there is an activity on top redirecting me to home screen

2010-03-03 Thread James Wang
startActivity(HOME) when clicking hide button. -- 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

Re: [android-developers] Re: problem with OnclickListener in Gridview

2010-03-03 Thread Joseph Sebastian
Dear SreeHari, Sorry for the delay in getting back to you, i have limited internet acess. I have already tried this piece of code. It works in case of imageview and all but not in case of inflated view from RelativeLayout. But i am interested in the second one. Thanks, Ajith On

[android-developers] Http -1 when Transfer-Encoding=chunked, Content-Encoding=gzip and Connection=Keep-Alive

2010-03-03 Thread SN
Hi, I found a problem with GZIP input stream when wrapping InputStream from HttpURLConnection. When the server response with Transfer- Encoding=chunked, Content-Encoding=gzip and Connection=Keep-Alive. The second post always return -1. After digging into the source code, I found the place that

[android-developers] Re: Problem in nesting LinearLayout?

2010-03-03 Thread javame_android
Hi, Atlast I managed to solve it. The issue was the LinearLayout's layout_height attribute. I was specifying the height to be 50dip and the image was also of the same height. Just specifying the height as fill_parent solved the issue for me. Thanks anyways. Thanks Regards Sunil -- You

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread Hekki
Too bad, my app (The vOICe for Android) has over 24,000 downloads but a miserable 2.4 rating, so I did not get the e-mail. Well man, I can see you've put a lot of effort in this app, it sure sucks that people not in the target leaves comments on it. Just my 2 cents, you should be clear, bold

[android-developers] Re: Http -1 when Transfer-Encoding=chunked, Content-Encoding=gzip and Connection=Keep-Alive

2010-03-03 Thread SN
I can't find a way to attach a test project, so I just post the test file in here: package com.example.helloandroid; import java.io.IOException; import java.io.InputStream; import java.net.HttpURLConnection; import java.net.MalformedURLException; import java.net.URL; import

Re: [android-developers] My Widget is Locking up Android OS

2010-03-03 Thread sukumar bhashyam
Don't pass AppWidgetManager instance to MyTime class. Instead use AppWidgetManager.getInstance() to get an instance of AppWidgetManager. On Wed, Mar 3, 2010 at 10:04 AM, themindiswasted abarban...@gmail.comwrote: Can someone look at this code and see why it is locking up the Android OS. I am

[android-developers] Re: Android AudioRecord errors

2010-03-03 Thread Matias Alberto de la Vega
Dimitry, if I'm not wrong, Android currently only supports AMR_NB for encoding+decoding, PCM is only supported for decoding so far. And the file encapsulating this type encoding should be 3GPP (audio/3gp is the MIME type which you may need). You can find more information about MediaRecorder in

[android-developers] Re: Delete files from Phone memory(Internal)

2010-03-03 Thread Matias Alberto de la Vega
Hey Reju, I'm not an expert but I would recommend you trying with CLEAR_APP_USER_DATA permission in your AndroidManifest.xml file. On 2 mar, 19:19, Reju rej...@gmail.com wrote: Help Me experts On Feb 22, 2:33 pm, Reju rej...@gmail.com wrote: I can access the external memory and i could

[android-developers] ExpandableListView Problem

2010-03-03 Thread YCH
Hi all, I am encountering an exception in the onCreate method of an activity. java.lang.RuntimeException: Your content must have a ExpandableListView whose id attribute is 'android.R.id.list' The onCreate method is as below. public class TestActivity extends ExpandableListActivity {

[android-developers] Re: Delete files from Phone memory(Internal)

2010-03-03 Thread Matias Alberto de la Vega
Also, considering Androids security architecture, keep in mind that the files generated by each application are only accessible to that application only, at least for default. That said, you are probably not going to be able, by default, to delete or modify files which were not created by your

[android-developers] Re: Security question: can Android source be decompiled and read?

2010-03-03 Thread Anna PS
Thank you all for the answers. I was hoping to upload videos to Youtube via a shared account (so I didn't have to ask the users for their own login details on the client-side - I can't just use ACTION_SEND because I need to supply developer tags etc). It's clearly not a good idea to put the login

[android-developers] Re: how to do hide and activity when there is an activity on top redirecting me to home screen

2010-03-03 Thread mikedroid
?? On Mar 3, 7:52 pm, James Wang jameswangc...@gmail.com wrote: startActivity(HOME) when clicking hide button. -- 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: Problem with image scrolling

2010-03-03 Thread Matias Alberto de la Vega
Satish, your layout structure should be something like this: ScrollView LinearLayout ImageView /ImageView /LinearLayout /ScrollView On 2 mar, 16:56, Satish satishkolaw...@gmail.com wrote: Hi   i am adding scaling image (size 800 x 800) to Scroll layout but this image does

[android-developers] Re: Are SharedPreferences limited in size?

2010-03-03 Thread ko5tik
On Mar 3, 9:11 am, Dianne Hackborn hack...@android.com wrote: There is no limit (except for storage space), but these are currently written as a single XML file for the entire shared preference object, so you don't want to go crazy with how much you put there. If you have a large amount of

[android-developers] Re: How to ues getRotationMatrix to translate the Sensor.TYPE_ACCELEROMETER values from device coordinate to world coordinate?

2010-03-03 Thread Lotuz
Thanks,but your result is the accurate rotation angles of axises. I just want to know how to get the accelerometer values translated into the world coordinate. Any thoughts? On 3月2日, 下午7时49分, mscwd01 mscw...@gmail.com wrote: This is my Sensor Listener Class, I hope it helps: private class

[android-developers] Re: heeelp

2010-03-03 Thread alfadel mohamed
hi all help plz i am currently working on an application that need to read edit , insert and update events( google calendar) ,i got as far as authenticating and getting the existing events , know i am trying to add

Re: [android-developers] Re: Are SharedPreferences limited in size?

2010-03-03 Thread Michael Davey
I don't suppose you can give me a URL to your JSON serializer? That would help me out a lot too... Thanks On 3 Mar 2010, at 12:45, ko5tik wrote: On Mar 3, 9:11 am, Dianne Hackborn hack...@android.com wrote: There is no limit (except for storage space), but these are currently written

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread samspade79
you know, some people want the Droid, some people the Nexus. We should do a swapsie if you get the one you don't want. Personally I want the Droid as I love to have a keyboard. On Mar 2, 10:22 pm, Evil Mushroom Lord evilmushrooml...@gmail.com wrote: I would greatly prefer the Nexus One rather

[android-developers] Re: Stopping thread when last activity finishes

2010-03-03 Thread michael
Thanks Mark! Best, Michael. On Mar 2, 8:56 pm, Mark Murphy mmur...@commonsware.com wrote: michael wrote: Hi all, I am struggling to find a good way of achieving a very simple objective, namely to maintain a thread that lives from the first activity of my app is started until the last

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread Genc
Wow. I'm glad it's not fake. I filled the form in a sec and submit :) Actually I was hoping something like that from the day that I missed Andriod event in London where all my friends got a free N1. Anyway, Google loves me, I love Google too :) On Mar 3, 12:55 pm, samspade79

Re: [android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread Rob Franz
There was a post earlier on this thread I think where the guy set up a website just for this. I am hoping for the Nexus 1 since I have TMobile and don't want to switch carriers :-) On Wed, Mar 3, 2010 at 11:55 PM, samspade79 samspad...@gmail.com wrote: you know, some people want the Droid,

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread jeka
There are several of us creating apps for the market; as a result we have multiple apps that satisfy the criteria. Can we register each app separately? Are we eligible for a phone per app or is it a phone per account? On Mar 2, 7:46 pm, Roman Nurik romannu...@google.com wrote: Folks, the email

[android-developers] Gesture Builder - no gestures found

2010-03-03 Thread Kritzli
Hi there, new day, new problems. Well, I'm still working on my keyboard app and therefore I need gestures. I already made some with the gesture builder, so I had quite a bunch of them and could use them on my App. Yesterday I modified some of them and all of a sudden the gesture builder said no

[android-developers] Re: Multitouch seems badly broken on Nexus One 2.1-update1

2010-03-03 Thread code_android_festival_way
To be honest this is really bad news. Marketed as a superphone and not being able to even do valuable multi touch in gaming is pretty weird/weak! Even a simple pong game (1 human vs 1 human on 1 device) is not possible with that cheap screen. On Feb 16, 12:18 pm, Sean Hodges

[android-developers] Re: Getting Jamaica on the list of certified countries

2010-03-03 Thread creativepragmatic
Hmm...I have a Dev 2 (HTC Magic). While you might not be able to have one shipped directly, you shouldn't have any problems Skyboxing one here or ship one to a US relative and have them bring it for you. On Mar 3, 4:22 am, Vladimir vladimir.funti...@gmail.com wrote: The device probably needs to

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread Genc
eMail says with one or more of your applications having a 3.5. Which sounds like it's per account, as expected. On Mar 3, 1:29 pm, jeka jro...@gmail.com wrote: There are several of us creating apps for the market; as a result we have multiple apps that satisfy the criteria. Can we register

[android-developers] Re: Multitouch seems badly broken on Nexus One 2.1-update1

2010-03-03 Thread Daniel
I love my nexus but I gotta agree with you. Between the not-yet-fixed radio issues (yes, not fixed yet!) and this cheap touch screen I feel like I got a bunch of money stolen from me. I can't believe I'm saying this, but 3 years later, the 1st gen iPhone has a better touch screen than the 2010

[android-developers] Create a new event , android platform

2010-03-03 Thread alfadel mohamed
hi al any help plz hi all i am currently working on an application that need to add, edit , insert and update events( google calendar) ,i got as far as authenticating and getting the existing events , know i am trying to add an event : according to google appi i should use

Re: [android-developers] ExpandableListView Problem

2010-03-03 Thread Dilli rao
Hi in your xml change the bold item you must specify the id respect to *...@android:id/list not @+id/list* ExpandableListView android:id=*...@android:id/list* android:layout_width=wrap_content android:layout_height=wrap_content / /LinearLayout Thank you. On Wed, Mar 3,

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread anton.slut...@gmail.com
Ah! Finally someone from google! Thanks Roman! I was starting to worry there for a second and have been frantically checking my google checkout account balance :) Anton On Mar 2, 7:46 pm, Roman Nurik romannu...@google.com wrote: Folks, the email is NOT a fake. We will look into the email

[android-developers] Re: Security question: can Android source be decompiled and read?

2010-03-03 Thread Bob Kerns
Re: shared library in C: Not hard at all. Re: packet sniffers and man-in-the-middle -- not if you use the HTTPS protocol properly. That's why it exists. On the other hand, with physical access to the device, you could replace the HTTPS libraries and get the same result. Re: JDASM -- that works

[android-developers] Re: HTML5 applicationCache.update()

2010-03-03 Thread mayor
anyone? -- 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 android-developers+unsubscr...@googlegroups.com For more options,

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-03-03 Thread anton.slut...@gmail.com
So does anyone know if the Droid that I can randomly get is a GSM Droid or a real Verizon Droid? Cause I'm not switching to Verizon :-). On Mar 3, 9:06 am, anton.slut...@gmail.com anton.slut...@gmail.com wrote: Ah!  Finally someone from google!  Thanks Roman!  I was starting to worry there for

[android-developers] Activities in Android 2.1

2010-03-03 Thread Neilz
Firstly, are there actually any 2.1 devices out there yet? Second, the main question. My app look fine in all my emulations (all screen resolutions, and all android versions) except for one. I set up an emulator with 2.1, a WVGA screen of 480 * 800. All my apps in this sit in the middile of the

[android-developers] Re: How to upload photo in Twitter using Android phone?

2010-03-03 Thread Bob Kerns
Google is your friend. Asking Google usually gives you better answers than posting questions. http://tinyurl.com/ygkfdry One of them (the third one when I try it, by a guy named Tom Gibara) makes it too simple, really. You really SHOULD make an attempt to learn both how Twitter works and how

Re: [android-developers] Re: When to use TestCase, InstrumentationTestCase or AndroidTestCase

2010-03-03 Thread Mihai Fonoage
Hi Navin, I have not used AndroidTestCase (though I guess you read the API documentation for the class). Regarding CTS, no I have not, sorry. Mihai On Wed, Mar 3, 2010 at 5:23 AM, navin celebna...@gmail.com wrote: Hi Mihai, Thanks for the post, it did helped. And also your post on the unit

[android-developers] Re: Are SharedPreferences limited in size?

2010-03-03 Thread Bob Kerns
Is there something wrong with the one built into the system??? http://developer.android.com/intl/de/reference/org/json/package-summary.html On Mar 3, 4:53 am, Michael Davey frak@gmail.com wrote: I don't suppose you can give me a URL to your JSON serializer?  That would help me out a lot

[android-developers] Android Library

2010-03-03 Thread MobDev
Hi, I'd like to create a own Android Library, as in a JAR file with specific functionality which I can later re-use in future projects... This Library will also include basic Archtiecture components... Now I was wondering what type of Project should I be using for this in Eclipse ? Should it be a

[android-developers] hhhelp

2010-03-03 Thread alfadel mohamed
hi all i am currently working on an application that need to add, edit , insert and update events( google calendar) ,i got as far as authenticating and getting the existing events , know i am trying to add an event : according to google appi i should use http post method , along with the

[android-developers] How to automatically show a sub menu at startup?

2010-03-03 Thread westmeadboy
I've noticed that some users have not found my app's preferences sub menu, so I want to show that sub menu when the user first-time-ever starts the app. Since onCreateOptionsMenu() would not have been called yet, how can I programmatically show such a sub menu? BTW: openOptionsMenu() is not what

[android-developers] Re: Are SharedPreferences limited in size?

2010-03-03 Thread Bob Kerns
It's only a single XML file if you use a single shared preference object. You don't actually have to use the default one. If it does simplify your life, you can use this: http://developer.android.com/intl/de/reference/android/content/Context.html#getSharedPreferences(java.lang.String, int) ...to

Re: [android-developers] Re: Are SharedPreferences limited in size?

2010-03-03 Thread Michael Davey
Apart from me not knowing it existed? Probably not ;o) On 3 Mar 2010, at 14:22, Bob Kerns wrote: Is there something wrong with the one built into the system??? http://developer.android.com/intl/de/reference/org/json/package-summary.html On Mar 3, 4:53 am, Michael Davey

[android-developers] Re: MapView Overlays with Multitouch

2010-03-03 Thread Carter
*bump* On Feb 17, 1:46 pm, Carter ccjerni...@gmail.com wrote: I'm seeing a bug with overlays onMapViewwith the Nexus One.  Pinch and zoom multitouch gestures don't scale my overlays until the user releases the gesture, at which point the overlay redraws itself.  In contrast, the My Location

  1   2   3   4   >