[android-developers] Re: sdk setup.exe and windows 7

2010-01-27 Thread Droidy
Run the SDK from a command line prompt that you have made yourself or type command in the start box on windows and CD to your sdk directory. Then the dos box does not vanish and you can read the error. On Jan 27, 12:03 am, Andrew Green greenie...@gmail.com wrote: Hi I have been unable to run

[android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread MrChaz
@Kevin You might want to look at the rokon engine a good basis for doing a 2D game as it takes care of pretty much all the rendering work. @Mario I was hoping to avoid using the build number as that is a temporary fix only. @Ralf The accepted work around for the touch slow down issue is to put a

[android-developers] Re: adb doesn't see Nexus on XP-64

2010-01-27 Thread DonFrench
No one has any thoughts on this? Anyone else using XP-64 for Android development? On Jan 25, 10:06 pm, DonFrench dcfre...@gmail.com wrote: I can't get adb to see my Nexus on XP-64.  That is, when I run adb devices it lists only the open emulators and not the Nexus. Likewise, Eclipse does not

[android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Robert Green
@Kevin - I've written lots about this and posted code to use. Check out the following links: http://www.rbgrn.net/content/54-getting-started-android-game-development http://www.rbgrn.net/content/215-light-racer-3d-development-journal @MrChaz From my tests on 1.5 and 1.6, Thread.sleep() does not

[android-developers] Re: Android Emulator Stop Working in Eclipse

2010-01-27 Thread Bob Kerns
This looks perfectly normal and correct to me. The application is already up-to-date on the device, and you already have the activity running, so it just brings it to the front. If you kill the task, using some task manager app, or rebooting your phone, or just wait for Android to get rid of the

[android-developers] Re: Edit Text Objects

2010-01-27 Thread Kumar Bibek
There's a property for all the View classes, called, Visibility It has three states, 1. VISIBLE 2. INVISIBLE 3. GONE I think, you are looking for GONE state. Kumar Bibek On Jan 26, 6:11 pm, Uzair uskele...@gmail.com wrote: Hi, ne1 knw how to create the edit text view without help from xml

[android-developers] How to programmatically install an APK file ?

2010-01-27 Thread ColletJb
Hi, How can I programmatically install an apk file ? I've foud that the PackageManager.installPackage(...) method was used to do that, but is no longer supported (http://developer.android.com/ sdk/api_diff/4/changes/android.content.pm.PackageManager.html) How can I do then ? Thanks for your

[android-developers] Re: help for custom spinner..

2010-01-27 Thread Kumar Bibek
Sorry Mate, this is not customer support. Very rarely you will find a member, actually, creating an example for you, zipping it, and sending it to your mail. You will only get tips, links and links to tutorials, and links to more links. Please read up the docs, and other examples already

[android-developers] Re: sdk setup.exe and windows 7

2010-01-27 Thread Christine
A coworker told me that he had to create a symlink from the adk folder on C: to D: or vice versa before he got the sdk to work on windows 7. On Jan 27, 9:01 am, Droidy billr...@gmail.com wrote: Run the SDK from a command line prompt that you have made yourself or type command in the start box

[android-developers] Gallery view not working well

2010-01-27 Thread Manoj
I am facing a problem in scrolling in Gallery view. When i scroll slowly it works fine but when i scroll fast the it shows jerks as it takes time to create objects to display. Can anybody tell how can i implement this in separate thread to load images in gallery so that it would not affect the

[android-developers] Re: Update SQLite Database from other app

2010-01-27 Thread Kumar Bibek
You can surely do it, if you write your ContentProvider specifically for this situation. Have a look at some examples. Kumar Bibek On Jan 26, 11:23 pm, Charlie Collins charlie.coll...@gmail.com wrote: The applications are in different processes, with different permissions (by default, you can

[android-developers] Re: [android-beginners] Book for learning Android

2010-01-27 Thread Chirayu Dalwadi
I want useful links, requried to learn android Help me out -- 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] Using webservice through Android

2010-01-27 Thread Chirayu Dalwadi
I want to call a webservice through android. How do i do that?? -- Warm Regards, Chirayu Dalwadi Pain is temporary. Quitting lasts forever. -- Lance Armstrong -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Guide Me Right Way

2010-01-27 Thread Anthoni
Hi Kevin, Thanks for your input. That kinda puts the kibosch on the whole idea as I have major problems with my eyes anyway (losing them completely, but slowly). So it is back to being awkwardly sat up in bed with the laptop, or fork out quite a bit for a flexible e-book reader like the Kindle :)

[android-developers] Re: Nexus one reporting 533 as Height!?!

2010-01-27 Thread PaulT
On Jan 20, 2:26 pm, Loki117 thomas.sheppar...@gmail.com wrote: Hey guys yeah I understand getting the app onto larger screens with resource packs etc I just found it curious that when an app is not marked as supporting a screen size that it reported a different screensize than it actually

[android-developers] Re: Using webservice through Android

2010-01-27 Thread Sudeep
Android supports REST services but if u want to use SOAP calls ,then look out for ksoap2 library.(google for ksoap2 android) On Jan 27, 2:27 pm, Chirayu Dalwadi chirayu.dalw...@gmail.com wrote: I want to call a webservice through android. How do i do that?? -- Warm Regards, Chirayu Dalwadi

[android-developers] Re: How to programmatically install an APK file ?

2010-01-27 Thread kirti kaul
Hi, Use this: intent.setAction(android.content.Intent.ACTION_VIEW); intent.setDataAndType(Uri.parse(file:/// sdcard/.sampleapk), application/vnd.android.package-archive); startActivity(intent); Where Sample.apk is the apk you need to install. On Jan 27,

Re: [android-developers] Re: Using webservice through Android

2010-01-27 Thread Chirayu Dalwadi
Does anyone has ksoap library? How to implement it? On Wed, Jan 27, 2010 at 3:12 PM, Sudeep sudeep.neti...@gmail.com wrote: Android supports REST services but if u want to use SOAP calls ,then look out for ksoap2 library.(google for ksoap2 android) On Jan 27, 2:27 pm, Chirayu Dalwadi

Re: [android-developers] Re: Using webservice through Android

2010-01-27 Thread Chirayu Dalwadi
Does anyone has ksoap library? How to implement it? -- 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] Issue with WindowManager showing UI

2010-01-27 Thread Tushar
Hi, I have just created this small application which shows simple textview on receiving incoming call. This app works perfectly on emulator. Also it works very well when I launch main activity of application and I receive incoming call. But now if I restart phone and if I receive incoming call,

[android-developers] Re: first frame of a video file

2010-01-27 Thread Daniel
Finally found another thread that does this. Maybe it's going to help someone. http://groups.google.com/group/android-developers/browse_thread/thread/11ffb41e7ad7f92c/e915c32d1df29460?lnk=gstq=first+frame#e915c32d1df29460 On Jan 18, 2:49 pm, Daniel danil...@gmail.com wrote: I want to get this

[android-developers] Re: Problem in sending sms

2010-01-27 Thread Nemat
but it also happens when I use another constructor of intent.Here is my code: PendingIntent pi = PendingIntent.getActivity(this, 0, new Intent(), 0); SmsManager sms = SmsManager.getDefault(); sms.sendTextMessage(9001100444, null, This is test message, pi, null); Thanks Nemat On Jan 21, 4:31 

[android-developers] Re: Launching the correct activity on resume

2010-01-27 Thread ayanir
Hello, I have a similar problem when I open the application from the Market. if I go from Activity A (LAUNCHER) to B, press Home key and re open the application from the Home screen icon it come back to Activity B (the last Activity) as it should. but, if I open the application from the Market

[android-developers] Re: Launching the correct activity on resume

2010-01-27 Thread ayanir
Hello, I have a similar problem when I open the application from the Market. if I go from Activity A (LAUNCHER) to B, press Home key and re open the application from the Home screen icon it come back to Activity B (the last Activity) as it should. but, if I open the application from the Market

[android-developers] Re: How to programmatically install an APK file ?

2010-01-27 Thread ColletJb
Thank you, I will try this this afternoon. On 27 jan, 10:45, kirti kaul kirti.k...@wipro.com wrote: Hi, Use this:              intent.setAction(android.content.Intent.ACTION_VIEW);              intent.setDataAndType(Uri.parse(file:/// sdcard/.sampleapk),

[android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Mario Zechner
@Kevin i wrote a small tutorial on android game dev which is available here http://www.androidpit.de/android/de/de/wiki/view/Spieleentwicklung_101. You can find the accompanying code here http://code.google.com/p/android-gamedev/. Currently there's only a german version of the tutorial, i'm

Re: [android-developers] How to select an item in a listview by code

2010-01-27 Thread Matt Oakes
On Wed, Jan 27, 2010 at 5:11 AM, Michael J McLean m...@mmc2.com.au wrote: Mark,               Thank you for taking the time to reply. There are a lot of restrictions placed on developers trying to provide a quality user interface. I can live with this particular restriction but I would

[android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Mario Zechner
@robert. i'm curios wheter you succeeded in implementing proper multitouch controls. I planned on going the 2.0 root myself for the racer, having all controls on screen but that didn't work out as expected. see this thread

[android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Mario Zechner
@kevin wheter your game needs native code or not depends on the type of game. If you are doing animated 3D meshes, like using md2 meshes (quake 2 format) you need to write the vertex interpolation code in c if you have more than a few (==2-3 from my experience) meshes displayed. As for the

[android-developers] Re: Orientation Change effect on Spinner control

2010-01-27 Thread navlrac
Did anyone figure this out? I have the same issue. Additionally, I have a spinner backed by a cursor and its not guaranteed that the selected item is still in the database when restoring. I've been thinking along the lines of scanning the cursor to find the previous selected item, but haven't

[android-developers] Re: Calling activities inside the tabs and also to retain main tabs.

2010-01-27 Thread suda murali
Hi All, Please suggest me how to overcome this problem? Thanks, Suda On Tue, Jan 26, 2010 at 10:26 AM, suda murali murali.s...@gmail.com wrote: Hi All, Can anyone suggest me how to call activities inside the tabs. I have implemented four tabs(one,two,three,four). In tab one i am having

Re: [android-developers] Re: urgent help Integrating code with Android home screen code.

2010-01-27 Thread Rogério de Souza Moraes
Hi satish, What Darshana means is that you need to put you aplication inside the source code of Android. You need to donwload the source code of Android and put your application inside it. The file that he told you is the file: android_source_code_root/build/target/product/generic.mk inside

Re: [android-developers] Re: urgent help Integrating code with Android home screen code.

2010-01-27 Thread satish bhoyar
Thanks.. I will look in to it.. thanks, satish 2010/1/27 Rogério de Souza Moraes rogerio.so...@gmail.com Hi satish, What Darshana means is that you need to put you aplication inside the source code of Android. You need to donwload the source code of Android and put your application inside

[android-developers] android milestone text size small

2010-01-27 Thread extrapedestrian
My application works fine on G1/Hero and emulators, but on Milestone text size is tiny. I have list box and text items are very small on Milestone device. What can be the cause of this? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: urgent help Integrating code with Android home screen code.

2010-01-27 Thread satish bhoyar
Hi, in the file generic.mk there are all the separate application are there. but i want my files to be part of the android code. Cant it be possible that i will just add my file in the directory where the launcher code for android sits , i will add just files (xml java), then as we call our

[android-developers] Re: What keycode is the HTC Hero 'Hide Keyboard' button?

2010-01-27 Thread jamesc
Sorry, yes, Mark is quite right; it's the soft key on the IME. Thanks. On Jan 27, 1:55 am, Dianne Hackborn hack...@android.com wrote: On Mon, Jan 25, 2010 at 10:15 AM, Mark Murphy mmur...@commonsware.comwrote: The HTC Hero does not have a Hide Keyboard hardware button. I am assuming the OP

Re: [android-developers] android milestone text size small

2010-01-27 Thread Matt Oakes
It might be something to do with the display density. Maybe you have defined the size of the text in px (absolute pixels) which on a device with a higher density makes the text smaller. You could try changing to a density independent unit to see if that helps. Matt On Wed, Jan 27, 2010 at 11:02

[android-developers] Re: android milestone text size small

2010-01-27 Thread extrapedestrian
I defined it in pt. It should be bound to size of inch. On Jan 27, 12:13 pm, Matt Oakes m...@matto1990.com wrote: It might be something to do with the display density. Maybe you have defined the size of the text in px (absolute pixels) which on a device with a higher density makes the text

Re: [android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Ralf Schneider
I definitely have this problem on the Nexus One. My OpenGL performance test (using JNI/NDK pumped by java GLSurfaceView) is drawing 3 rotating Quads(8-8-8 texture) - all covering the whole screen - with blending. And I get very constant 60 FPS. As soon as I touch the screen: Frame rate drops to

[android-developers] Regarding ContactsContract

2010-01-27 Thread Android Development
Hello, I wanted to inquire about the ContactsContract API family. I have one requirement: 1. I wish to store the Presence Status of the user which i receive over a custom protocol. I wish to re-use these APIs for this purpose:

[android-developers] Re: Crop a Picture after Using Camera to Take It

2010-01-27 Thread GDroid
Hi, I'm testing this code on Motorola Milestone (2.0). And I get an exception when trying to launch the Cropper: 01-27 14:29:24.210: ERROR/AndroidRuntime(1895): Caused by: android.content.ActivityNotFoundException: Unable to find explicit activity class

Re: [android-developers] Re: Using webservice through Android

2010-01-27 Thread Frank Weiss
If I'm not mistaken, there are many resources you can search for on the web via google (as Sudeep suggested) that provide examples of SOAP clients written in Java. Please learn some basics before asking such a broad question on a forum that is specifically for Android development. -- You

[android-developers] Re: Picking up a PhoneBook entry under Android 2.0 !!!

2010-01-27 Thread Mike Olson
I know this is a bit of an old thread, but I implemented the workaround above to get my 1.5 emulator to launch and now my code crashes when I try to run it in the 1.5 emulator. The error is an InvocationTargetException with a cause of VerifyError. I'm currently searching for answers on the web but

[android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Mario Zechner
@Ralf that is very strange behaviour i wouldn't expect from a Nexus One. I have to admit that i only own a Droid so i can't confirm it for the N1. Would you mind putting an apk with your test application up somewhere, for example at http://www.file-pasta.com, and add log cat output so we can

[android-developers] Data list for Autocompletion

2010-01-27 Thread Eden
I'm looking for how i can have an acess to a data list for autocompetion TextView ? or where could i find a word data list ? For example the list of the HERO device or the way to have it, i see a few apps which use Hero autocompletetextView. Thanks for help -- You received this message

[android-developers] Re: Crop a Picture after Using Camera to Take It

2010-01-27 Thread zero
the activity is not present on all systems under that explicit package name. try calling it with just the action, leaving out package and classname in the intent On Jan 27, 1:31 pm, GDroid baron...@gmail.com wrote: Hi, I'm testing this code on Motorola Milestone (2.0). And I get an exception

Re: [android-developers] EditTexts and Handles

2010-01-27 Thread TreKing
On Tue, Jan 26, 2010 at 9:36 PM, Aaron Rudolph aanrudol...@gmail.comwrote: How do I get the user-inputted data out of these EditText's after they have been created? http://developer.android.com/intl/zh-CN/reference/android/widget/EditText.html#getText()

[android-developers] Re: Picking up a PhoneBook entry under Android 2.0 !!!

2010-01-27 Thread Mike Olson
I figured it out from a combination of the info on these two pages: http://www.higherpass.com/Android/Tutorials/Working-With-Android-Contacts/1/ http://android-developers.blogspot.com/2009/04/backward-compatibility-for-android.html I needed to write an abstract wrapper class that generates a

[android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Mario Zechner
I did some more testing and am now calculating mean delta times for each second as well as the standard deviation of the delta times. Here's what i get for the space racer above: 01-27 15:11:42.274: DEBUG/AFX(2504): fps: 56.82312, delta: 0.016143799, mean delta: 0.01756897, stddev. delta:

Re: [android-developers] Re: How to set a default item in a spinner drop down list

2010-01-27 Thread Jiri
Is this any help? http://thinkandroid.wordpress.com/2010/01/13/retrieving-spinner-values/?utm_source=feedburnerutm_medium=feedutm_campaign=Feed%3A+PlanetAndroidCom+%28Planet+Android%29 Jiri Sasikumar S wrote: See this link http://www.androidpeople.com/android-spinner-default-value/ you will

[android-developers] Re: android milestone text size small

2010-01-27 Thread Lance Nanek
Isn't there some sort of density calculation bug that results in small text sizes on the Droid? Maybe you're running into the same thing on the Milestone? On Jan 27, 6:40 am, extrapedestrian extra.pedestr...@gmail.com wrote: I defined it in pt. It should be bound to size of inch. On Jan 27,

[android-developers] Google vs Flurry

2010-01-27 Thread Joshua Frank
I want to start tracking usage of my apps. I need to decide on who to use Google Mobile Analytics or Flurry. Does anyone have an opinion? -- 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] How to build library with my code?

2010-01-27 Thread bluestar
Hi, Sir: I can build a daemon with my algorithm code and main function. I put all files in one folder under /development and make This executable file works successfully Now I want to separate my algorithm code and main function code. I hope to build a binary library with my

Re: [android-developers] How to build library with my code?

2010-01-27 Thread Mark Murphy
Hi, Sir: I can build a daemon with my algorithm code and main function. I put all files in one folder under /development and make This executable file works successfully Now I want to separate my algorithm code and main function code. I hope to build a binary library

[android-developers] Re: Crop a Picture after Using Camera to Take It

2010-01-27 Thread GDroid
That's what I did in the second try. As I mentioned I commented out the the setClassName method and got the second exception: 01-27 14:15:46.483: ERROR/AndroidRuntime(1813): Caused by: android.content.ActivityNotFoundException: No Activity found to handle Intent {

[android-developers] Re: Crop a Picture after Using Camera to Take It

2010-01-27 Thread Streets Of Boston
... The name of the action looks good... In my app, the image-Uri in the setData is different. You use a 'file:' uri. In my app, I use a 'content:' uri. Maybe the CROP action cannot handle 'file:' uris and can only handle images that are inserted into the Images content-provider. On Jan 27,

[android-developers] Re: US Taxes: Does Google send a 1099 tax form?

2010-01-27 Thread Streets Of Boston
About reporting a loss at tax time: You can't if you only make a few hundred bucks or so. It's considered a hobby and you cannot deduct more than your income on that hobby. E.g. i have a photography hobby as well. It would be nice to deduct all the costs of my camera and lenses if i just would

Re: [android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Ralf Schneider
2010/1/27 Mario Zechner badlogicga...@gmail.com @Ralf that is very strange behaviour i wouldn't expect from a Nexus One. I have to admit that i only own a Droid so i can't confirm it for the N1. Would you mind putting an apk with your test application up somewhere, for example at

[android-developers] Reposition views att runtime

2010-01-27 Thread ls02
How do I reposition views at runtime? In activity onCreate when all views are set all views sizes are 0. If I could somehow subclass activity view loaded from resources I could probably override view's onFinishInflate() and reposition all views after they all have been set and inflated. -- You

Re: [android-developers] Reposition views att runtime

2010-01-27 Thread Mark Murphy
How do I reposition views at runtime? The same way you position them in the first place -- by manipulating their layout rules (e.g., android:layout_centerInParent). You do this via calling getLayoutParams() on your View, casting it to an appropriate type (e.g., RelativeLayout.LayoutParams),

Re: [android-developers] Reposition views att runtime

2010-01-27 Thread TreKing
You're trying to reposition your view right after inflating them ... ? Why not just set them up in XML the way you actually want them to begin with ...? - TreKing - Chicago transit tracking app for

[android-developers] What About Oversize Apps?

2010-01-27 Thread ian
My almost compled app has a couple of hundred images and tips the scales at a (bloated) 11 mb. But I'd rather leave it that size. So I'm trying to figure out what this would mean to a user. Could the app still be installed OK if their phone wasn't already crowded with other large apps? Will

Re: [android-developers] What About Oversize Apps?

2010-01-27 Thread Mark Murphy
Could the app still be installed OK if their phone wasn't already crowded with other large apps? Your application will take 22-44MB to install, depending on whether or not you use the Android Market copy protection. Will more memory likely become available soon? That is impossible to

[android-developers] virtual hard key icon

2010-01-27 Thread PHdP
Hi, Are the nexus virtual hard key icons (home, back, etc...) modifiable ? Vicente -- 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: Crop a Picture after Using Camera to Take It

2010-01-27 Thread GDroid
I've tried testing it with the code from the 1st post. Looks like: Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); intent.putExtra(MediaStore.EXTRA_OUTPUT, MediaStore.Images.Media.EXTERNAL_CONTENT_URI.toString()); intent.putExtra(crop, true); .. .. If i'm not wrong,

Re: [android-developers] What About Oversize Apps?

2010-01-27 Thread Greg Donald
On Wed, Jan 27, 2010 at 9:58 AM, Mark Murphy mmur...@commonsware.com wrote: Will more memory likely become available soon? It's highly likely. That is impossible to predict. Is it really? Every new computer I've built or bought in the last 20 years had more memory than it's predecessor.

Re: [android-developers] What About Oversize Apps?

2010-01-27 Thread TreKing
On Wed, Jan 27, 2010 at 9:49 AM, ian stilbit...@gmail.com wrote: My almost compled app has a couple of hundred images and tips the scales at a (bloated) 11 mb. But I'd rather leave it that size. Why? So I'm trying to figure out what this would mean to a user. For me, personally, this

[android-developers] Re: trying to launch Android 2's Gallery .. security exception

2010-01-27 Thread DulcetTone
Understood. I'm trying to invoke this class because it was programmatically found to exist previously. On Jan 23, 5:57 pm, dan raaka danra...@gmail.com wrote: on the tangential topic .. it is harmful to assume that the classname you are using will exist on ALL andorid devices. -Dan --

Re: [android-developers] Re: Who wants Multi-touch in all Android versions?

2010-01-27 Thread SoftwareForMe.com SoftwareForMe.com
Hi, Sorry that I missed the continuation of this thread, and only noticed it now as I got a Google Alert for our app name. @Dianne, that's not quite true (that all MT data is lost). The coordinates of the additional points are removed from the event data, but the size and pressure values change

[android-developers] Re: uses-library

2010-01-27 Thread DulcetTone
Many thanks. tone -- 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

Re: [android-developers] Re: trying to launch Android 2's Gallery .. security exception

2010-01-27 Thread Mark Murphy
Understood. I'm trying to invoke this class because it was programmatically found to exist previously. I seem to recall a related case (trying to launch a video into Gallery) being asked a month or so ago on this list. The upshot was that just because an activity exists does not mean you can

[android-developers] Re: How to select an item in a listview by code

2010-01-27 Thread Casper
I agree with the below statement. I am experienced mobile app developer in BREW, J2ME. But Android documentation when compared with them is so bad. Doesn't help developers much. Much of it is being learned from forums, Example apps provided by others and by trail and error. The Android

[android-developers] Re: How can I enable assert statement on Android?

2010-01-27 Thread Brion Emde
Did you look at that link? That is the class that let's you do assertions. If you try: Assert.assertEquals(yes, no); // you will get an assertion failed exception Assert.assertTrue(1 == 2); // you will get an assertion failed exception Assert.assertTrue(1 == 1); // you will not get an exception

Re: [android-developers] Re: Guide Me Right Way

2010-01-27 Thread Kevin Duffey
I'd hold off on a Kindle until you check out the Android readers coming out. I am sure apple will be releasing their table info sometime today.. but I suspect that one will be pricey. There will probably be netbook with twistable screens to make them tablets.. or complete tablets, with Android on

[android-developers] Movies

2010-01-27 Thread vijay rajan
Iswarya rai - wallpapers, photos and iswarya rai videos, songs ... MORE info : http://123maza.com/50/rashers/ -- 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: Who wants Multi-touch in all Android versions?

2010-01-27 Thread JP
On Jan 27, 8:14 am, SoftwareForMe.com SoftwareForMe.com softwareforme@gmail.com wrote: Hi, Sorry that I missed the continuation of this thread, and only noticed it now as I got a Google Alert for our app name. @Dianne, that's not quite true (that all MT data is lost). The coordinates

[android-developers] Re: Reposition views att runtime

2010-01-27 Thread ls02
The problem is that in onCreate where all views are set all views sizes are 0. I have to dynamically create image depending on sizes of some views that are also dynamic depending on their content set at runtime. I didn''t dind any overridable in activity that is called AFTER all views are set and

[android-developers] Re: Reposition views att runtime

2010-01-27 Thread ls02
In activity onCreate where all views are set all views sizes are still 0. I need to create an image that depends on sizes on some views. These views sizes depend on content set at runtime. I didn't find any overridable in activity that is called AFTER all views have been set and inflated and their

Re: [android-developers] Re: Launching the correct activity on resume

2010-01-27 Thread Kevin Duffey
Hey guys, Funny I find this thread this morning.. I just posted to Mark Murphy's forum a similar question regarding multi-activity apps and how the life cycle is handled. My question was a little bit different, but similar to this. My main question was how do we handle the various life cycle

[android-developers] Re: What About Oversize Apps?

2010-01-27 Thread Terry Stone
On Jan 27, 9:58 am, Mark Murphy mmur...@commonsware.com wrote: You may wish to consider downloading your images on first run and storing them on the SD card. Does anyone have a good working example of how to do that? It seems that this is a recurring issue here. -- You received this message

[android-developers] Re: ViewAnimator?

2010-01-27 Thread NoraBora
You can see the examples of ViewFlipper or ViewSwitcher in ApiDemos. On Jan 24, 5:46 am, Duey Oxburger cg-art...@hotmail.com wrote: Lads, When my game fires up I'm trying to fade from my company logo to my splash page... basically fade from one image to the other.  I'm trying to use

[android-developers] Re: What About Oversize Apps?

2010-01-27 Thread ian
Thanks for the info guys. I suppose the SD card approach is the way to go. It sounds a bit complicated but it makes more sense because my app doesn't really need the pics in memory, they are mostly just for occasional reference. On Jan 27, 12:10 pm, TreKing treking...@gmail.com wrote: On

[android-developers] Re: Record raw Audio, process audio and save as ogg or another compressed format

2010-01-27 Thread maecky
Push. Does no one have any suggestions? regards Maecky On 17 Jan., 21:24, maecky markus.feuerst...@gmail.com wrote: Hi, I have searched the whole group but wasn't able to find a answer for my problem. I want to record audio from the microphone,  apply some audio signal processing and than

Re: [android-developers] Re: What About Oversize Apps?

2010-01-27 Thread TreKing
On Wed, Jan 27, 2010 at 10:54 AM, Terry Stone noidfou...@gmail.com wrote: Does anyone have a good working example of how to do that? It seems that this is a recurring issue here. I don't but this shouldn't be that difficult. Assuming there are existing functions for loading an image from a

Re: [android-developers] Re: Record raw Audio, process audio and save as ogg or another compressed format

2010-01-27 Thread Donal Rafferty
Have you looked at the MediaRecorder class? As far as I know it allows some encoding and compression On Wed, Jan 27, 2010 at 5:04 PM, maecky markus.feuerst...@gmail.com wrote: Push. Does no one have any suggestions? regards Maecky On 17 Jan., 21:24, maecky markus.feuerst...@gmail.com

[android-developers] Re: simple web search based on location

2010-01-27 Thread Sunny
Adding to my email below, let me share with you what I am trying to do and the results I get:- ListAddress wfList = gc.getFromLocationName(sb.toString(),5 ) where sb contains the address Whole Foods, Los Gatos, CA. what I was expecting from above was a list of address of whole food locations in

[android-developers] JDK dynamic proxy : it works on Android :-)

2010-01-27 Thread Piwai
Hi all ! This message is not a help request neither another complaint post... I just wanted to say that I'm happy to see that Android seems to perfectly implement the JDK Proxy/InvocationHandler API... And that's great ! Ok, maybe some people already knew this. But I didn't, so I'm glad to

[android-developers] Re: Using Gmail content provider

2010-01-27 Thread zehunter
i'm also interesting about using Gmail APK (maybe lauching activity with parameter... or to access to Gmail and Google login service with some API or class... any idea? On Jan 22, 4:55 am, Alberto afonsec...@gmail.com wrote: Hello, I was wondering if anyone has any information on accessing

[android-developers] Re: GMail unread mail count

2010-01-27 Thread zehunter
i'm also interesting about using Gmail APK (maybe lauching activity with parameter...) or to access to Gmail and Google login service with some API or class... any idea? On Dec 9 2009, 12:51 pm, Christoph chris.schue...@googlemail.com wrote: Hello Forum, most other smart phones display the

Re: [android-developers] Re: Who wants Multi-touch in all Android versions?

2010-01-27 Thread SoftwareForMe.com SoftwareForMe.com
I'm not clear what you mean by: I am not going down the path to try to figure out how an app that implements pinch-and-zoom on the app level will fare when same functionality is also implemented on the platform level. Could work out of the box, could be ugly. I mean, Multi-touch is fully

[android-developers] Dynamic views removed when switching to landscape

2010-01-27 Thread BobMorane
Hello, I thought I already posted this question but I can't find it so I ask again :-) I add dynamically some views to my main view with addView(). When the phone goes to landscape mode, these views are no longer on the screen. I believe that's because the main.xml file is reloaded so all the

[android-developers] Re: Google vs Flurry

2010-01-27 Thread Smelly Eddie
I use Flurry and have been mostly content with it. The event tracking is very nice, and allows up to 10 custom parameters for each event (Ie. event:move disc, old position :1, new pos. : 5, queuetype: disc, etc, etc) The downside is that they lack some detail in error reporting (like class,

[android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Mario Zechner
How does your onTouch method look like? Are you synchronizing on som object instance? On 27 Jan., 16:28, Ralf Schneider li...@gestaltgeber.com wrote: 2010/1/27 Mario Zechner badlogicga...@gmail.com @Ralf that is very strange behaviour i wouldn't expect from a Nexus One. I have to admit

[android-developers] Re: Guide Me Right Way

2010-01-27 Thread Terry Stone
The CommonsWare books read perfectly fine on the Droid. I keep a copy there so I can read on flights, etc. On Jan 27, 10:21 am, Kevin Duffey andjar...@gmail.com wrote: I'd hold off on a Kindle until you check out the Android readers coming out. I am sure apple will be releasing their table

Re: [android-developers] Dynamic views removed when switching to landscape

2010-01-27 Thread TreKing
On Wed, Jan 27, 2010 at 11:36 AM, BobMorane tpi...@yahoo.fr wrote: I believe that's because the main.xml file is reloaded so all the views that are not described in the xml are gone. Yup Is there a nice way to keep the same view hierarchy when going to landscape mode and not lose the views

[android-developers] how to set a word in a TextView clickable

2010-01-27 Thread monty
culd any1 plz tell me how to set a particular text in a TextView as clickable and not the entire text in TextView.At present clickable=true works for entire textview and not a particular text in textview. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Ralf Schneider
2010/1/27 Mario Zechner badlogicga...@gmail.com How does your onTouch method look like? Are you synchronizing on som object instance? class EngineGLSurfaceView extends GLSurfaceView { public EngineGLSurfaceView(Context context) { super(context); mRenderer = new

Re: [android-developers] Re: OpenGL Fillrate Issues

2010-01-27 Thread Dianne Hackborn
On Tue, Jan 26, 2010 at 4:20 PM, Mario Zechner badlogicga...@gmail.comwrote: That being said, there shouldn't be any problems with touch events on devices running android = 2.0 as they fixed the event flood problem in that version. I couldn't see any problem in my projects that make heavy use

Re: [android-developers] Re: Who wants Multi-touch in all Android versions?

2010-01-27 Thread Dianne Hackborn
On Wed, Jan 27, 2010 at 9:31 AM, SoftwareForMe.com SoftwareForMe.com softwareforme@gmail.com wrote: The issue in this thread was that it is possible to simulate it on all but one [known] Android device from 1.0 though 1.6. As I said above, our software uses a different code path on 2.0

[android-developers] mobile TV support for Nexus One

2010-01-27 Thread Cameron
The Qualcomm CPU on the Nexus Ond claims to have support for mediaFlo which is Qualcomm's solution to mobile TV as well as DVB-H, which I believe is the most widely implemented standard. 1. What exactly is the support? I think (but would like confirmation) that this support is the ability for

  1   2   3   >