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

2017-08-08 Thread Tony Cardinal
eate > the real constraints. > > Marina > > On Wed, Aug 2, 2017 at 12:03 AM, Tony Cardinal > 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 each other on the upper left h

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

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

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

[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, anim

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

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

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

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

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

2015-03-09 Thread Tony Pitman
cell triangulation > 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

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

2015-03-07 Thread Tony Pitman
gt; > To achieve 20m I think you need to have 'High Accuracy' or 'Device Only' > so that the GPS receiver will be used for your Geo fence. > > 2373 m accuracy indicates you are probably using 'Battery Saving' > Location mode (cell tower & wifi on

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

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

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

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

[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

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 wrote: > I have read seve

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

2014-12-09 Thread Tony Pitman
k/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 t

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

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

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

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

2014-11-24 Thread Tony Pitman
s turned off. I use these settings to get a GPS (background) >>> Service to continue to run ok indefinitely after the uses exits my app or >>> presses the home button or turns the screen off. (But be warned that these >>> actions can deplete the device battery fairly qui

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

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 wrote: > I have a tablet (Galaxy Note 10.1) and Windows 7. I have been doing dev > just fine on it. I have execute

[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

[android-developers] VideoView playing video but no audio

2013-05-13 Thread Tony Farag
t looking 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

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

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 h

[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] 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 real

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 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, medicines, operations had

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 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 code. The problem i

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 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 there's no se

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 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 svg provided b

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 wrote: > On Tue, May 29, 2012 at 1:24 PM, Tony Houghton 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 p

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

2012-05-29 Thread Tony Houghton
> > > On Tue, May 29, 2012 at 12:24 PM, Tony Houghton 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

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

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

[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+unsubscr...@googlegr

[android-developers] Android 4.0.3 Recovery-maybe_install_firmware_update

2012-05-09 Thread Tony Qian
help me? Thank you very much. -- 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-dev

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 . 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 ti

[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. Try

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

2012-02-17 Thread Tony Ko
t would be appreciated Thanks, Tony LOG PASTED HERE ** 120217 04:46:58.743:S [main] [com.android.chimpchat.adb.AdbChimpDevice] Error se nding press event: KEYCODE_BACK DOWN_AND_

[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 = HV.getFocu

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 wrote: > On Fri, Dec 9, 2011 at 11:37 AM, Tony Houghton 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. You can go

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

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

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

[android-developers] Process has died when ran an app instrumented with emma

2011-11-08 Thread Tony Lee
08226dc /system/lib/libdvm.so I/DEBUG ( 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 --

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

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

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

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

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

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

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

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

2011-07-12 Thread tony obrien
he outbound intent as well 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 wrote: > On Tue, Jul 12, 2011 at 3:12 PM, tony obrien > wrote: > > When using the conventional means to programatically send an

[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] 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 s

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

[android-developers] Keyguard Customization and ProgressDialog failures

2011-06-17 Thread Tony
Has anyone got a suggestion on where to go 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 po

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

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

[android-developers] Acer iconia is losing connection

2011-06-14 Thread Tony Thijs
he Acer Iconia device driver 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 mes

[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); service

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

[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 AT&T 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 th

[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). Howeve

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

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

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

2011-03-15 Thread Tony
Adapter", context menu can not created in touch mode. 2. remove "notifyDataSetChanged" call, everything fine On 3月15日, 上午7时46分, Mark Murphy wrote: > On Mon, Mar 14, 2011 at 7:43 PM, Tony wrote: > > I searched almost all threads related touch mode. And I know

[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 wrote: > On Mon, Mar 14, 2011 at 7:43 PM, Tony wrote: > > I searched almost all threads related touch mode. And I know select > > and focus is disable in touch mode

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

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

2011-03-14 Thread Tony Farag
p would 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

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

2011-03-02 Thread Tony Farag
works 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 subscri

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

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 c

[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 wrote: > Yeah, it's a bad pointer in the native libraries (which is why I'm >

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

2010-12-08 Thread Tony
esponse from someone at Google to let us know 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 wrote: > I also found this to cause be a repeatable crash in

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

2010-12-08 Thread Tony
screwed up the emulator build and that this won't affect the production builds... tony On Dec 7, 8:10 am, jsdf 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 ot

[android-developers] Implement a rich text editor

2010-11-29 Thread Tony Blues
eatures I need (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 un

[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
am, "{ Devdroid }" wrote: > On 4 October 2010 14:32, tony obrien 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...

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

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

[android-developers] EditText bug in Froyo?

2010-09-21 Thread Tony Cosentini
are keyboard after the InputType is changed. 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

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

2010-09-12 Thread tony obrien
used -- so, once again, I commend your expertise. I think this is going 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 wrote: > Tony, > &g

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

2010-09-11 Thread tony obrien
BroadcastReceiever" makes the compiler not understand what startActivity() means.) On Sep 11, 5:02 pm, Kostya Vasilyev 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 > >

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

2010-09-11 Thread tony obrien
RCV. In my last experiment I had the onReceive() try to express a Notification nuttin happened. On Sep 11, 4:21 pm, tony obrien wrote: > Understood (and thanks for the in-depth response !) > > I had already run  into (and repaired) the case where I was "sitting" > around

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

2010-09-11 Thread tony obrien
her up the STATICs (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 wrote: >   Tony, > > Android apps are composed of individual components - activities, > services, br

[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 wrote: > Thanks, but I already HAVE such a thing i

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

2010-09-11 Thread tony obrien
your broadcast receiver, you are free to do > whatever you like: such as starting a service to do some kind of > processing (I actually recommend this). > > The application process will be started by Android as necessary. > > -- Kostya > > 11.09.2010 22:25, tony obrien пишет: > &

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

2010-09-11 Thread tony obrien
the b-receiver a "service"? And is that allowable in Android? On Sep 6, 10:56 am, tony obrien 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 &

  1   2   >