Re: [android-developers] widgets overlap (are on top of each other)

2017-08-08 Thread Tony Cardinal
> the real constraints. > > Marina > > On Wed, Aug 2, 2017 at 12:03 AM, Tony Cardinal <nit...@gmail.com > > wrote: > >> hello, >> I created a simple app with 2 checkboxes a button and a text field. And >> I see all of these widgets on top of

[android-developers] widgets overlap (are on top of each other)

2017-08-01 Thread Tony Cardinal
hello, I created a simple app with 2 checkboxes a button and a text field. And I see all of these widgets on top of each other on the upper left hand corner of the screen when I run the app. In the design tab of android studio, these widgets are spaced one on top of the other. What am I doing

[android-developers] Receiving BLE broadcast (ADV_NONCONN_IND) packets in Android SDK

2016-12-31 Thread Tony Waria
I'm trying to capture BLE broadcast (ADV_NONCONN_IND) packets inside of my android app. However I'm not able to receive any packets. I know my peripheral device is sending packets because I have another BLE capture device that sees all the packets. However my app inside the phone doesn't

[android-developers] Re: About Webview problem.

2016-11-30 Thread Tong Tony
Tong Tony於 2016年11月30日星期三 UTC+8下午9時47分41秒寫道: > > I used webview adding a website. But when i enter username and password. > Then, i press submit. The website will pop-up a website browser to > display. > I want the other website content to display the android apps inside. >

[android-developers] About Webview problem.

2016-11-30 Thread Tong Tony
I used webview adding a website. But when i enter username and password. Then, i press submit. The website will pop-up a website browser to display. I want the other website content to display the android apps inside. Thank you very much for your help to solve the problem. -- You received

[android-developers] Android Studio Profiling...

2016-11-22 Thread tony . anecito
Hi, Anyone know if Android Studio has a filter so you can show only those classes you are interested in? Other profiliers do that but I have not seen the code profiler for Android Studio have that capability. Thanks! -- You received this message because you are subscribed to the Google Groups

[android-developers] Complex Animations question...

2016-11-22 Thread tony . anecito
Hi All, I want to do a complex animation on the Android but I get the idea it is not possible. For a simple example I want to merge three animations say for x, y, z AND have an array of these for a sequence of animations where one xyz runs after the previous one. so: Merge: animation x,

[android-developers] Android Open Accessory Protocol 2.0 and Android 6.0 Update for USB Devices

2016-08-31 Thread Tony Williams
We currently have a device that runs as USB Host using AOA 2.0. The device is working correctly for Android 5 and lower. Devices running 6.0 Marshmallow, no longer detect the connection. Even going into user settings and developer options does not enable communication to the device. Is there

[android-developers] What is the current status of Android support for Chrome?

2016-07-15 Thread Tony Di Croce
My company developed an Android app that we are very happy with. Some of our customers are asking about a desktop app. I have experimented with our Android app on the desktop via Arc Welder... and it looks like I can currently publish our app to the chrome web store but targeting chrome OS

[android-developers] In search of help- having trouble running an app.(automotive related)

2016-03-09 Thread Tony
Sorry if this isnt allowed or if Im even in the right place. I know nothing about Android apps and Im just looking for someone that can tell me why this app isnt working on my device. Or if if it is even possible for it to work. I have one of these 7" Android 4.4 based car stereos (off ebay-

[android-developers] Many failed attempts at downloading the android development studio.

2015-12-16 Thread Tony
I have tried several times to download the android development studio. It has got to between 800 mb and 1007 md then just the stops downloading and gives an unknown network error. Can someone help? -- You received this message because you are subscribed to the Google Groups "Android

Re: [android-developers] Re: Google Play Services Geofence Problem

2015-03-09 Thread Tony Pitman
position. On Saturday, March 7, 2015 at 5:28:53 PM UTC-5, Tony Pitman wrote: I wrote an app that uses location services. It creates a geofence around my house and lets my app know when I come home. I am doing this in a service in the background so that my app doesn't have to be the active app

Re: [android-developers] Re: Google Play Services Geofence Problem

2015-03-07 Thread Tony Pitman
, Tony Pitman wrote: I wrote an app that uses location services. It creates a geofence around my house and lets my app know when I come home. I am doing this in a service in the background so that my app doesn't have to be the active app to function. I was using the LocationManager api. I have

[android-developers] Google Play Services Geofence Problem

2015-03-07 Thread Tony Pitman
I wrote an app that uses location services. It creates a geofence around my house and lets my app know when I come home. I am doing this in a service in the background so that my app doesn't have to be the active app to function. I was using the LocationManager api. I have a Samsung Galaxy

[android-developers] Re: Bluetooth Low Energy support on lollipop and previous

2015-01-29 Thread Tony Pitman
My mistake in choosing words. I didn't set a max, it is the target that I set. The IDE also suggests putting the suppress tag on the method, but I have never been a fan of suppressing warnings or errors. If this is the accepted way to do it, however, then I will follow it. Thanks! On

[android-developers] Re: Bluetooth Low Energy support on lollipop and previous

2015-01-28 Thread Tony Pitman
Thank you for the quick reply. I am running into a problem with the bluetooth le stuff specically, however. I tried this: if (android.os.Build.VERSION.SDK_INT = Build.VERSION_CODES.LOLLIPOP) { mBluetoothLeScanner = mBluetoothAdapter.getBluetoothLeScanner(); } I have the min

[android-developers] Bluetooth Low Energy support on lollipop and previous

2015-01-28 Thread Tony Pitman
I have an app that currently supports bluetooth low energy on pre-lollipop. I am using things like startLeScan to do the central role. I noticed that Lollipop introduces new apis and that the old ones are deprecated. I am having one problem in particular that may be related. When I call

Re: [android-developers] Yet another case of not getting BTLE notifications

2014-12-11 Thread Tony Pitman
in the onCharacteristicRead response. Those who have experience with all of this probably know right off that notification updates come in the onCharacteristicChanged callback. Once I added that everything is now working. On Mon, Dec 8, 2014 at 11:13 PM, Tony Pitman t...@shatalmic.com wrote: I

[android-developers] Re: Yet another case of not getting BTLE notifications

2014-12-11 Thread Tony Pitman
update in the onCharacteristicRead response. Those who have experience with all of this probably know right off that notification updates come in the onCharacteristicChanged callback. Once I added that everything is now working. On Monday, December 8, 2014 11:13:45 PM UTC-7, Tony Pitman wrote: I

Re: [android-developers] Re: onCharacteristicWrite Error Status 14

2014-12-09 Thread Tony Pitman
-4.3_r1.1/stack/include/gatt_api.h It seems 14 means GATT_ERR_UNLIKELY, whatever that is ... On Monday, December 8, 2014 11:34:30 PM UTC-5, Tony Pitman wrote: I am writing an Android app and using api 18 to do BTLE. I am able to connect, discover services and characteristics and read

[android-developers] onCharacteristicWrite Error Status 14

2014-12-08 Thread Tony Pitman
I am writing an Android app and using api 18 to do BTLE. I am able to connect, discover services and characteristics and read the characteristic from the peripheral. When I try to write using WriteCharacterstic I get the onCharacteristicWrite, but the status is 14. I can't find this status

[android-developers] Yet another case of not getting BTLE notifications

2014-12-08 Thread Tony Pitman
I have read several posting on this same thing and tried all of the suggestions. I am able to discover and connect to my BTLE device (it is actually an iOS device). My Android device is 4.4 and has BTLE. After I connect and get all the services and characteristics I try to read the one I am

[android-developers] Formatting Hand Coded Fragment in Parent View

2014-12-02 Thread Tony Pitman
I am writing a component for Unity3D. I am asking this question here because I think it is more of an Android question than a Unity3D question. Unity3D allows developers to write what are called Plugins. Unity has its own Activity that the app runs in. A plugin can interact with that activity.

Re: [android-developers] Re: GPS Background Service Stops Receiving Updates

2014-11-24 Thread Tony Pitman
-Apps-Downloaded-(select App)-Press 'Force stop', there is nothing your app can do to avoid this... Regards On Sunday, November 23, 2014 5:44:45 PM UTC+11, Tony Pitman wrote: I am writing an app that needs to get gps location information in the background. I created a class derived

Re: [android-developers] Re: GPS Background Service Stops Receiving Updates

2014-11-24 Thread Tony Pitman
the startForeground that now fixed my issue? I left that HandlerThread the way it was and it now works with the startForeground. Thanks! On Monday, November 24, 2014 8:17:18 AM UTC-7, Tony Pitman wrote: Thank you everyone for the replies. Here are my responses: I am holding the home button

[android-developers] GPS Background Service Stops Receiving Updates

2014-11-22 Thread Tony Pitman
I am writing an app that needs to get gps location information in the background. I created a class derived from Service to do this. I copied the example on the Android developer site about making a background service. It uses the ServiceHandler thread to do the work. I use location manager

[android-developers] adb forward tcp=38300 tcp=38300 error: cannot bind to socket

2013-09-19 Thread Tony Pitman
I have a tablet (Galaxy Note 10.1) and Windows 7. I have been doing dev just fine on it. I have executed this command: adb forward tcp=38300 tcp=38300 many times and it has been working. I can't think of anything that has changed except that I have not worked on this for about a week. Now all

Re: [android-developers] adb forward tcp=38300 tcp=38300 error: cannot bind to socket

2013-09-19 Thread Tony Pitman
Duh, figured it out. It is supposed to be tcp: not tcp=. Sorry to be so stupid. Too many projects in too many languages... On Thu, Sep 19, 2013 at 9:44 PM, Tony Pitman t...@shatalmic.com wrote: I have a tablet (Galaxy Note 10.1) and Windows 7. I have been doing dev just fine on it. I have

[android-developers] VideoView playing video but no audio

2013-05-13 Thread Tony Farag
to be pointed in the right direction here.. It doesn't seem to be related to codecs on this device, but not sure. Any ideas would be helpful. Thanks, Tony -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] My post hasn't appeared after 3 days

2013-04-22 Thread Tony Whittam
Hi, I posted a new topic GLSurfaceView displaying black on Nexus 7 with Android 4.2 3 days ago (6 April 2013) and it hasn't appeared yet. Is it just that it hasn't been moderated yet or has it been blocked for some reason? Best regards, Tony -- -- You received this message because you

Re: [android-developers] Dumpsys meminfo explanation...

2013-01-09 Thread Tony
How is the number of Local Binders counted? For other types of memory usage (e.g., graphics), how can we collect usage info and how can we tell whether the app is using way too much of a particular type of memory (i.e., allocating too many instances of certains types)? On Tuesday, August 2,

[android-developers] New mobile development contest - 15K$ prize - no loss of intellectual property

2012-11-09 Thread Tony Navarro
Hi fellows, sorry for a blatant self-promo-like... but I think some of you could be interested. I work for Infojobs.net, the leading career site in Spain. Some days ago our Mobile Dept. started a contest for App development. You can get the whole info here: http://infojobs.hackathome.com/ and

[android-developers] NDK jni recommend some examples for me

2012-10-21 Thread Tony-jiang
NDK jni recommend some examples for me . How to link the .so file? How to write the .mk file? everything about this . My system environment is Ubuntu 12.04 .I set everything up. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: How can I open my app with power button?

2012-06-29 Thread Tony Houghton
On Fri, 29 Jun 2012 05:42:41 -0700 (PDT) Andrea Fasciglione andreafa...@gmail.com wrote: My app is really simple. It allows to call 999 and save datas about the smartphone's owner. For example: name, surname, address, people to contact in case of emergency, family doctor, blood group,

Re: [android-developers] Activities in Android Game

2012-06-29 Thread Tony Houghton
On Fri, 29 Jun 2012 07:51:32 -0700 (PDT) Pablo Ramon 19bard...@gmail.com wrote: If my game has a Main menu, level selector, etc... Will I create an activity for any menu, or only one Activity that manage a SurfaceView and helping with states Draw the especified menu? I think this really

Re: [android-developers] image format for android games

2012-06-18 Thread Tony Houghton
On Sat, 9 Jun 2012 02:13:34 -0700 (PDT) EDan voltolinidan...@gmail.com wrote: I have a problem with images in android games. I bought a book 1 month ago Beginning Android 4 Games Development and I already write the framework for develop game that the book explain, so the problem is not in the

Re: [android-developers] App talking to native ARM binary via sockets

2012-06-06 Thread Tony Houghton
On Tue, 5 Jun 2012 23:17:50 -0700 (PDT) galapogos gois...@gmail.com wrote: socket = new Socket(10.0.2.2, ); When I run the app, it hangs and times out when I click the button. Turns out it hangs on the socket connection. Is this because I have the wrong address, or because

Re: [android-developers] Svg to hdpi, mdpi, ldpi

2012-06-02 Thread Tony Houghton
On Sat, 02 Jun 2012 02:37:00 +0400 Kostya Vasilyev kmans...@gmail.com wrote: On 06/02/2012 02:31 AM, Jeremy Villalobos wrote: It would be nice to have a folder for svg's on the Android project (Eclipse), and have a tool that automatically creates the icons for each screen based on the

Re: [android-developers] Debugging: how to find what caused an exception

2012-05-30 Thread Tony Houghton
On Tue, 29 May 2012 15:09:17 -0500 TreKing treking...@gmail.com wrote: On Tue, May 29, 2012 at 1:24 PM, Tony Houghton h...@realh.co.uk wrote: All I get shown about the exception is a sub-window labelled Debug which shows the exception type and where the exception was trapped (I presume

[android-developers] Debugging: how to find what caused an exception

2012-05-29 Thread Tony Houghton
I think I've got a problem with Eclipse, maybe I closed the wrong sub-window or something. Basically it's not reporting exceptions properly. If I run my application (Ctrl+F11) I get shown a backtrace in LogCat view, but if i use debug (F11) I don't even get that. All I get shown about the

Re: [android-developers] Debugging: how to find what caused an exception

2012-05-29 Thread Tony Houghton
, May 29, 2012 at 12:24 PM, Tony Houghton h...@realh.co.uk wrote: I think I've got a problem with Eclipse, maybe I closed the wrong sub-window or something. Basically it's not reporting exceptions properly. If I run my application (Ctrl+F11) I get shown a backtrace in LogCat view, but if i use

[android-developers] Softkeyboard

2012-05-21 Thread Tony
I want to program a softkeyboard where you click on a key, and instead of outputting an alphabet into the textediting area, i want it to output a different letter or symbol. Sort of like how a japanese romaji keyboard would work. (eg: when you click on the a, r, i, g, a, t, o, u keys, it would

[android-developers] use jni

2012-05-10 Thread arkut tony
use jni to access function in .so -- 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] Android 4.0.3 Recovery-maybe_install_firmware_update

2012-05-09 Thread Tony Qian
. -- Best Regards Tony -- 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

Re: [android-developers] Re: Canvas performance for games

2012-05-03 Thread Tony Houghton
Thanks, two very useful posts. I've watched both videos, and I think they're essential viewing for any Android game developer. One of the first things the book says in the chapter introducing OpenGL is that Canvas isn't fast enough for anything with much more to render than Mr Nom. I should have

[android-developers] Canvas performance for games

2012-04-30 Thread Tony Houghton
I'm new to Android and Java, learning by porting a game I wrote years ago http://bombz.sourceforge.net. Based on the book Beginning Android Games by Mario Zechner, I'm using the technique of creating a fixed size android.graphics.Bitmap (640x480) in RGB_565 format, rendering the game tile by tile

[android-developers] Re: android-sdk-linux/tools/lib/proguard.cfg (No such file or directory)

2012-04-22 Thread Tony Navarro
Hi, had the same problem just minutes ago. Just go to the path where the assistant tries to find the file... and create an empty one. In your case, touch /home/test/DEVS2/android-sdk-linux/tools/lib/proguard.cfg Close the broken project, delete it, and go to disk and delete its files too.

[android-developers] Re: sending events from monkeyunner fails

2012-02-17 Thread Tony Ko
I have the very very similar issue. seems like it adb is not receiving confirmation of the event (just a hunch). Main issues seems to be: java.net.SocketException: Software caused connection abort: recv failed All my program does is loop over and over HV = D.getHierarchyViewer() win =

[android-developers] Help! Monkeyrunner Press and Touch event

2012-02-17 Thread Tony Ko
cpu MonkeyRunner.sleep(1) now this might seem like a stupid problem due to coding, but it isn't (well not apparent). why? because if I don't loop the code everything works perfectly. After about 10 loops, it errors out. If anyone can tell me how to fix this it would be appreciated Thanks, Tony

Re: [android-developers] Recommended reading to learn Java for Android

2011-12-10 Thread Tony Houghton
On Fri, 9 Dec 2011 18:49:45 -0500 Kristopher Micinski krismicin...@gmail.com wrote: On Fri, Dec 9, 2011 at 11:37 AM, Tony Houghton h...@realh.co.uk wrote: [Snip] Any recommendations? I think the general advice that is given in this situation is that Java isn't all that hard to learn

[android-developers] Recommended reading to learn Java for Android

2011-12-09 Thread Tony Houghton
I want to develop/port games for Android. Most of the Android books assume some knowledge of Java which I don't really know yet. I'm an experienced C programmer (including use of GObject so I'm familiar with concepts like Interfaces), and have done a bit of C++, so I don't think I'll have much

[android-developers] Recommended reading to learn Java for Android

2011-12-09 Thread Tony Houghton
I want to develop/port games for Android. Most of the Android books assume some knowledge of Java which I don't really know yet. I'm an experienced C programmer (including use of GObject so I'm familiar with concepts like Interfaces), and have done a bit of C++, so I don't think I'll have much

[android-developers] Re: Android documentation in PDF

2011-12-02 Thread Tony
You can probably convert the html version to pdf or chm. -- 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] Process has died when ran an app instrumented with emma

2011-11-08 Thread Tony Lee
( 56): bebbb5ac I/DEBUG ( 56): bebbb5b0 039c I/DEBUG ( 56): bebbb5b4 808215f8 /system/lib/libdvm.so I/DEBUG ( 56): bebbb5b8 00056000 [heap] I/DEBUG ( 56): bebbb5bc bebbb5bc [stack] Wish helps! :( Tony -- You received this message because you

[android-developers] Re: Android 4.0 Emma Code Coverage

2011-11-03 Thread Tony Lee
help me or offer some suggestion!:) On 11月2日, 上午6时57分, Xavier Ducrohet x...@android.com wrote: we changed the ant target names. Look athttp://developer.android.com/guide/developing/building/building-cmdli... On Tue, Nov 1, 2011 at 3:48 AM, Tony Lee phoenixlw...@gmail.com wrote: I used

[android-developers] Android 4.0 Emma Code Coverage

2011-11-01 Thread Tony Lee
I used the emma to generate the code coverage on the android phone. Everything goes well when I used the android sdk 3.0 and before. However, after I update the sdk to 4.0, the report can't be generated by running ant coverage. I have update the build.xml before I run the command! -- You

[android-developers] Camera Stream

2011-10-02 Thread tony
i wanna know how to implements video streams in android, i have two options , rtp or sip (the part of videoconferencing), Well, the principle idea is that I want to create an aplication for transmit video from a smartphone to another. -- You received this message because you are subscribed to

[android-developers] Still time to get a $200 Discount on AnDevCon!

2011-09-30 Thread Tony Hillerson
Hello all! AnDevCon is coming up on November 6, and the last one sold out. You can still register and save $200 by using the code 'Hillerson' before it sells out again this year. I'll be speaking about using Git to make your Android project (or any other software project for that matter) better

[android-developers] Android Emma Code Coverage

2011-08-24 Thread Tony Lee
I was trying to generate the Emma code coverage report. I used to use emma on the pc to generate the coverage report. On the PC, it's simple to generate the coverage report with emma. I just need to instrument classes produced by javac, build the application and run the application. I got the

[android-developers] Layout problem with TextView on RelativeLayout

2011-07-21 Thread Tony Farag
Hi all, I have a question related to layout of a textView on top of a RelativeLayout. I have the background layout set to a 9-patch image. When I do set it to a 9 patch image, the text in the textviews is drawn vertically. If all I do is change the background image from a 9- patch to a regular

[android-developers] Sent SMS doesn't show up in the messaging app?

2011-07-12 Thread tony obrien
When using the conventional means to programatically send an SMS TXT message, does anyone understand why there is no history of the outbound message in the MESSAGING App? thanks, tob -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Sent SMS doesn't show up in the messaging app?

2011-07-12 Thread tony obrien
as any inbound. {And please excuse me if there is some mysterious way to delete the thing...} On Jul 12, 3:15 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Jul 12, 2011 at 3:12 PM, tony obrien tobsourcecode...@gmail.com wrote: When using the conventional means to programatically send

[android-developers] EVO 3D - setting mono effect to camera is broken?

2011-06-29 Thread Tony
I have a specific problem only with HTC EVO 3D, for a custom Android app, which uses the default back side camera. I use android.hardware.Camera and try to set its ColorEffect to different values, using Camera.Parameters, and the default camera (on the back side). I’m checking the list of

[android-developers] more than one pending intent per widget (AppWidgetProvider) class?

2011-06-29 Thread Tony
I'm trying to use one widget definition and one widget layout in my application, but I would like to allow the user to install the very same widget many times on the screen. Then, if the user clicks the corresponding widget layout on the screen, I would like to launch an activity and to

[android-developers] Keyguard Customization and ProgressDialog failures

2011-06-17 Thread Tony
from here? Do I need to dummy up my own dialog or draw it using layout primitives and hide/ show it? Thanks in advance. Tony -- 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

[android-developers] remoteView with separate instance of Layout for one widget definition?

2011-06-16 Thread Tony
Widget /RemoteView question. I have one widget definition (AppWidgetProvider) in my project. I assume that even with one single definition, I can have different instances of the same widget class and the same widget layout definition. Now, I would like to be able to install the same widget

[android-developers] Acer iconia is losing connection

2011-06-15 Thread Tony Thijs
is not suitable for 64 bit Windows Vista systems. This original device driver was downloaded from Acer Support, but the description does not indicate whether the driver is suitable for either 32 bit or 64 bit Windows. Kind regards, Tony Thijs -- You received this message because you are subscribed

[android-developers] Re: passing bitmap via Intent is broken in 2.3?

2011-06-15 Thread Tony
Thanks, guys., Yes, I have a work around, just curious why I can't put a bitmap in the intent. Actually the problematic device with 2.3.4 is Nexus One (stock build), so I'm curious it is something related to Nexus One, or to OS 2.3.4 for itself. Anybody else with similar experience? -- You

[android-developers] passing bitmap via Intent is broken in 2.3?

2011-06-10 Thread Tony
Hi guys, I am passing small bitmaps (about 30k each) from time to time, from a service to a widget (AppWidgetProvider) via Intent, using this code from service : Intent intent = new Intent(intentAction); intent.putExtra(BITMAP_EXTRA, image); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);

[android-developers] Calendar Day of Year issue

2011-05-08 Thread Tony Rudzki
Does the Day of Year work? All I'm trying to do is get the current day count. For example, if it was Jan 3rd, the day count would be 3. If it were Feb 2nd the day count would be 33. Calendar rightNow = Calendar.getInstance(); int daycount = rightNow.get(DAY_OF_YEAR); This doesn't seem to

[android-developers] Developing on Inspire 4G

2011-04-29 Thread Tony Rudzki
Is there something special I have to do to allow me to download the app I'm working on to my real-life ATT Inspire 4G so that I can test it on real hardware? Right now Eclipse and the SDK don't seem to recognize the phone when its plugged in and I can only develop on the emulator. thanks for

[android-developers] Main Activity Launches On Stack Every Time Home Screen Icon Is Clicked

2011-04-10 Thread Tony Chuinard
My application consists of a LoginActivity followed by a BrowseActivity. When the user hits the Browse Activity, then hits the Home button, then hits the application icon again, the LoginActivity relaunches (but they're already logged in and in the browse activity so they should be there).

[android-developers] Re: in-app billing problems

2011-04-02 Thread Tony
Update : after one day and a half, I am trying my code again and this time everything works :-). So I guess it is my fault to try something right after the announcement... :-) Two notes, though : 1) you need to have a real credit card assigned to your google test account (and you will be

[android-developers] in-app billing problems

2011-03-31 Thread Tony
Hi guys, 1) Google announced yesterday that the in-app billing is officially available. However, seems I am still getting RESULT_BILLING_UNAVAILABLE with Market 2.3.4 Then I looked at http://market.android.com/support/bin/answer.py?answer=1050566 It stated that at this time it is available

[android-developers] Re: touch mode for listview, context menu and onListItemClick

2011-03-15 Thread Tony
. remove notifyDataSetChanged call, everything fine On 3月15日, 上午7时46分, Mark Murphy mmur...@commonsware.com wrote: On Mon, Mar 14, 2011 at 7:43 PM, Tony liuguolong...@gmail.com wrote: I searched almost all threads related touch mode. And I know select and focus is disable in touch mode

[android-developers] HTTP Live Streaming Library for pre 3.0

2011-03-14 Thread Tony Farag
be greatly appreciated. Thanks, Tony -- 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

[android-developers] touch mode for listview, context menu and onListItemClick

2011-03-14 Thread Tony
Hi guys, I searched almost all threads related touch mode. And I know select and focus is disable in touch mode. It seems I can use context menu. But the problem is context menu work just fine in select mode. In touch mode, context menu did not show when long press on listview item. So my

[android-developers] Re: touch mode for listview, context menu and onListItemClick

2011-03-14 Thread Tony
Thank you Mark. I'll look into the link. It looks like save one day for me. ^_^ On 3月15日, 上午7时46分, Mark Murphy mmur...@commonsware.com wrote: On Mon, Mar 14, 2011 at 7:43 PM, Tony liuguolong...@gmail.com wrote: I searched almost all threads related touch mode. And I know select and focus

[android-developers] HTTP Live Streaming with Encryption on Android 2.x

2011-03-02 Thread Tony Farag
available to support HTTP Live Streaming with encryption in 2.1/2.2 ? I'm trying to understand my options here, and if it makes more sense to build this around 3.0, but would like to leverage the install base of 2.x Thanks, Tony Farag -- You received this message because you are subscribed

[android-developers] From the Bottom of My Heart

2011-03-01 Thread Tony Gonzalez
Check what I've found http://suitoree.com/info.html It's a nice offer. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Trying to return to a previous screen

2011-01-20 Thread barnes . tony
Thanks Kostya, I had actually figured it out and forgot to get back on here to post. That makes sense. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] App Signing Testing and Publishing Options

2011-01-04 Thread Tony Ko
I am about to write an App which is customized to Macau, a city in Southern China. I am experiencing some uncertainties and would like to seek help from the fellow developers. I have checked with Android Dev Guide and found out that we have gotta sign the App with self-generated key or a digital

[android-developers] Re: 2.3: WebView's JavaScriptInterface throwing exception 100% of time

2010-12-08 Thread Tony
the emulator build and that this won't affect the production builds... tony On Dec 7, 8:10 am, jsdf jasons...@gmail.com wrote: Hi all, Has anyone played with the 2.3, WebViews, and the JavaScript to Java interface? If so, have you gotten it working? I, and a number of others, have seen

[android-developers] Re: 2.3: WebView's JavaScriptInterface throwing exception 100% of time

2010-12-08 Thread Tony
the status of this. Does it affect hardware? Is this being looked at? This could very well cause crashes of a huge number of current apps in the market. tony On Dec 8, 7:02 am, Stefan skyntc...@gmail.com wrote: I also found this to cause be a repeatable crash in 2.3 emulator. The crash log

[android-developers] Re: 2.3: WebView's JavaScriptInterface throwing exception 100% of time

2010-12-08 Thread Tony
Hey guys, someone from google replied on the bug and said that this does not happen on the Nexus S. So good news... Guess we'll have to wait to test on device. tony On Dec 8, 11:25 am, Tony tony.cassan...@gmail.com wrote: Yeah, it's a bad pointer in the native libraries (which is why I'm

[android-developers] Implement a rich text editor

2010-11-29 Thread Tony Blues
(especially tables and numbered lists). I am desperate now... Any hints? Thanks! -Tony -- 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]

2010-10-24 Thread Tony Gonzalez
http://meniroca.t35.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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com

[android-developers] Goo Market Frustration(s) -- a request to experienced app developers

2010-10-07 Thread tony obrien
HI, I have several applications available for d/l. They involve complicated use of the OS's facilities (GPS, SMS TXT, display manipulations, etc.) I have them tested on a Motorola DROID, and an LG ALLY, as well as a few others through family and friends (otherwise known as beta testers ;) I

[android-developers] Re: The Market App has a CACHE !

2010-10-05 Thread tony obrien
Doug, Greg... I've calmed quite a bit ;) As a (new android market) developer, I was making updates and expecting that the latest would always be the one coming down for me to verify. Now that I've 'institutionalized' my release process with scripts, etc. *and* understand what the heck was going

[android-developers] Re: The Market App has a CACHE !

2010-10-04 Thread tony obrien
For those thinking I meant a BROWSER's cache -- perhaps I was not clear... I meant that on the PHONE,the MARKET APPLICATION has a cache. (Settings = Applications = Manage Applications = Menu: Show ALL = Choose MARKET. You'll see a button to CLEAR CACHE. And my point is -- why would the

[android-developers] Re: The Market App has a CACHE !

2010-10-04 Thread tony obrien
} webnet.andr...@gmail.com wrote: On 4 October 2010 14:32, tony obrien tobsourcecode...@gmail.com wrote: And my point is -- why would the designers of that APP use a cache? It doesn't 'minimize network traffic' since it always seems to go up to the net anyway to do a D/L Cache in Market app

[android-developers] The Market App has a CACHE !

2010-10-03 Thread tony obrien
Hi, I just spent 2 hours in a minor panic because of this. I had a small update to put out (and, yes, I AM new to this Market stuff), so I update the Manifest to reflect the version upgrade, I build the APK, and sign it, and do the 'upgrade' via the Console. I then go to my phone, UNINSTALL my

[android-developers] EditText bug in Froyo?

2010-09-21 Thread Tony Cosentini
. Here's the source code for the activity: https://gist.github.com/e947d65d25371f46c1d2 This has been driving me crazy lately and it only seems to happen in Froyo. Here's an APK if you want to try it for yourself: http://endlesswhileloop.com/files/KeyboardBug.apk Tony -- You received

[android-developers] Re: (EDITED by author) My app gets killed ... but I think I know why now

2010-09-12 Thread tony obrien
to be the solution to all my problems (well, except for that minor traffic altercation in Dubai ;) Thanks a lot (and again) for all of your help... On Sep 11, 5:36 pm, Kostya Vasilyev kmans...@gmail.com wrote: Tony, Your receiver is getting called - that's good. Can't comment on notifications without

[android-developers] (EDITED by author) My app gets killed ... but I think I know why now

2010-09-11 Thread tony obrien
 am, tony obrien tobsourcecode...@gmail.com wrote: Hi, I have seen one reference to this sort of problem where a MAIN app dies because ::: because provider com.android.providers.media.MediaProvider is in dying process android.process.media In that reference the implication was that if you

[android-developers] Re: (EDITED by author) My app gets killed ... but I think I know why now

2010-09-11 Thread tony obrien
11.09.2010 22:25, tony obrien пишет: I am hoping someone may respond and say … Well, all-you-gotta-do is Blah_Blah…  Is there a way to make the OS not clean me out of memory? Is the answer to make the b-receiver a service? And is that allowable in Android? -- Kostya Vasilyev -- WiFi

[android-developers] Re: (EDITED by author) My app gets killed ... but I think I know why now

2010-09-11 Thread tony obrien
One more thing ... if I happen to be in the NetBeans IDE / Debugger I can be at a breakpoint and (all of a sudden) its been knocked out of debugging mode -- i.e. the App really has died On Sep 11, 3:37 pm, tony obrien tobsourcecode...@gmail.com wrote: Thanks, but I already HAVE such a thing

[android-developers] Re: (EDITED by author) My app gets killed ... but I think I know why now

2010-09-11 Thread tony obrien
(and I made them static just for the reason you explain) and have my UI aspects offer the correct choices to my user. thanks, again. On Sep 11, 4:09 pm, Kostya Vasilyev kmans...@gmail.com wrote:   Tony, Android apps are composed of individual components - activities, services, broadcast

[android-developers] Re: (EDITED by author) My app gets killed ... but I think I know why now

2010-09-11 Thread tony obrien
think of... Main has a runnable which is essentially monitoring the Statics and so can then act upon them changing in ClsSMSRCV. In my last experiment I had the onReceive() try to express a Notification nuttin happened. On Sep 11, 4:21 pm, tony obrien tobsourcecode...@gmail.com wrote

[android-developers] Re: (EDITED by author) My app gets killed ... but I think I know why now

2010-09-11 Thread tony obrien
the compiler not understand what startActivity() means.) On Sep 11, 5:02 pm, Kostya Vasilyev kmans...@gmail.com wrote:   12.09.2010 0:37, tony obrien пишет: Well, that was a bust ... I am pretty sure that*my*  BR is not getting called... pls check my work:: This is the Manifest =  (assume

  1   2   >