[android-developers] Hotlist

2021-09-16 Thread John John
Hi Vendors, Greetings of the day! Please find the below list of my bench consultants and let me know if you have any open positions on Corp to Corp. Please share me you requirements at John @ *j...@innoverglobalinc.com* ,Reach out to me on this number + 1(630) 780-4905 .. *CANDIDATE

[android-developers] Re: SAP SECURITY/GRC Consultant

2021-10-12 Thread John John
Hi Vendors, Greetings of the day! Please find the below list of my bench consultants and let me know if you have any open positions on Corp to Corp. Please share me you requirements at John @ *j...@innoverglobalinc.com* ,Reach out to me on this number + 1(630) 780-4905 .. *Skill: SAP

[android-developers] Hotlist- Looking for new opportunities

2021-10-25 Thread John John
Hi Vendors, Greetings of the day! Please find the below list of my bench consultants and let me know if you have any open positions on Corp to Corp. Please share me you requirements at John @ *j...@innoverglobalinc.com* ,Reach out to me on this number + 1(630) 780-4905 .. *CANDIDATE

[android-developers] Looking for Great App Ideas

2009-11-11 Thread John
Hi, I want to know what your dream app is. The dream app that you wish existed, but unfortunately doesn't. Thanks ahead of time, John -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

[android-developers] SDK package installation fails (wrong size)

2009-11-13 Thread John
I have struggled the whole day now to get Android installed on a clean Ubuntu 9.10 installation with Sun Java 6 and Open JDK 6. At first I got a https message, I got around that by forcing http mode. I have successfully installed SDK Platform 1.6 and 20, SDK Tools (rev 3) and Documentation for Andr

[android-developers] Re: Google Sky Map API/Integration?

2009-11-24 Thread John
more about what you'd like to do and I'll see how we can help? John On Nov 12, 11:49 am, Craig Russell wrote: > I really want to integrate Google Sky Map into a program I'm working > on, but as far as I can tell there is no information out there about > this.  I tried loadi

[android-developers] Re: Google Sky Map API/Integration?

2009-11-24 Thread John
Hi Craig, At the moment we only support the Intents that activate the search function, so if you merely want to point at a named target then that might work. What is it you're planning to do? Perhaps we can help. John Google Sky Map On Nov 12, 11:49 am, Craig Russell wrote: > I rea

[android-developers] Re: why I can't access http://developer.android.com

2009-03-27 Thread John
it doesn't matter, you can access it via proxy server. John On Mar 27, 2:34 pm, Eric Chan wrote: > If you being China Mainland , it is blocked. > > Best Regards > > Eric Chan > > 2009/3/27 > > > I met this problem too. > > > -Origin

[android-developers] Re: content://sms/sent Read SMS

2009-03-27 Thread John
Hi Martin, can you share your code about how to read the SMS from inbox? I want to read the SMS according the phone number, but i have no idea about that. Thanks, John On Mar 19, 9:36 pm, Martin wrote: > Hi, I'm having a problem reading theSMSmessages from the device. > When

[android-developers] Re: How to add SMS to inbox in android programmatically?

2009-03-27 Thread John
try this method: PendingIntent pi = PendingIntent.getActivity(this, 0, new Intent(this, SMS.class), 0); SmsManager sms = SmsManager.getDefault(); sms.sendTextMessage(phoneNumber, null, message, pi, null); it works well. On Mar 18, 4:53 am, Seer wrote: > > Thanks for

[android-developers] Re: Black Screen problem with graphics update using unlockCanvasAndPost()

2009-04-16 Thread john
Your package is package com.baltz.scorched; Does that mean you're working on a scorched earth type game? It would be really crazy if you were, because I just started work on the same game, and I'm using the LunarLander game as a template as well. It's also my first game - maybe we can help each

[android-developers] MediaPlayer server died!

2009-04-20 Thread john
died E/AudioService( 55): Media server died. E/AudioService( 55): Media server started. I wonder wats the cause of this issue. Does any delay in writing the buffer to the hardware cause this problem or is it related to something else? Regards John --~--~-~--~~~

[android-developers] SOS calls via other networks?

2009-02-16 Thread John
I recently aquired a dev version of the G1 and one thing I keep noticing I thought odd was the phone never shows that it can make SOS calls. Not a big thing, unless there was some kind of life threatening emergency :) but can the phone make SOS calls via another network if out of range of the netw

[android-developers] Google: We need to know how paid app transactions will work!

2009-02-18 Thread john
Please join me in pleading with Google to shed some light on the "Paid App" transaction process. Our application will work on a subscription basis, and those users who choose to buy the app in the Market will need to be given a 1 year subscription. Subscription renewal will be impossible for us i

[android-developers] Re: How can I frequently get the onLocationChanged()?

2009-02-25 Thread john
ten to get onlocationchanged. The first one is how often in seconds to call it, the second is how far you must travel in meters before it gets called. Hope that helps - John Batka On Feb 25, 5:16 am, manoj wrote: > Hi friends, > > In my application I want onLocationChanged() to be called frequently.

[android-developers] Re: Updated app not showing up in Market's "by date" sorting?

2009-01-24 Thread John
Yea you're right, some of them definitely do get pushed to the top when updated. I wonder what they're doing different then you? Maybe changing something in the package to make it seem new to the system? On Jan 24, 10:43 am, "Sean E. Russell" wrote: > That can't be true; I see updates to apps th

[android-developers] Re: Market for paid Apps - Identifying customers

2009-01-27 Thread john
I am wondering this as well. Obviously, Google will need to provide the developer / seller of the app with some kind of unique identifier for licensing purposes. Otherwise, licensing will be impossible. I just hope that information on this process will become available well before the paid market

[android-developers] Re: Market Process

2009-01-27 Thread john
I am wondering this as well. Obviously, Google will need to provide the developer / seller of the app with some kind of unique identifier for licensing purposes. Otherwise, licensing will be impossible. I just hope that information on this process will become available well before the paid market

[android-developers] Custom ListView With a lable on top

2009-09-02 Thread John
I have found a lot of tutorials on the web about custom listviews. All of them have a main.xml that looks like http://schemas.android.com/apk/res/ android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">

[android-developers] Re: sqlite can't show chinese words

2009-09-10 Thread john
This is a code issue. There are many chinese application in Android Market It stores unicode characters fine On 9月10日, 下午5時37分, tstanly wrote: > thanks Dianne, > > but actually I use sqlite3 to insert a record not by program, > and I check when the record is English words, the app can output >

[android-developers] DHCP request failed wifi with WEP2 enterprise

2009-09-21 Thread John
I got a problem when I try to connect the wifi with WEP2 enterprise. In the log, I found it failed when doing DHCP request. I don't know why. Is any place I can get detail log. Or anything wrong with my config, Or it is not supported by Android 1.5 Here is my config in /data/misc/wifi/wpa_supplic

[android-developers] Sending email

2008-10-30 Thread john
en I try sendBroadcast(Intent.createChooser(sender, "Select send method.")); Nothing happens at all. Is there something I need to put in my manifest file, or am I doing this completely wrong? Any help anyone can offer would be greatly appreciated. Happy coding! -John --~--~-

[android-developers] Re: Sending email

2008-10-31 Thread john
L it would fire the right broadcast receivers, but I guess the mime type is what counts. Thanks again! On Oct 30, 3:20 pm, "Justin" <[EMAIL PROTECTED]> wrote: > John, > > Take a look > athttp://code.google.com/android/reference/android/content/Intent.html, > th

[android-developers] Re: Sending email

2008-11-03 Thread john
might want to post it to help some people out. Good luck! On Oct 31, 4:04 pm, dbradby <[EMAIL PROTECTED]> wrote: > John - I'm assuming this only works on the real device and not the > emulator? > > I'm trying > >                         Intent sendInte

[android-developers] Re: Sending email

2008-11-04 Thread john
Haha! Yes, it only works on the phone. Sorry for the mixup, I can be pretty absent minded at times. On Nov 3, 4:42 pm, Daniel Bradby <[EMAIL PROTECTED]> wrote: > I'm assuming you meant to say it only works on the phone, not the   > emulator :) > > On 04/11/2008, a

[android-developers] Re: Missing Import "android.provider.Telephony"

2008-11-05 Thread john
you can see the code in Windows, just pull down the code from git. On Nov 5, 2:54 pm, Protocol-X <[EMAIL PROTECTED]> wrote: > Unfort at the moment i dont have a pc running linux so i have no way > to look at the source. > > On Nov 5, 1:35 am, "Andrew Stadler" <[EMAIL PROTECTED]> wrote: > > > Thi

[android-developers] Re: How to use buildin email intent

2008-11-18 Thread john
Right. You need to set the correct MIME type, in this case "message/ rfc822". Anybody know when we're going to start seeing support for sending attachments? It's going to make my life a lot easier when we do. On Nov 17, 8:59 am, Peli <[EMAIL PROTECTED]> wrote: > Your intent is missing the corr

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

2010-01-20 Thread John
search. http://code.google.com/apis/ajaxsearch/documentation/reference.html#_fonje_local You can simply make a http call and parse the json response when it comes back. It should be straight forward from there. Thanks, John On Jan 17, 8:00 pm, sunny wrote: > Hi Folks, > wondering if

[android-developers] wish list for phone

2008-07-21 Thread john
I am dying for a phone that has a iphone like touch screen on the front and a keypad with touch capabilities on the back (like the razor). running my finger on the back would scroll, would be able to see where my finger was on the back if using like a keypad (would show up on a display key pad o

[android-developers] album art in included music player

2008-10-23 Thread John
a corrupt image for one of my albums. Has this happened to anyone else?) Thanks! John --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread john
I would love an invite. Thanks very much! jbatk...@gmail.com On Nov 1, 1:20 am, Auguste Lunang wrote: > Hi, > i have some google wave. invits to share. tell me if u want .. > thx -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] LocationManager: addProximityAlert not working

2008-04-10 Thread john
(latitude, longitude, 30, -1, intent) Anyone use these and experience trouble? Can anyone get them to work on there application? Thanks, John --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Re: LocationManager: addProximityAlert not working

2008-04-10 Thread john
Whoops! Sorry I did not see the other posts on this not working. I guess I will have to write my own proximity alert function for the contest until this one is working. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

[android-developers] Re: "android.speech.action.RECOGNIZE_SPEECH" activity not found

2010-03-11 Thread John
You should probably be adding some code to verify if the speech recognition library is available on the device. Generally this is a good practice for any external intent. Here is a code segment that can help you out. // Check to see if a recognition activity is present PackageManager pm

[android-developers] Re: how can I know the service is already started

2010-03-20 Thread john
> how can I know the service is already started ? if you have only one service in application,try this, private void checkservice() { int chk=0; List procList = getRunningAppProcessesList(); if ((procList == null) || (procList.size() == 0)) { ..

[android-developers] Resources$NotFoundException when trying to load string array into ArrayAdapter

2010-04-13 Thread John
Hi, I'm trying to track down a NotFoundException when trying to load a string-array that I have specified in my res/values/strings.xml into an ArrayAdapter. Java: ArrayAdapter adapter = new ArrayAdapter(this, R.array.update_freq_options, android.R.layout.si

[android-developers] Re: How to create an asynchronous communication layer

2010-04-14 Thread John
Android comes with the Apache HttpClient which has a number of methods for handling async communication. I don't have a lot of experience with that codebase but I suspect you will find some developers that have used the HttpClient as an async manager. Here is the architecture I have found works

[android-developers] OutOfMemory calling MediaStore.Images.Media.getBitmap

2010-04-15 Thread John
After I've used a MediaStore.ACTION_IMAGE_CAPTURE intent to take a photo, when I try to retrieve the captured image, I sometimes get an out of memory error as shown below. The odd thing is the huge size of the memory trying to be allocated is always reported as 10,077,696 (x99c600). However, th

[android-developers] Re: How Write a background service to get latitude and longitude

2010-08-30 Thread John
update, it crafts a return sms and sends it out. Pretty basic but for a stalking, I mean tracking application but hopefully it can help you out. Here is where the code is located; http://code.google.com/p/androidsmsphonelocator/ Thanks, John On Aug 28, 7:45 am, Hotouch wrote: > Hello Andr

[android-developers] Re: Fonts on Android, how are they manage by the OS?

2011-06-09 Thread John
The problem with languages (locales) seems to be more related to the wireless company than the phone makers. I recently taught a course on developing Android apps, and there were several different phones used by myself and my students. Those who had AT&T phones, for example, seemed to have a lot

[android-developers] Re: Java book (like C K&R and C++ Programming Language)

2011-06-11 Thread John
> I have a C and C++ background and i'm looking for "THE" java book, like the > "C Programming Language, best know as K&R, for C and the "C++ Programming > Language" by Bjarne Stroustrup for C++. I have always liked the Core Java books (two volumes) by Horstmann and Cornell. now in their eighth e

[android-developers] Re: Default SMS Activity Result code coming asRESULT_CANCELED even SMS is received successfully

2011-06-24 Thread John
Copy of the help startActivityForResult(). See the Note on why the result might not be as expected. John Launch an activity for which you would like a result when it finished. When this activity exits, your onActivityResult() method will be called with the given requestCode. Using a negative

[android-developers] Bluetooth Connection Dropping

2010-10-26 Thread John
socket has been closed. Could anybody take a stab at what might be going on here? Thanks, John -- 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 unsubs

[android-developers] Re: Bluetooth Connection Dropping

2010-10-28 Thread John
I am using JNI and figured out that the socket object was getting garbage collected, thus closing the connection. The solution was to make it a global refernce. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send ema

[android-developers] How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
samples should be fixed as well. But I still cannot find it. Please, tell me how you solve this in your apps? Thank you John -- 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: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
sy code. We need to fix the standard sample, such as Notepad, so that I and other people would use it as an example. Thank you John -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

[android-developers] Re: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
and Drod X 2.2. But you simply did not bother repeating them and claim that there is no bug. Shame on you. John -- 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

[android-developers] Re: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
s of > the same activity probably is covered by > FLAG_ACTIVITY_REORDER_TO_FRONT. Sorry, I do not understand. This is the OS, which launches the NotesList activity, not my code. So, I do not send any intent to launch NotesList. So, what intent class you want me to modify? Thank you John -- You rec

[android-developers] Re: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
> Sorry, What I meant was, after opening the app multiple times, and pressing > the Home button multiple times, I could not see multiple instances of the > activity. I just had to press BACK once, and it was gone. Sorry, but you did not follow my steps. I guess that you did not follow the very fi

[android-developers] Re: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
mon problem. Thank you John -- 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...@goo

[android-developers] Re: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
mon problem. Thank you John -- 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...@goo

[android-developers] Re: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
nch is the very first thing in lifecycle and it has to be done properly. Thank you John -- 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 t

[android-developers] Re: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
nch is the very first thing in lifecycle and it has to be done properly. Thank you John -- 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 t

[android-developers] Re: How to launch an application? Is there a work around for launchMode bug?

2010-11-08 Thread John
riable in NotesList.onDestroy Then instead of calling StartupActivity.needStartApp simply compare the variable with 0. 2. Or change some Intent flags, as you suggested before. So, what is the most proper way in your opinion? Thank you John -- You received this message because you are subscribed to t

[android-developers] Detect when Google Maps has finished downloading new tiles

2010-11-16 Thread John
I'm trying to determine when Google Maps has finished downloading new tiles after a zoom change or panning. I’ve read the discussion about testing for the center coverage tile, but that doesn’t tell me if other map tiles are still being downloaded. I need to know when the last tile has been downl

Re: [android-developers] Re: Detect when Google Maps has finished downloading new tiles

2010-11-17 Thread John
I'm using ItemizedOverlay that populate after the bitmap has completed downloading. On Wed, Nov 17, 2010 at 10:47 AM, TreKing wrote: > On Wed, Nov 17, 2010 at 11:34 AM, John and Michele Jarvis < > jarvi...@gmail.com> wrote: > >> I have a feeling that the overlay downlo

[android-developers] xml for email app

2010-11-18 Thread John
annot figure out the xml required for those rows. Thanks, John -- 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 and

[android-developers] Re: xml for email app

2010-11-18 Thread John
http://stackoverflow.com/questions/2061970/android-help-with-xml-of-a-complex-row-in-a-listview This post at stackoverflow got me far enough to where I could figure the rest out. Basically had to stop using a linear layout and use relative instead. -- You received this message because you are su

[android-developers] New SDK 5.0 from Airpush to comply with Google Play new policies?

2012-09-02 Thread John
Quick Question: Do we need to upgrade (new version) our current apps with the new SDK in order to comply with Google PLay policies or is this only for New Apps uploaded to the market? I use Airpush. Thank you -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Documents to Go Ap

2012-09-14 Thread John
Does anyone know if there's some sort of user's guide or something to tell mke how the Documents to Go ap works on android...full version? Thanks -- 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] Google Wallet API?

2012-06-07 Thread John
>From http://developer.android.com/guide/market/billing/billing_admin.html Important: You cannot use the Google Wallet API to issue refunds or cancel in-app billing transactions. You must do this manually through your Google Wallet merchant account. However, you can use the Google Wallet API to re

[android-developers] In App Billing

2012-06-12 Thread John
We are going to use in app billing to set up a system where content is delivered from our server, once the user purchases an in app feature. Does anyone know if there is an official way, that our server can contact Google's server to get a receipt of purchase, rather than trusting the user's devic

Re: [android-developers] In App Billing

2012-06-12 Thread John
What about through Google Checkout? Do inapp Purchases go through Google Checkout? I notice that there is an API to get purchase information thereon. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

Re: [android-developers] In App Billing

2012-06-12 Thread John
Yes. I am keeping the data in a database. But the question here is what happens if my private key gets hacked. Then I cannot trust the data from the client. Also, the Google Checkout has more data, such as purchase price, that the client doesn't provide to me. On Tuesday, June 12, 2012 3:10:0

Re: [android-developers] In App Billing

2012-06-15 Thread John
I have tried the checkout API and that's working for my in app billing purchase. -- 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

[android-developers] In App Billing V2: Item not found, but purchase OK

2012-06-15 Thread John
Have In App Billing V2 incorporated into my code and be able to buy one-time purchase item and yearly subscription item. But when purchasing one-time purchase item, always get the message "Item not found". Is this a Google bug? Any help? Thanks in advance. -John -- You received th

[android-developers] Re: In App Billing V2: Item not found, but purchase OK

2012-06-18 Thread John
Are you still having this problem? I found I had to reboot the phone for some reason, after publishing the item for in app billing. -- 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@goo

[android-developers] Re: In App Billing V2: Item not found, but purchase OK

2012-06-19 Thread John
Yes. Still have the problem even after the reboot. It occurs on multiple phones (all my phones and tablets). On Monday, June 18, 2012 11:11:42 AM UTC-7, John wrote: > > Are you still having this problem? I found I had to reboot the phone for > some reason, after publishing the item f

[android-developers] Re: In App Billing V2: Item not found, but purchase OK

2012-07-07 Thread John
Appreciate your help !! -John On Friday, July 6, 2012 8:15:56 PM UTC-7, fibercode wrote: > > This is a bug in the sample Dungeons application in the onClick method for > the purchase button. > > I posted a solution here: > http://stackoverflow.com/a/11371927/625030 > > T

[android-developers] Android and Z-Order

2012-09-29 Thread John
How do you animate views around one another using the 3.0 animation framework when you can't influence the Z-ORDER? If the layout of elements isn't guaranteed and the z-order is based off the layout order, how can you change the z-order to do effective animations? -- You received this message

[android-developers] Z-Order of Views During Animation with ViewPropertyAnimator

2012-09-29 Thread John
. I want to be able to change the z order during animation. How do I do that? bringToFront does not work John -- 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@googlegro

[android-developers] how to makes two activities run at the same time?

2011-01-06 Thread john
l want to simulate user operation,for example: l was listening music, and l want to take picture, that's two activities, how should l simulate this operations? for start one activity, it is: Intent intent = new Intent(mContext,MultiActivity.class); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);

[android-developers] Getting Generic Failure when sending Many SMS (Android)

2011-01-18 Thread john
If I run my program with 2 phone numbers it works but if I run with with like 100 I get the "Generic Failure". any way to make my program not sent 2nd text until the 1 first one is back? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To p

[android-developers] Please Help me! I need this program working today!

2011-01-18 Thread john
I need this program running today it reads in a file of phone numbers and it text everyone in the file. I am getting a error on the file read. Can you please help me ASAP package com.smith.johnathan.jssms; //import android.telephony.SmsManager; import android.telephony.gsm.SmsManager; import a

[android-developers] Working on the formstuff samples and I am getting a error adding the EditText.

2011-01-18 Thread john
Working on the formstuff samples and I am getting a error adding the EditText. This is the line I am getting a error one: edittext.setOnKeyListener(new OnKeyListener() { This is the error: Multiple markers at this line - OnKeyListener cannot be resolved to a type - The method setOnKeyListener(Vie

[android-developers] Bluetooth - Health Device Profile (HDP) and Continua

2011-02-03 Thread John
am correct, who can I work with and/or what steps can I take to help make the Bluetooth HDP part of the official Android SDK? Thank you, -John -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Issue in booting with new Android 1.5 (API level 3)

2009-04-27 Thread John
Hello friends, I downloded the latest Android opensource 1.5 (API level 3) dated 24-April-2009 from GIT and compiled for to boot with the omap 2430 board.But after the Android logo am getting system halted message in the minicom and in target lcd it displays as the battery is get

[android-developers] Re: Programatically selection of 3G network connection in G1?

2009-05-12 Thread John
I think you should be able to determine which network to use with the ConnectivityManager class. You can set a network type preference (TYPE_MOBILE or TYPE_WIFI). That class also lets you get information about all, or each network. John On May 11, 8:02 pm, Joseph Teo wrote: > Hi Fo

[android-developers] Re: Calendar Apps missing in Android 1.5 SDK

2009-05-12 Thread John
API, here: http://code.google.com/apis/calendar/ There are a couple tricks to using that API, so let me know if you need some help. John On May 11, 10:48 am, zlu wrote: > +1 > > On May 11, 5:31 am, Shrikant Agrawal wrote: > > > Hi Guys, > > > It seems that ther

[android-developers] Re: Storing data on the SD card in Froyo - files deleted when upgrading

2010-07-24 Thread john
If you're using API Level 8 or greater, use getExternalFilesDir(null) to save a File. It will be deleted when you upgrade to a newer version. On 7月25日, 上午3時57分, Dianne Hackborn wrote: > Ergh...  that may be a bug. :(  To be clear, when doing the update your > internal data is not being erased, b

[android-developers] Color of a ListView Header

2010-07-26 Thread John
Hi. Is there any way to set the background color of a ListView header? I've tried calling setBackgroundColor on the header view, and I've tried android:colorBackground in the xml. Also what exactly is the difference between a ListView header and a standard item in the list. I notice that by defaul

[android-developers] Re: Color of a ListView Header

2010-07-26 Thread John
Okay I figured out that I need to use an eight digit hex number with setBackgroundColor. Such as listHeaderView.setBackgroundColor(0xFF00FF00). Is there any way to do this in XML? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

[android-developers] Re: Color of a ListView Header

2010-07-26 Thread John
Okay, got it figured out. android:background="#FF00FF00" -- 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-develope

[android-developers] How to update 3rd party Android application without user action ??

2010-08-09 Thread John
Hi all I would like to know if it's possible to update a third party application without user action. By 3rd party, I mean an application not located on the Android Market but rather on a specific website. Thx Joany -- You received this message because you are subscribed to the Google Group

[android-developers] Android can not render large triangles

2010-06-18 Thread john
I cannot render a large triangle on android,what I can see is a rectangle,just like the triangle drops a corner This is my vertex array: [-8240, -3540, 10120, -8240, -3540, -3800, -8240, 10582, 10120] and this is my code: gl.glVertexPointer(va.getComponentCount(), gl.GL_SHORT, 6, vertices); gl.g

[android-developers] Re: Android can not render large triangles

2010-06-28 Thread john
It run on the htc device successfully!,but on emulator On Jun 17, 5:48 pm, john wrote: > I cannotrender alargetriangle onandroid,what Icansee is a > rectangle,just like the triangle drops a corner > This is my vertex array: > [-8240, -3540, 10120, -8240, -3540, -3800, -8240,

[android-developers] The opengl app run very slow on HTC Hero Device

2010-06-28 Thread john
My app run very slow on this device, But the Neocore run very fast, I saw this infomation at its about page : Using Qualcomms Adreno graphics hardware I don't know how to use this My code: holder = getHolder(); holder.addCallback(this); holder.setType(SurfaceHolder.SURFACE_TYPE_GPU); I

[android-developers] Installed Application Size vs APK Filesize

2010-07-09 Thread John
If I uninstall the previous version then I can install the new version. The application manager claims that the app is taking up 22 MB. So back to the original question, how come the app is taking up 22 MB when it really only is 8 MB? Thanks, John -- You received this message because you are subsc

[android-developers] Changing an Application's icon while its running

2010-07-09 Thread John
have looked into doing a widget, but that isn't exactly what I want, since I don't want to send a push notification. Cheers, John -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em

[android-developers] Re: Installed Application Size vs APK Filesize

2010-07-09 Thread John
Is there a technical reason why it takes up that much space? -- 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-deve

[android-developers] Re: finish doesn't call onDestroy on Android 2.2

2011-02-14 Thread John
I don't think that onDestroy is guaranteed to be called. My understanding is that the system chooses when/whether to destroy it. But onPause is guaranteed to be called, and you can check isFinishing to see whether the activity is finishing in the onPause. On Feb 14, 11:25 am, guich wrote: > Hi, >

[android-developers] Making Sure a Finished App is not Draining Resources

2011-02-14 Thread John
I understand that Android will keep an application open until the system decides to close it. The correct way to handle this is to make sure your app isn't using resources and call finish() on the Activity. Once a month, my employer will use a task manager app and figure out that our app is still

[android-developers] Re: Making Sure a Finished App is not Draining Resources

2011-02-14 Thread John
I appreciate the response. I can deal with my employer, explaining things each time. A user who has downloaded my app probably won't take time to ask me why my app is still running. He will merely look at the task manager and form a bad opinion of my app. Misguided as this user may be, I have an

[android-developers] Re: Not receiving webview's onClick and onLongClick events

2010-12-10 Thread John
I'm trying to do the same thing. I have a webview to display some text formatted with html markup including bold, italics, and line breaks.But I need to know when a user clicks on this text. I suppose I could add javascript to get the click and then have the javascript call back to the nati

[android-developers] MediaPlayer is Hanging in reset call

2010-12-10 Thread John
scovering why the error happens, as the phone I am testing on seems to have issues with running videos. But I do want to figure out why the MediaPlayer is hanging. Any help? Thanks, John -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Re: Detecting the result of the enter key

2010-12-10 Thread John
In my opinion the problem is the difficulty in programming for the soft keyboard. What developers would like, is to be able to program the soft keyboard as a nearly drop-in replacement for a hardware keyboard. Instead, the handling for the soft keyboard is quite different than a hardware keyboard.

[android-developers] Re: HeaderView in ListView causing ClassCastException

2010-12-10 Thread John
This looks like the problem here. Is that your code? What is line 130? On Dec 10, 10:37 am, bobetko wrote: > com.sanantonio.cvb.PropertyList$1.onTextChanged(PropertyList.java:130) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Re: MediaPlayer is Hanging in reset call

2010-12-13 Thread John
Yes. The video works great most of the time. I am only having the issue on one of 3 phones, and that phone has been rooted improperly, so I assume it's a problem with the phone and not the code. In fact it also works on the bad phone about half of the time. On Dec 11, 1:10 am, Doug wrote: > I'm c

[android-developers] Re: MediaPlayer is Hanging in reset call

2010-12-15 Thread John
I only have a single video. So it seems to me to be the exact same circumstances. I've tried a few different ways to do this, but all with the same problem. Is there any specific reason that setVideoUri would be different? Again, the problem doesn't seem to be with playing the video, but rather w

[android-developers] KillProcessesWithOpenFiles

2010-12-20 Thread John
My app has an open file handle on the sdcard. If it's plugged into the PC via USB, I can mount the sdcard on the PC and my app closes. The logcat info has this line: KillProcessesWithOpenFiles /sdcard Is this expected behavior? Is there some event I can capture to gracefully close? -- You recei

  1   2   3   4   5   6   7   8   9   10   >