[android-developers] Innover Global Inc - Hotlist Available Canada

2021-09-15 Thread joshua daniel
Send your requirements to jos...@innoverglobalinc.com Hi There, Hope you're doing well.!! This is *Joshua *from *Innover Global Inc*. Please take a quick look at the below list of available resources coming out of projects and kindly let me know if you come across any suitable opportun

Re: [android-developers] unwanted posts

2016-11-04 Thread Joshua Zhu
Yes, pls STOP send lots of posts of job information! 2016-11-04 15:01 GMT+08:00 Soham Choudhury : > A lot of unwanted job offers are being posted in the group. Please stop > them. > > -- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To

[android-developers] Do you think doing OpenGL NDK develop is good?

2016-11-03 Thread Joshua Zhu
Do you think doing OpenGL NDK develop work is good? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To pos

Re: [android-developers] AVD in current Android Studio Release does not work on my Mac

2016-11-03 Thread Joshua Zhu
yes, I think use real devices for debug is the best choose. Virtual device has lots of problems. 2016-11-04 10:42 GMT+08:00 Soham Choudhury : > Please donot worry about AVD not working on your device. AVD requires a > function of hardware accelerator callrd intel XAHM. If you wany to test > your

Re: [android-developers] Android development discussion forum for queries and doubts

2016-11-02 Thread Joshua Zhu
android-disc...@googlegroups.com 2016-11-02 20:42 GMT+08:00 Thillai sivapragasam < thillaisivapragasa...@gmail.com>: > Hi all, > > May I know a effective discussion forums unlike stackoverflow which is > dedicated solely to android.? > > -- > You received this message because you are subscribed

[android-developers] Re: Android Studio - Stuck on “Build Gradle” when creating a new project

2016-10-30 Thread Joshua Zhu
try ./gradlew build and see what is going on 在 2016年10月29日星期六 UTC+8下午8:26:41,Sj P写道: > > > down votefavorite > > > I have tried different solutions but none of them seem to work for me.

[android-developers] Re: individual control of pixels

2016-10-30 Thread Joshua Zhu
Do this via GPU? Maybe OpenGL will help 在 2016年10月31日星期一 UTC+8上午10:01:06,googo...@gmail.com写道: > > hi, > > Is there a way to control individual pixels though software? > > Detailed information on intensity, duration on/off, etc. > > thank you, > > > -- You received this message because you are

[android-developers] Webview holding active session

2016-07-30 Thread Joshua Ivy
So one of my tabs is a chat that i use webview to display. Is their a way to keep it active even as users switch between different sections? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receivin

[android-developers] App minimized immediately on phone but not emulator.

2016-07-22 Thread Joshua Danford
I'm very new to developing apps for android but I've searched all around and can't find any relevant results. My app is working as expected when launching it in the emulator but when I launch it on my phone it minimizes immediately. I can tell that the app would be working normally as I am able t

[android-developers] So high so what I did on May 9th at 3:48 a.m. in the morning if I locked flashlight into my selfie camera on my Samsung Galaxy Edge S7 it was Pitch Black in my room and I locke my

2016-05-27 Thread Joshua Winn
So what I did on May 9th at 3:48 a.m. in the morning as I locked my flashlight into my selfie camera on my Samsung Galaxy Edge S7 it was Pitch Black in my room and I lost my flashlight into my selfie camera and I eliminated a painting on my wall and a pitch-black room my painting is yellow blue

[android-developers] Unloaded app widget never gets updated

2016-02-06 Thread Joshua Brooks
I'm developing an app widget. The phone I'm using is on Android 5.1. I perform some initial configuration of the widget in the onUpdate function, setting click intents and whatnot. This works. However, after performing memory-intensive operations on my phone, like loading videos, the widget see

[android-developers] High speed camera capture

2016-01-31 Thread Joshua Parrish
Hello all, I'm doing my best to develop an app for high-speed camera capture. Unfortunately, it's difficult to work with createConstrainedHighSpeedCaptureSession since there are no samples available anywhere. Would it be possible for this community to come up with a small set of sample code?

[android-developers] Help: Android Studio continually crashing Windows 10

2015-12-01 Thread Joshua Springer
Hi, I've been developing an Android app for one of my classes. I am familiar with programming and using computers in general, but not virtualization software. I am trying to get Android Studio on my computer, but having some serious problems. I installed Android Studio on my computer the firs

[android-developers] Re: updating layout params after animation finished

2012-08-06 Thread Joshua Li
On Thursday, 19 July 2012 00:42:27 UTC-7, marcin kolonko wrote: > i have 2 views in a RelativeLayout like this: encoding="utf-8"?> >     xmlns:android="http://schemas.android.com/apk/res/android"; >     android:layout_width="match_parent" >     android:layout_height="match_parent" > > >        

[android-developers] Re: Consumer closed input channel

2012-06-04 Thread Joshua Mostafa
Thanks for the info above guys, it really helped me out. And I'd add that it's sort of important to know how people work to try to talk to them. They usually respond better to politeness, especially when they've already apologised in advance for asking an obvious question... On May 5, 10:30 am, L

[android-developers] Android LocationManager GPS Reading Never Changes While Screen is Off

2012-02-03 Thread Joshua Witter
I posted this same question on StackOverflow if anyone wants the karma for answering it there. This is on an Android phone running 2.3.3 Gingerbread. I am trying to log a GPS location while the screen is off. When the screen is on, the GPS gives correct outputs... driving around in my car I have a

[android-developers] Letting other apps know about Intent extras keys

2011-10-05 Thread Joshua Sera
Is there an accepted way of letting other apps know about the keys your app uses for intent extras? At the moment, I guess you can stick them in R.strings, although I think that's bad, since R.strings seems like it should only be for localization. -- You received this message because you are sub

[android-developers] Always getting GET on the server eventhough POST was sent

2011-09-22 Thread Joshua Partogi
tity(pairs)); HttpClient httpClient = new DefaultHttpClient(); HttpResponse httpResponse = httpClient.execute(httpRequest); Have I done anything wrong? Thanks for your help. Kind regards, Joshua. -- @jpartogi -- You received this message because you are subscribed to the Google Groups &quo

[android-developers] Send message with C2DM to selected devices

2011-09-19 Thread Joshua Partogi
hi there, I am interested to use C2DM for my application. Is it possible to send push messages to selected devices only? Or will it send to all devices that has my application? Thank you in advance for your help. -- @jpartogi -- You received this message because you are subscribed to the Goog

Re: [android-developers] Hard Crash (Reboot) in 3.2

2011-08-05 Thread Joshua Smith
ogram that *doesn't* crash. On Aug 3, 2011, at 10:08 AM, Joshua Smith wrote: > Do you do public tracking of the bug database, so I can keep an eye on this? > > On Aug 3, 2011, at 1:16 AM, Dianne Hackborn wrote: > >> Thanks, I've filed a bug. >> >> On Tue

Re: [android-developers] Hard Crash (Reboot) in 3.2

2011-08-03 Thread Joshua Smith
Do you do public tracking of the bug database, so I can keep an eye on this? On Aug 3, 2011, at 1:16 AM, Dianne Hackborn wrote: > Thanks, I've filed a bug. > > On Tue, Aug 2, 2011 at 10:45 AM, Joshua Smith > wrote: > Update: We've created a small reproducible test ca

Re: [android-developers] Hard Crash (Reboot) in 3.2

2011-08-02 Thread Joshua Smith
Update: We've created a small reproducible test case. Run this code for an hour (usually less) on a XOOM with 3.2 and you will reboot. We haven't gotten lucky enough to get a log, so we cannot be absolutely certain that this reboot is the same one we're hitting, but it probably is. Who do I se

Re: [android-developers] Hard Crash (Reboot) in 3.2

2011-07-29 Thread Joshua Smith
Reboot. Uptime reported 30 seconds up when we reconnected. On Jul 28, 2011, at 1:02 PM, Chris Stratton wrote: > On Thursday, July 28, 2011 11:21:18 AM UTC-4, Joshua Smith wrote: > Our app, which works fine in 3.1 and earlier, has started experiencing > a hard crash that cause ou

[android-developers] Hard Crash (Reboot) in 3.2

2011-07-28 Thread Joshua Smith
Our app, which works fine in 3.1 and earlier, has started experiencing a hard crash that cause our XOOM to reboot. Usually, when this happens, the logs disappear, but in a couple of cases, we've managed to catch the exception. Anybody have a clue what these logs might be trying to tell us? Crash

[android-developers] Issues with 3.2

2011-07-21 Thread Joshua Smith
We're getting an app ready for Android, and we've just hit a complete show-stopper with the 3.2 update. Our app runs for about a minute, and then the XOOM just reboots. There is absolutely no evidence that we can find in any log as to what the problem is. The same app is running just fine in 3.1 a

[android-developers] Re: Initial setup after app install/update?

2011-06-15 Thread Joshua Partogi
Can we ask for a feature request for this feature? :-) Thank you very much in advance. On Jun 16, 7:57 am, TreKing wrote: > On Wed, Jun 15, 2011 at 9:29 AM, Joshua Partogi > wrote: > > > Is it possible to implement an initial setup after the app has been > &

[android-developers] Initial setup after app install/update?

2011-06-15 Thread Joshua Partogi
Hi all, Is it possible to implement an initial setup after the app has been installed? Kind regards, Joshua -- @jpartogi -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] How can we use NumberPicker in Gingerbread?

2011-06-15 Thread Joshua Partogi
Hi I would like to use the NumberPicker widget in 2.3.3, but unfortunately it is not available in the 2.3.3 SDK. Is there anyway I can use NumberPicker widget in 2.3.3? Thank you in advance. -- @jpartogi -- You received this message because you are subscribed to the Google Groups "Android Deve

[android-developers] Re: Is it possible to automatically open a browser when an NFC tag is scanned?

2011-06-14 Thread Joshua Partogi
ore like a feature request. Kind regards, Joshua. On Jun 14, 10:40 pm, Mark Murphy wrote: > On Tue, Jun 14, 2011 at 8:32 AM, Joshua Partogi > > wrote: > > Maybe this is more like a request than a question. Is it possible for > > the Tags application to automatically open a b

[android-developers] Is it possible to automatically open a browser when an NFC tag is scanned?

2011-06-14 Thread Joshua Partogi
phone to read this tag. Thank you very much for the assistance. Kind regards, Joshua. -- @jpartogi -- 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 u

[android-developers] Programming Android without any other experience......

2011-04-26 Thread Joshua Germon
I've learnt some of Java but very very little in order to start developing with Android at this website here >> The Java™ Tutorials. I've only got up to Learning the Java Language>Objects and Classes> Declaring Methods on the site. I have also watched many other Android tutorials but can't seem to

[android-developers] Keystore

2011-04-22 Thread Joshua Needham
Alright so I cannot remember the keystore password. My question is what can I do about this and if I implement licensing will I still need to sign the app? Can I refund all exiting purchases and create a new application? Why this is even an issue if I create a new keystore for the same application

[android-developers] HelloWorld.... now what?

2010-10-10 Thread Joshua Germon
I've just started here. I downloaded the SDK did the HelloWorld tutorial and I don't no what to do next. This is the first Java programing I've ever done. I want to start making my own apps but how Please clear this up for me! Cheers Josh -- You received this message because you are subscrib

[android-developers] Re: Emulator loses network connection issue

2010-09-09 Thread Joshua Cage
I have the same. It's really painful. -- 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...@goog

[android-developers] Re: Is there anyone know why Google allow only 4 connections on Android?

2010-07-21 Thread joshua
ishing returns" already pointed out. > > On Jul 20, 6:21 pm, joshua wrote: > > > > > The web page below shows each web browser allow how many http > > connections. > > =>http://www.browserscope.org/?category=network&v=top > > > I can also find the

[android-developers] Is there anyone know why Google allow only 4 connections on Android?

2010-07-21 Thread joshua
, other browsers for mobile device, iPhone browser and Opera, allow 30 connections. I want to know why Android allow only 4 connections. If Android allow more connections, we can get better performance (fast loading). Is there anyone know why Google allow only 4 connections on Android? Regards,

[android-developers] Maximum number of http connection in Android is too small

2010-07-21 Thread joshua
device, iPhone browser and Opera, allow 30 connections. I want to know why Android allow only 4 connections. If Android allow more connections, we can get better performance (fast loading). Is there anyone know why Google allow only 4 connections on Android? Regards, Joshua. -- You received this

[android-developers] CopyOnWriteArrayList Problem

2010-07-19 Thread Joshua Frank
d the eclipse debugger to step through the issue and found that the CopyOnWriteArrayList "lock" instance variable is what is set to null. Has anyone else seen this and is there any fix? -- Joshua Frank -- You received this message because you are subscribed to the Google Groups "Andro

[android-developers] How to get and post JSON with Android?

2010-06-15 Thread Joshua Partogi
, Joshua. -- http://twitter.com/scrum8 -- 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-developer

[android-developers] Upgrade to Android 2.2

2010-06-15 Thread Joshua Partogi
, Joshua. -- http://twitter.com/scrum8 -- 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-developer

[android-developers] Re: Greystripe SDK Help - Not sure where else to post

2010-04-27 Thread Joshua T. Minor
Hi, this is Josh from Greystripe. I replied to Anthoni via our support email, but I also wanted to post the solution here, for those playing along at home ;) The fix here is pretty simple. Anthoni was missing our Activity declaration in his Android manifest. Just add these lines to the xml and eve

[android-developers] Re: Getting appWidget position/coordinates on homescreen

2010-04-23 Thread Joshua Kallio
I am interested in finding out if this is possible also. I have been searching for days and have not found a thing. On Apr 22, 6:20 pm, Yesmic wrote: > Hello, > > I'm trying to develop an appWidget. I would like to retrieve its > coordinates or position (row, col) on home screen. > > Is it possi

[android-developers] Memory Leak

2010-04-14 Thread Joshua Frank
button then start LeakyActivity again it stays in memory. I know this because I have been dumping the HPROF files. -- Joshua Frank -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] Problems with the SDK using Ubuntu 10.04 64 bit

2010-04-13 Thread Joshua Lückers
I have downloaded the SDK and installed the necessary plugins for Eclipse to start developing Android applications. Whenever I try to start the ddms I get the following error(s): 18:57 E/ddms: shutting down due to uncaught exception 18:57 E/ddms: java.lang.UnsatisfiedLinkError: no swt-gtk-3550 or

[android-developers] Nexus One ADB XP 64

2010-03-24 Thread Joshua Frank
Anyone got the Nexus One working with adb on XP 64? I've tried the r3 driver from the SDK and I've even tried the drives from the xda-developers forum and had no luck. -- Joshua Frank -- You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] Application signature mismatch

2010-03-12 Thread Joshua Frank
Sometimes I use my laptop to code and sometimes my desktop. Every time I reinstall the android app using a different system it complains about different application signatures and I have to uninstall the app. Is there a way to make them match on multiple systems? -- Joshua Frank -- You

[android-developers] Sending Packets via UDP over a WIFI connection

2010-03-11 Thread Joshua Nelson
Hi All, I am trying to send UDP packets over a WIFI connection from my phone to a Server on my pc. Here is the code that I have on my client: String data = "Testing"; byte [] buffer = data.getBytes(); DatagramPacket packet = new DatagramPacket(buffer, buffer.length, new InetSo

Re: [android-developers] Market apps Ranking rules

2010-03-11 Thread Joshua Frank
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 this group at > http://grou

Re: [android-developers] Re: Memory problem with Threads

2010-03-04 Thread Joshua Frank
inker = null; } } On Thu, Mar 4, 2010 at 3:36 PM, fadden wrote: > On Mar 4, 1:02 pm, Joshua Frank wrote: >> I have a couple of worker threads in my app which I stop and restart >> during onPause() and onResume(). I use a method that clears all the >> reference to

[android-developers] Memory problem with Threads

2010-03-04 Thread Joshua Frank
and resuming my app about 40 to 50 times I will then get OutOfMemory Errors when loading bitmaps. Allthough this doesn't effect most of my users I do get occasional reports of crashes. How can I remove the references to my threads from ThreadGroup so that GC can do it's job. -- Jo

Re: [android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2010-02-27 Thread Joshua Frank
Has anyone heard any new about this issue being fixed. My active user stats are still down over 30%. Also, it now looks like the new market ranking system uses active users to rank apps. It has been over 2 months now. On Fri, Jan 22, 2010 at 3:33 PM, Seni Sangrujee wrote: > Hmm, that's grim.  Tha

Re: [android-developers] Re: Android Market Changed ranking

2010-02-20 Thread Joshua Frank
ved 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, vis

[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-developer

Re: [android-developers] Saving ListView Scroll Location?

2010-01-20 Thread Joshua Frank
this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Joshua Frank -- You received this message because you are subscribed to the Google Groups "Android D

[android-developers] Deleting all files

2010-01-20 Thread Joshua Frank
t know about like if the game name has changed is a previous version. In short this is a major update and I would love to force the user to make a fresh install, deleting all files, preferences and database info. Is there an easy way to do this? -- Joshua Frank -- You received this message becaus

Re: [android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-23 Thread Joshua Frank
, send email to >> > android-developers+unsubscr...@googlegroups.com> > cr...@googlegroups.com> >> > For more options, visit this group at >> >http://groups.google.com/group/android-developers?hl=en > > -- > You received this message bec

[android-developers] Detecting which drawable folder was used.

2009-11-26 Thread Joshua Frank
hing for every size screen. I am trying to just create hdpi bitmaps for the ones that don't look good when re-sized. -- Joshua Frank -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

[android-developers] Re: Google wave invitations...?

2009-10-19 Thread Joshua Scarsbrook
If there is another one left, i would like it. On 18/10/2009 8:37 a.m., AuthorityAction wrote: > If there are any left, I would like one too! Thanks. > > On Oct 15, 10:41 pm, Kenneth Adam Miller > wrote: > >> Who wants to be in Google wave? >> I have 16 invitations >> > > > > --~-

[android-developers] Voice Recognition in Sample API not working

2009-05-11 Thread Joshua
Not sure what I am missing (using emulator not phone). I was trying to get the speech api working, however it gives me the error: No Activity found to handle Intent { action=android.speech.action.RECOGNIZE_SPEECH (has extras). So then I tried running the 1.5 r1 sample code (api) and tried the spe

[android-developers] Re: Google voice recognition on Emulator

2009-05-11 Thread Joshua
I would also like clarification. Is Google Voice going to be default app on the phone? Why can't we run the sample code (API) within the 1.5 r1 SDK? Does our phone emulator need the google app and simply not have it? If so how do we add it? On May 5, 6:42 am, qvark wrote: > Hi Dave, so... thi

[android-developers] How accurate is the rotation sensor?

2009-04-20 Thread Joshua Shaffer
dates? Thanks, --- Joshua Shaffer PhD Student Dept. of Materials Science Drexel University 215-895-2327 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send e