[android-developers] world Class house shifting and office moving in Dubai Abu Dhabi Sharja Ajman all over the UAE visit our site www.unionmoversuae.com

2011-12-23 Thread unionmoversuae
Welcome Enjoy world-class moving services at local rates! Union Mover Dubai is the moving company created to make your moving experience a stress free one. Our focus is on top notch customer service, and fast, professional moving services. We aim to offer our customers the quality of service they

[android-developers] games apps

2011-12-23 Thread Samron
h ne bdy who can make android games or aaps can contact me, i can give u a huge ammoutn f money for this. U people can directly call me on +91-9778-660040 :- samron -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] games apps

2011-12-23 Thread Michael Banzon
Anybody can make Android games or apps. As far as I can tell - spelling is the tricky part along with proper/legit business proposals. I am very sorry that I am not able to help you with those - but I am sure that now that we have identified the general problem you will be able to gain some

[android-developers] Re: Regarding Web Services Development in Android

2011-12-23 Thread Ali Chousein
You are completely confused. You should have a server which provides an interface to access your database (RESTful interfeces are very popular and convenient). Then any client can query your databases through this interface using HTTPGet and HTTPPost.

[android-developers] How to create animation for CustomDialog

2011-12-23 Thread android developer
-- 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, visit

[android-developers] Re: Password app

2011-12-23 Thread Ali Chousein
Have a look at the intent actions and see if any, or a set of them will serve your purpose. http://developer.android.com/reference/android/content/Intent.html BTW, why are you trying to do this? Even though this feature is useful on desktops/laptops I doubt that it'll have any popularity on

[android-developers] Re: games apps

2011-12-23 Thread srihari babu
Hi Samron, Please contact this Hyderabad based company, these guys have vast experience in android app development. http://www.incubesol.com/ Regards, Srihari babu.R -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Help on zooming and moving the image

2011-12-23 Thread chowdary nani
Hi All, I need help Can we zoom or move the image which is set to image view in android if any one send me the code it will be very help full to me as it is important to me. Thanks, Naveen. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Help: getting illegal argument exception in glcolorpointer

2011-12-23 Thread Raghav Dwivedi
thanks Latimerius :-) On Wed, Dec 21, 2011 at 1:49 AM, Latimerius l4t1m3r...@googlemail.comwrote: On Mon, Dec 19, 2011 at 9:12 AM, Raghav Dwivedi er.raghavdwiv...@gmail.com wrote: private void initTriangle(){ //Float has 4 Bytes ByteBuffer vbb = ByteBuffer.allocateDirect(_nr0fvertices

[android-developers] which to use shared preferences or files best practices

2011-12-23 Thread Graham Bright
Hi all, I am trying to decide if I should use shared preferences or files for the following scenario. I want to present to the user a list of simple text strings which if selected will be used later in my code. Example Text string 1 Text string 2 User defined Text string If the user

Re: [android-developers] Re: The accelerometer reading looks odd

2011-12-23 Thread Yang Bo
May not possible,there are several games using it in my phone... 在 2011-12-23 下午1:53,Christopher Van Kirk christopher.vank...@gmail.com 写道: Seems like your device is broken. On 12/23/2011 11:26 AM, Yang Bo wrote: Could anyone help on this ? Thanks 在 2011-12-22 下午5:02,Yang Bo

Re: [android-developers] Re: The accelerometer reading looks odd

2011-12-23 Thread Raghav Sood
It is possible that the device is not resting evenly on the surface of that the surface itself is tilted. Thanks 2011/12/23 Yang Bo yangbo@gmail.com May not possible,there are several games using it in my phone... 在 2011-12-23 下午1:53,Christopher Van Kirk christopher.vank...@gmail.com 写道:

[android-developers] Re: ICS Hardware Acceleration crash or display issues

2011-12-23 Thread Derek
Hi all, Many apps are facing display issues (or crash) when 2D GPU rendering is enabled on real devices. How can we test this feature is ICS emulator? Is it true that it cannot be tested in Emulator? http://stackoverflow.com/questions/7831865/where-is-the-hardware-acceleration-in-the-ics-emulator

Re: [android-developers] Re: The accelerometer reading looks odd

2011-12-23 Thread Christopher Van Kirk
On Saturn, perhaps. On 12/23/2011 7:31 PM, Raghav Sood wrote: It is possible that the device is not resting evenly on the surface of that the surface itself is tilted. Thanks 2011/12/23 Yang Bo yangbo@gmail.com mailto:yangbo@gmail.com May not possible,there are several games

Re: [android-developers] Corrupted pictures from camera

2011-12-23 Thread Mark Murphy
On Fri, Dec 23, 2011 at 1:57 AM, Michael Banzon mich...@banzon.dk wrote: If you need help/testing I have a Desire S - I've run into this issue with some apps - and it is quite annoying! Flaws tied to hardware pretty much mean I need my hands on the hardware to be able to test effectively. If

[android-developers] Re: Android custom ImageView fade animation

2011-12-23 Thread Seb
Brilliant, that's useful, will give that a go. Any advice for the original issue? On Dec 23, 6:51 am, AlexBonel bonela...@gmail.com wrote: Has looked through your code and saw one big perfomance issue: protected void onDraw(Canvas canvas) {     Paint foreground = new

Re: [android-developers] Help on zooming and moving the image

2011-12-23 Thread Jim Graham
On Fri, Dec 23, 2011 at 02:58:56PM +0530, chowdary nani wrote: Can we zoom or move the image which is set to image view in android if any one send me the code it will be very help full to me as it is important to me. How important is it? Answer in US dollars only, please. Honestly, though,

Re: [android-developers] which to use shared preferences or files best practices

2011-12-23 Thread TreKing
On Fri, Dec 23, 2011 at 4:15 AM, Graham Bright gbwienmobil...@gmail.comwrote: To store the text strings what would you recommend? A key/value pair using maybe ListPreferences or maybe text files. How long is this string? If it's relatively short, a preference. If it's relatively long, a file.

Re: [android-developers] Re: Data written to SQLite database not immediately available

2011-12-23 Thread Ralph Bergmann | the4thFloor.eu
Am 23.12.11 00:06, schrieb lbendlin: it's not a bug, that's how SQLite works. You can't have concurrent writes. Not sure how the content provider buffers this but if you do plain SQLite you are basically blocking the database with each write, and you need to use semaphores to manage that. I

[android-developers] SyncAdapter - error SettingNotFoundException: roaming_auto_sync_enabled

2011-12-23 Thread Fugee
Hello, i have written my own syncadapter. This is working without any problems on a motorola defy (Android 2.1) and a zte blade (Android 2.3.5). But on a Samsung Galaxy S (GT I9000 - Android 2.3.3) the syncoperation breaks with this error: android.provider.Settings$SettingNotFoundException:

[android-developers] Re: problem parsing the package

2011-12-23 Thread radin
On Nov 28, 2:42 pm, rachana govilkar rachana.govil...@gmail.com wrote: helo i developd a small application n started testing on LG 2.2 android device. but i am getting this error there isproblemparsingthepackage when installing .apk file. i searched this group but i dint get

[android-developers] Help/collaboration needed from Dianne or someone at the Android team in explaining some results on a mobile computing project/article on time-shifted location

2011-12-23 Thread André Coelho
Hello. I'm an MSc student at University of Minho, Portugal and I'm currently involved in a *Mobile Computing project* in which we use +Android to facilitate conducting *user experience studies* and gathering various data. We devised a method for gathering *location information*, powered by Android

Re: [android-developers] Re: Data written to SQLite database not immediately available

2011-12-23 Thread Kostya Vasilyev
To OP: Do your threads use separate instances of SQLiteDatabase object pointing to the same database one- or one SQLiteDatabase instance, shared? 23.12.2011 18:03, Ralph Bergmann | the4thFloor.eu пишет: Am 23.12.11 00:06, schrieb lbendlin: it's not a bug, that's how SQLite works. You can't

[android-developers] Android Emulator - how to get Geo Location?

2011-12-23 Thread Ved Antani
$('#gps_map').live(pageshow, function() { $('#map_canvas_2').gmap('refresh'); $('#map_canvas_2').gmap('getCurrentPosition', function(position, status) { if ( status === 'OK' ) { var latlng = new google.maps.LatLng(position.coords.latitude, position.coords.longitude)

[android-developers] Re: Android Emulator - how to get Geo Location?

2011-12-23 Thread Streets Of Boston
Do you use the DDMS' Emulator Control and its Location Controls fields to send some dummy locations to the emulator? -- 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] L2TP/IPSEC PSK with Android 4

2011-12-23 Thread program
I am having trouble connecting to an L2TP/IPSec PSK VPN (with pre- shared key). The same connection is working on my nexus one, but not on the galaxy nexus with ics. On the galaxy nexus it always times out. Has anybody experienced the same problem? PPPT works fine by the way. -- You received

[android-developers] ICS Open GLES 1.0 | glTexImage2D + glTexSubImage2D not working?!

2011-12-23 Thread AndroidYourself
Hello, I use this with GLES 1.0 and Android 4.0.2 (ICS): gl.glTexImage2D(GL10.GL_TEXTURE_2D, 0, GL10.GL_RGB, bufferWidth, bufferHeight, 0, GL10.GL_RGB, GL10.GL_UNSIGNED_BYTE, null); gl.glTexSubImage2D(GL10.GL_TEXTURE_2D, 0, 0, 0, bufferWidth, bufferHeight, GL10.GL_RGB,

[android-developers] Re: problem parsing the package

2011-12-23 Thread rachana govilkar
Did u even write anything On Dec 23, 7:43 pm, radin radinj...@gmail.com wrote: On Nov 28, 2:42 pm, rachana govilkar rachana.govil...@gmail.com wrote: helo i developd a small application n started testing on LG 2.2 android device. but i am getting this error there

Re: [android-developers] Re: problem parsing the package

2011-12-23 Thread Kumar Bibek
Post your manifest file. It's probably that causing the problem. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* -- 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] Re: Audio jack for other functions

2011-12-23 Thread Doug
You would read and write audio in the same way as if a headset was installed. I strongly suspect that Square just communicates with its reader using audio signals. Kind of like how old modems would transfer digital data across analog phone connections. The only data they really have to transfer

[android-developers] Re: ICS/Galaxy Nexus Can't Loop Audio without GAP

2011-12-23 Thread Doug
Have you considered using AudioTrack instead? You would have to decode your audio data to PCM if it's not already and write your own looping, but you would gain a lot of control over the stream of audio it produces. I realize this isn't really a solution to your problem, but it would give you

[android-developers] Re: Accessing to Canvas's parent

2011-12-23 Thread Gilberto Cuba Ricardo
What are you trying to say? On 22 dic, 05:49, Sudhi Hn sudhir...@gmail.com wrote: Hey guys good work On Dec 21, 11:28 pm, Gilberto Cuba R gcubar2...@gmail.com wrote: Hello colleagues, I'm trying to simulate the HTML5 Canvas behaviour on Android. In order to achieve this, I have

Re: [android-developers] Re: Data written to SQLite database not immediately available

2011-12-23 Thread Erik
The threads use the content provider. The content provider's insert() method gets a database from the SQLiteOpenHelper each time. I'll add that the content provider we're using is a modified version of Google's telephony content provider. We've been able to duplicate this behavior with the

[android-developers] Re: Audio jack for other functions

2011-12-23 Thread JP
Check out AudioRecord: http://developer.android.com/reference/android/media/AudioRecord.html You can use that to record audio, music, or, magnetic card strips like Square does... On Dec 21, 11:00 pm, PhotoSteve dfwgoph...@gmail.com wrote: How would you get access to the audio jack to perform

[android-developers] Re: ICS Open GLES 1.0 | glTexImage2D + glTexSubImage2D not working?!

2011-12-23 Thread AndroidYourself
Hint: Its working fine with Xoom (Android 3.2) and is not working with Galaxy Nexus (Android 4.0.2) Anyone with a solution? -- 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] issue with conditionally choosing first activity to be displayed

2011-12-23 Thread John Goche
Hello, I am having the following issue. In my application I need to display activity A the first time the application is launched so that the user can configure some parameters on a form. When the user completes the form a preference is set so that every other time the user starts the application

Re: [android-developers] issue with conditionally choosing first activity to be displayed

2011-12-23 Thread Mark Murphy
On Fri, Dec 23, 2011 at 6:31 PM, John Goche johngoch...@googlemail.com wrote: I am having the following issue. In my application I need to display activity A the first time the application is launched so that the user can configure some parameters on a form. When the user completes the form a

Re: [android-developers] issue with conditionally choosing first activity to be displayed

2011-12-23 Thread Kostya Vasilyev
Set configuration activity as the launcher entry point in the manifest, check your flags, start the main activity, call finish. Do it all inside onCreate before setContentView. Method 2, exactly opposite: set main activity as the entry point, check flags, call startActivityForResult for the

Re: [android-developers] issue with conditionally choosing first activity to be displayed

2011-12-23 Thread Miguel Morales
I haven't done this myself but I *think* you dont have to set a default activity. You might then be able to subclass the Application class and override onStart() and launch an intent there. Again, not even sure if this is possible but might be a bit cleaner. 2011/12/23 Kostya Vasilyev

[android-developers] Re: ICS Open GLES 1.0 | glTexImage2D + glTexSubImage2D not working?!

2011-12-23 Thread AndroidYourself
Im getting this glGetError = 1281 Maybe this is a good hint for anyone to find a solution for this problem. -- 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

Re: [android-developers] issue with conditionally choosing first activity to be displayed

2011-12-23 Thread Kostya Vasilyev
The application object is not an entry point into an Android package. There is no UI for the user to launch the application object. Activities is what users launch, and is that what they see in the launcher. 24.12.2011 3:49 пользователь Miguel Morales therevolti...@gmail.com написал: I haven't

Re: [android-developers] issue with conditionally choosing first activity to be displayed

2011-12-23 Thread Miguel Morales
Oh yes that's right. You can simply have a splash screen launch activity and have your logic there. Or still have your own application subclass and have your launch logic in the application onCreate. Mostly a matter of taste on how you do it though. 2011/12/23 Kostya Vasilyev

Re: [android-developers] Re: ICS Open GLES 1.0 | glTexImage2D + glTexSubImage2D not working?!

2011-12-23 Thread Leigh McRae
That is a GL_INVALID_VALUE error. If it's glTexImage2D that is causing it then maybe you're using a non-power-of-two texture on a devices that doesn't support it. Make sure you know which function is causing the error then look it up in the man and see what conditions cause the error.

Re: [android-developers] Re: ICS Hardware Acceleration crash or display issues

2011-12-23 Thread Romain Guy
The emulator doesn't support OpenGL ES 2.0 at the moment so hardware acceleration cannot be test with the emulator. Yet. We're working on OpenGL ES 2.0 support for the emulator though. On Fri, Dec 23, 2011 at 6:35 AM, Derek cram.de...@gmail.com wrote: Hi all, Many apps are facing display

Re: [android-developers] ICS/Galaxy Nexus Can't Loop Audio without GAP

2011-12-23 Thread YuviDroid
I just did a quick test with your apk and: Galaxy Nexus - Android 4.0.1 - Kernel 3.0.1-ga052f63 - FAIL Galaxy S 2 - Android 2.3.4 - Kernel 2.6.35.11-ninphetamine-2.1.3 - PASS (pls note that this is a custom ROM, I couldn't test right now with a stock ROM) Tomorrow I will test on a Nexus S, Xoom,