Re: [android-developers] CONNECTIVITY_ACTION during network change from DO - 1x

2012-03-13 Thread Robert Greenwalt
I think you will not. I think there are telephony notifications you can get if you want that info. If the device IP changes or if you change roam status or if you lose the connection you will receive this broadcast, but I think there are many minor network events that do not trigger it. On Mon,

Re: [android-developers] Re: CONNECTIVITY_ACTION during network change from DO - 1x

2012-03-13 Thread Robert Greenwalt
, I dont see this intent being broadcast. I see it only when the 3G to WiFi. WiFI to 3G or when i lose connection or gain connection back. Thanks Ankit On Mar 13, 10:25 am, Robert Greenwalt rgreenw...@google.com wrote: I think you will not. I think there are telephony notifications you

[android-developers] I can't get a Jpeg callback

2012-03-11 Thread Robert Young
Hello all, I have the following code that gets called from my main activity to capture a full Frame Image with the camera. I've tried many differnt combinations of callback requests, but I NEVER get a Jepeg Callback. // ** public void

[android-developers] Why can't I get a Jpeg Callback

2012-03-11 Thread Robert Young
Hello all, I have the following code that gets called from my main activity to capture a full Frame Image with the camera. I've tried many differnt combinations of callback requests, but I NEVER get a Jepeg Callback, though I do get all the other callbacks. //

[android-developers] I Can't Get A JPEG Callback, Anybody know what I'm doing wrong?

2012-03-10 Thread Robert Young
Hello all, I have the following code that gets called from my main activity to capture a full Frame Image with the camera. I've tried many differnt combinations of callback requests, but I NEVER get a Jpeg Callback. // ** public void

Re: [android-developers] Re: Android how to send the hex code out?

2012-03-08 Thread Robert Young
Serial port by definition is a string protocol, characters above 128 like ( 0xFA ) are [control codes]. Examine the difference between binary and string representation 2012/3/7 Todd Grigsby tgrigsby...@gmail.com 0x implies that the characters that follow are byte data in hex notation. The

[android-developers] Scan files on network storage with android MediaScannerConnection.scanFile

2012-02-16 Thread Robert Auger
In Android SDK the fonction scanFile from MediaScannerConnection class allows to add files in the MediaStore, and then to use nice android apps to display and play multimedia files. The ScanFile method need a path parameter (the path to the file to be scanned). Is there a way to build a content

Re: [android-developers] Updating the contact list

2012-02-12 Thread Robert Thau
Your update seems to be written on the assumption that there's a single row in ContactsContract.Data which has both the structured name fields and the phone number, and which is identified by the contact ID. Unfortunately, none of that is true: First off, the name and the phone number will

[android-developers] Why banned?

2012-02-07 Thread Robert Scott
and their effect on applications that use audio. Was this a violation because I mentioned specific Android devices? If so, I can avoid doing to in the future. Can you tell me why I have been banned? Robert Scott fixthatpi...@yahoo.com -- You received this message because you are subscribed

[android-developers] EditText with bitmaps

2012-02-02 Thread Robert Slama
Hi guys, is any way how make edittext custumized as is on attached image? r^ -- 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] Re: SQLiteDatabase.execSQL() not behaving as expected

2012-01-27 Thread Robert Hawkey
: fts4SQL error: near sqlite: syntax error sqlite On Jan 26, 3:15 pm, Robert Hawkey rhaw...@gmail.com wrote: SQlite supports FTS3 and FTS4 (full text searching).  I've seen documentation (don't have it handy) that FTS3 is enabled in the build of SQLite shipped in the API level I'm using so

[android-developers] SQLiteDatabase.execSQL() not behaving as expected

2012-01-26 Thread Robert Hawkey
Hi everyone, I have an app I wrote for the iOS that makes extremely heavy use of a large database, I am now porting that app to the Android platform. I have a great deal of operations that follow this pattern: 1db.execSQL(CREATE TEMPORARY TABLE SearchResults(Name text);); 2

[android-developers] Re: SQLiteDatabase.execSQL() not behaving as expected

2012-01-26 Thread Robert Hawkey
via rawQueries I get the full results. Rob On Jan 26, 2:23 pm, Mark Murphy mmur...@commonsware.com wrote: I have never used MATCH in SQLite. The LIKE operator uses %, not *, as the wildcard. http://sqlite.org/lang_expr.html On Tue, Jan 24, 2012 at 10:45 AM, Robert Hawkey rhaw

[android-developers] Proxy settings for ICS over ethernet

2012-01-16 Thread Robert Walsh
I am trying to set the browser proxy settings in Android ICS but am having no luck. The device I am using has ethernet but no wireless so trying to set the APN or wireless network settings does not work. I've found suggestions that you can use the java properties (http.proxyHost and

[android-developers] Re: Android Library Broken

2012-01-12 Thread Robert D .
look here http://www.enterra-inc.com/techzone/ using_ant_android_applications_building/ hope it could be useful -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Giving away my book: Genius Android Marketing

2012-01-11 Thread Robert Lash
Please but my name in the hat. On Jan 5, 12:50 pm, scp89 jayvanbui...@gmail.com wrote: I've recently finished writing the first full-length, android-specific book on Android Marketing. It covers tips, tricks, strategies, competitive analysis, and so much more. Everything I've learned in 2

[android-developers] Re: new Developer

2012-01-10 Thread Robert Massaioli
Here is where you should start: http://developer.android.com/guide/basics/what-is-android.html Follow that and it gives you everything that you need to know. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Problem installing CM7 on Nook Tablet

2011-12-27 Thread Robert Thau
This isn't necessarily the right place to ask questions about nonstandard OS installs --- the XDA developers forum for the device might be more helpful: http://forum.xda-developers.com/forumdisplay.php?f=1394 My understanding (which may be out of date!) is that the Nook Tablet has a

[android-developers] Re: Pass Data From Activity to All Attached Fragments

2011-12-06 Thread Robert
Okay 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-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Pass Data From Activity to All Attached Fragments

2011-12-01 Thread Robert
I'd like to pass some information to all attached Fragments in my Activity. However the simplest way that I can see how to accomplish this is to keep track of the Fragments that are being attached, via the onAttachFragment() method. I would save those Fragments in a list and when I need to, go

Re: [android-developers] Re: date and time

2011-11-02 Thread Robert Slama
try add follow line before format to string : date.setTime(System.currentTimeMillis()); r^ On 2 November 2011 10:44, leigh8347 leigh8...@aol.com wrote: The peice of code im using to disply the date and time is as follows datetime.toString() but like i said this does not update regards

Re: [android-developers] ltl doubt

2011-11-02 Thread Robert Slama
no way u can have just one manifest in apk On 2 November 2011 13:22, bhanu prasad bhanu4ug...@gmail.com wrote: Is it possible to develop an application with two manifest xml files Thanks in advance!!! could u had done ever?? -- You received this message because you are

Re: [android-developers] Users cannot install my application because of incorrect signing

2011-11-02 Thread Robert Slama
problem is happens when first app what is installed at handset was signed with diff key. Usually when u install apk to handset with dev key and then u try install that same apk but signed with production key. r^ On 2 November 2011 17:23, John Raftery john.rafte...@gmail.com wrote: I used

Re: [android-developers] How start youtube app with search terms

2011-11-01 Thread Robert Slama
, Robert Slama robsl...@gmail.com wrote: I'm looking for solution how I can start youtube activity with search terms. Can someone help me with that? Or ist possible start yt activity with that or not? Try launching: http://www.youtube.com/results?search_query=your+search+termaq=f

[android-developers] How start youtube app with search terms

2011-10-31 Thread Robert Slama
Hi guys, I'm looking for solution how I can start youtube activity with search terms. Can someone help me with that? Or ist possible start yt activity with that or not? Rob -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Screen Shot

2011-10-31 Thread Robert Slama
if u have handset connected to computer u ca use ddms r^ On 28 October 2011 16:46, vins vinaayak...@gmail.com wrote: Anybody know how to take a screen shot of current screen using app and to save that in a sd card -- You received this message because you are subscribed to the Google

[android-developers] Re: Check whether media player is playing media or not

2011-10-24 Thread Robert Nekic
What about the AudioManager's isMusicActive? http://developer.android.com/reference/android/media/AudioManager.html#isMusicActive() On Oct 24, 11:42 am, Studio LFP studio@gmail.com wrote: You can't use MediaPlayer.isPlaying() as a static method as it is an instanced method. You can

[android-developers] Re: Generic resizable appwidgets in Android 3.1

2011-10-19 Thread Robert
This is something I really can't understand. Why can't the android engineers give us a way to create custom views for appwidgets? Diane Hackborn argues not to abuse them and yet why does she care? After all it's up to the user to decide if the impact on the experience is worth it or not. If they

[android-developers] Problems with 4.0 SDK? Eclipse doesn't see running 4.0 emulator?

2011-10-19 Thread Robert Nekic
Hi everyone, So I've installed ADT 14.0, downloaded the various 4.0 SDK bits, and set up an API 14 emulator...but I can't get my app to debug correctly in Eclipse (Indigo). When I debug, device chooser lets me select the 4.0 emulator, the emulator starts and the app is getting installed

[android-developers] Re: Problems with 4.0 SDK? Eclipse doesn't see running 4.0 emulator?

2011-10-19 Thread Robert Nekic
DDMS also does not recognize the 4.0 emulator is running. On Oct 19, 10:43 am, Robert Nekic robertne...@gmail.com wrote: Hi everyone, So I've installed ADT 14.0, downloaded the various 4.0 SDK bits, and set up an API 14 emulator...but I can't get my app to debug correctly in Eclipse

[android-developers] Re: Problems with 4.0 SDK? Eclipse doesn't see running 4.0 emulator?

2011-10-19 Thread Robert Nekic
Eclipse start the emulator automatically -- I always start it myself (now from the new toolbar button). BTW, Al Sutton has a G+ page where he's tracking ICS emulator issues: https://plus.google.com/113331808607528811927/posts/7ouwdJcyq9x On Wed, Oct 19, 2011 at 10:43 AM, Robert Nekic

[android-developers] GL-related Crash on Xoom/Tab 10.1 requiring removal of battery or shell reboot?

2011-10-10 Thread Robert Green
Isn't this that really awful GL-related bug I've been talking about for nearly 2 years? I can't believe this still exists in honeycomb, worse yet that it's nearly unrecoverable to tablet users that can't remove their battery and don't have enough technical knowledge to use ADB.

[android-developers] SQL query issue

2011-09-23 Thread Nency Robert
HI all, I found this is a weird issue :( I type this command: *C:\android-sdk-windows\toolsadb shell sqlite3 /data/data/com.android.browser/databases/browser.db 'select count(url) from bookmarks where url like %www.android.com%'* * * *I want to run this query: 'select count(url) from bookmarks

[android-developers] Random rare OOM errors

2011-09-20 Thread Robert Macaulay
for the app allocation, and the foreground app died w/ an OOM instead of a background app being shutdown to free RAM. Has anyone else seen this? Robert -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] Re: Android development Online course at UCI

2011-09-16 Thread Nency Robert
wrote: On Wed, Sep 14, 2011 at 4:48 PM, Nency Robert angelgirl4...@gmail.com wrote: HI All, I am new to android development. As I am still in learning phase, I have searched so many courses and materials on google for it. Online materials are good, especially the android site

[android-developers] Re: how to play video file using ffmpeg library android

2011-09-16 Thread Robert Willems
Navi or Naveem, or whatever... please go away. You keep on asking this question and expecting the world to do your bidding. If you claim to be a developer, go get a senior to help you. If you're not a developer, go get a company to make your stuff. But don't ask this question again. On Sep 16,

[android-developers] Android development Online course at UCI

2011-09-14 Thread Nency Robert
HI All, I am new to android development. As I am still in learning phase, I have searched so many courses and materials on google for it. I found one interesting course which is online. It is held at University of California, Irvine Extension. I am planning to enroll for this course. So anyone

[android-developers] Re: can i able to play video using FFmpeg api.

2011-09-08 Thread Robert Willems
After asking a million times i would have to answer: No, apparently *you* can't. On Sep 7, 11:44 am, NAVI NEW navi44...@gmail.com wrote: can i able to play video using FFmpeg api. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] android.git.kernel.org down?

2011-09-05 Thread Robert Thau
The android source mirrors at Github are still available, if you're looking to browse --- http://github.com/android On Mon, Sep 5, 2011 at 1:35 PM, skyman krzysiek.bieli...@gmail.com wrote: Hello, I'm trying to check something in android source but http://android.git.kernel.org/ shows only

[android-developers] [SOLVED] Re: Sticky GPS icon after setting proximity alerts...

2011-09-04 Thread Robert Thau
On Thu, Sep 1, 2011 at 10:21 PM, Robert Thau rst...@gmail.com wrote: ... once a proximity alert is first set, the GPS icon in the status bar seems to stay on continually, blinking if it hasn't got a fix. Which is what you expect when the proximity alerts are active, but I still see the icon

[android-developers] Sticky GPS icon after setting proximity alerts...

2011-09-01 Thread Robert Thau
, classOf[ ProxAlertManagement ] ) intent.putExtra( shopIdKey, shop.id ) intent.putExtra( listIdKey, shop.shoppingListId ) PendingIntent.getBroadcast( ctx, 0, intent, PendingIntent.FLAG_CANCEL_CURRENT ) } Thanks in advance for any assistance... Robert

[android-developers] Re: DashboardLayout (iosched 2011) behaves weirdly

2011-08-29 Thread Alexis Robert
) { + spaceDifference *= UNEVEN_GRID_PENALTY_MULTIPLIER; } + if (spaceDifference bestSpaceDifference) { // Found a better whitespace squareness/ratio bestSpaceDifference = spaceDifference; Alexis On 27 août, 09:53, Alexis Robert alexis.rob

Re: [android-developers] MapView

2011-08-29 Thread Robert Thau
The most common cause of this sort of misbehavior is forgetting to request internet access permission in the Android manifest (without which the MapView's background threads don't have permission to fetch the tiles). On Tue, Aug 30, 2011 at 12:31 AM, bob b...@coolgroups.com wrote: I'm working

[android-developers] DashboardLayout (iosched 2011) behaves weirdly

2011-08-27 Thread Alexis Robert
Thanks a lot !! Alexis Robert -- 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

Re: [android-developers] ContentResolver, Cursor, and Objects

2011-08-18 Thread Robert Thau
On Thu, Aug 18, 2011 at 8:51 PM, Ian ian.d...@gmail.com wrote: Has anyone adapted the existing Android data provider system to return data Objects based on the data in a cursor and then keep those objects up to date when the backing data store changes? Me naive approach would be to store

Re: [android-developers] Best way to update location of OverlayItem

2011-08-18 Thread Robert Thau
On Wed, Aug 17, 2011 at 10:57 PM, Danny D daniel.m.dev...@gmail.com wrote: I'm writing an application that will have lots of map points, using the Google Maps API. Which approach is best? Are there synchronization issues working with Overlays directly? In general, it's best to manipulate

Re: [android-developers] Problem with Socket in AsyncTask

2011-08-16 Thread Robert Thau
On Sun, Aug 14, 2011 at 11:16 AM, Ben ben.v...@gmail.com wrote:Hi! -If I try to connect to an existing address, I get the message tv.append(after socket); but just a second after that I get 08-13 20:44:05.657: ERROR/AndroidRuntime(304): Caused by:

Re: [android-developers] Re: How to close entire app?

2011-08-12 Thread Robert Thau
On Fri, Aug 12, 2011 at 11:17 AM, ndiiie90 rnd...@gmail.com wrote: Hi again Mark, I must close the entire app, because my app is a commerce application, that has its own flow until the payment, and user can't go back to previous screen, so whenever user has reached the last page, there are

[android-developers] Simple example widget download

2011-08-11 Thread Robert Campbell
I am trying to get started and make my first widget, but am running into issues. I want to download a complete example, but I cannot find a download link for the sample codes on the http://developer.android.com/ website. Isn't there anywhere I can download everything at once and then explore the

[android-developers] Parse error installing an app WonderMedia Tablet

2011-08-01 Thread Robert
. The app is fairly generic and uses WebViews but otherwise no special permissions. Thanks for any thoughts. Robert -- 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: sendDtmf on Xoom WiFI / Android 3.0

2011-07-30 Thread Robert Auger
I think we miss the methods getAudioGroup() and getAudioStream() in the SipAudioCall class On 28 juil, 21:04, Robert Auger bobyg...@gmail.com wrote: Here is the log I get when I am registering : 07-28 20:55:57.980: DEBUG/dalvikvm(3853): GC_CONCURRENT freed 460K, 8% free 6788K/7367K, paused

[android-developers] Re: sendDtmf on Xoom WiFI / Android 3.0

2011-07-28 Thread Robert Auger
): remove session @408aa5b0:REGISTERING @key 'ae0ca4fdc8f609102911732b2f925ac7@192.168.0.50' 07-28 20:55:58.760: DEBUG/SipSession(217): new state after: READY_TO_CALL 07-28 20:55:58.780: DEBUG/dalvikvm(217): GC_CONCURRENT freed 584K, 9% free 6911K/7559K, paused 2ms+2ms On 27 juil, 22:16, Robert

[android-developers] Re: sendDtmf on Xoom WiFI / Android 3.0

2011-07-27 Thread Robert Auger
/dalvikvm(220): GC_FOR_ALLOC freed 761K, 10% free 21292K/23623K, paused 181ms 07-27 22:08:05.060: DEBUG/dalvikvm(282): GC_EXPLICIT freed 343K, 11% free 6931K/7751K, paused 5ms+2ms On 16 juil, 13:44, Robert Auger bobyg...@gmail.com wrote: One more information : if I call : (TelephonyManager

[android-developers] problem with hello world app for eclipse in 64 bit win 7

2011-07-19 Thread ROBERT DILLON
i keep getting these 3 messages and cant get my file to run. SDK and ADT downloaded and installed and i associated them so i need some help. invalid command-line parameter: Files. Hint: use '@foo' to launch a virtual device named 'foo'. please use -help for more information code follows:

[android-developers] Re: sendDtmf on Xoom WiFI / Android 3.0

2011-07-16 Thread Robert Auger
is : 0 : value of TelephonyManager.PHONE_TYPE_NONE I was expecting : 3 : value of TelephonyManager.PHONE_TYPE_SIP The SIP API is maybe not fully integrated on Android 3.0 ? On 5 juil, 21:37, Robert Auger bobyg...@gmail.com wrote: Hello, Does the « sendDtmf » method from « SipAudioCall » class

[android-developers] Re: Relative layout java

2011-07-11 Thread Robert Nekic
You're not positioning anything. If you simply add views to a RelativeLayout, they overlap. You have to define how it should position views relative to other views, hence the name. Below this, to the left of that, etc. It's all explained in the docs:

[android-developers] Re: Relative layout java

2011-07-11 Thread Robert Nekic
Whoops! Sorry I didn't notice that. Yes, at a glance it looks correct. This doesn't really answer the question directly but have you tried using a layout file instead? On Jul 11, 11:34 am, JCC banr...@gmail.com wrote: but adding the rules isnt like defining the position of items? because on

[android-developers] Re: Relative layout java

2011-07-11 Thread Robert Nekic
If I try something similar by adding the child views to an activity with an empty RelativeLayout, things position OK. But if I try your custom RelativeLayout class and add that to the activity, the child views overlapping. Hmmm... On Jul 11, 11:48 am, Robert Nekic robertne...@gmail.com wrote

[android-developers] Re: Relative layout java

2011-07-11 Thread Robert Nekic
. On Jul 11, 12:06 pm, Robert Nekic robertne...@gmail.com wrote: If I try something similar by adding the child views to an activity with an empty RelativeLayout, things position OK.  But if I try your custom RelativeLayout class and add that to the activity, the child views overlapping.  Hmmm

[android-developers] sendDtmf on Xoom WiFI / Android 3.0

2011-07-05 Thread Robert Auger
Hello, Does the « sendDtmf » method from « SipAudioCall » class really work on Android 3.0 / Motorola Xoom WiFi ? I am developping a SIP activated application for Android 3.0 tablets and testing it on Motorola Xoom WiFi (no 3G nor 4G) I am able to : - create a « SipManager » with « 

[android-developers] Re: Exit function in android application

2011-06-30 Thread Robert Massaioli
I think you are failing to understand (or ignoring) the standard workflow of and Android App; you are treating it a little too much like a Desktop application. Why do you feel like you do even need to close it forever? -- You received this message because you are subscribed to the Google

Re: [android-developers] LogCat on Intellij IDEA

2011-06-29 Thread Robert Slama
I use version 10.5 and logcat is there ... r^ On 29 June 2011 13:17, Kostya Vasilyev kmans...@gmail.com wrote: You can always use the host computer's command line window and run adb logcat there. 29.06.2011 15:12, gaara пишет: hi group, i wanna to knwo how to get the functionality of the

[android-developers] Logs not appearing in 3.1?

2011-06-29 Thread Robert Green
Ever since my tab 10.1 got upgraded to 3.1, I no longer see my application's log in logcat. Does anyone know the reason for this and how I can see it again? Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: Logs not appearing in 3.1?

2011-06-29 Thread Robert Green
Scratch that - I'm seeing the logs (in the midst of a bazillion other real-time logging statements) but it wasn't printing a stack trace on a crash for me. Anyone have an idea on that? On Jun 29, 7:05 pm, James Wang jameswangc...@gmail.com wrote: I do not see this problem. r u sure your app is

[android-developers] ANNOYING BUY

2011-06-20 Thread Robert Taylor
Hello, I found an annoying bug when using the SWYPE keyboard. When SWYPING, I double tap a word to select it and the new Cut/Copy menu pops up, but when I want it to display other word choices after hitting the bottom left swype key, the new menu overlaps onto the swype word choices. This is

[android-developers] installation URL in apk

2011-06-16 Thread Robert Slama
Hi guys, exist any way how I can get URL from what was apk installed direct in instaled application? r^ -- 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] Honeycomb Lag Demonstrated and Explained

2011-06-16 Thread Robert Massaioli
the problem. - Where we can read more on the problem? (Or even better fixes) - When we can expect a fix? Then I would be really interested in reading it. I hope this helps some developers and keeps some games running faster until this problem is fixed, Robert -- You received this message because

Re: [android-developers] Honeycomb Lag Demonstrated and Explained

2011-06-16 Thread Robert Massaioli
For the game that I am currently making if you look at it upside down or from any other perspective it does not affect your ability to play the game. Similar to how you can put a board game on a table and anybody from any direction can still play it. So, for me, it actually makes perfect sense

Re: [android-developers] Honeycomb Lag Demonstrated and Explained

2011-06-16 Thread Robert Massaioli
discussion, Robert -- 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] Honeycomb Lag Demonstrated and Explained

2011-06-16 Thread Robert Massaioli
I also realise that in my last email I forgot to say thank you for responding with what the actual issue was about overlays not being rotatable. So thank you very much for taking the time to let me know what the root cause was. -- You received this message because you are subscribed to the

[android-developers] [SOLVED] Custom Widget Will Not Fill Parent View

2011-06-14 Thread Robert
I managed to fill the toolbar_item within the toolbar by adding another LinearLayout inside of the toolbar.xml: ?xml version=1.0 encoding=utf-8? RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=match_parent

[android-developers] Custom Widget Will Not Fill Parent View

2011-06-10 Thread Robert
I am trying to creating a bottom toolbar widget that dynamically adds buttons. Right now the buttons are simple TextViews. My problem lies when I add the button, it fails to fill the parent in width and height of the toolbar. Instead it simply wraps the TextView content. I don't want that. I

[android-developers] Re: Custom Widget Will Not Fill Parent View

2011-06-10 Thread Robert
I'm wondering if it's because I'm somehow inflating the views wrong or attaching the wrong parents, but everything seems to be fine. -- 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: In Android, how to get the keyevent of 'home Key' ?

2011-06-08 Thread Robert Green
Think of home like alt-tab in windows. You never need to capture it. You just need to handle onPause()/onStop() in a way that makes sense for the user temporarily leaving your app. You'll get onFinish() when your app is to be actually destroyed. If you have a need to actually kill off the whole

Re: [android-developers] Rtsp Http Streaming

2011-05-30 Thread Robert Slama
hmmm i try open your url rtsp://strm-3.tr.medianova.tv/rkraltv/rkraltv with realplayer and with vlc and that stream is not available. Try u open stream in some player (on pc) before u test it on android? r^ On 26 May 2011 08:37, Filiz Gökçe sonsuzlu...@gmail.com wrote: Hi, I try to make live

[android-developers] How much HTML5 does the Honeycomb Android Browser support?

2011-05-30 Thread Robert Massaioli
I was wondering how much of the HTML5 spec a Honeycomb Tablet supports. So could somebody with 3.0 or 3.1 please go to this page and tell me what results you get? http://html5test.com/index.html I hereby swear that this is not a spam link. I really want to know what HTML5 features I can use.

[android-developers] Re: How much HTML5 does the Honeycomb Android Browser support?

2011-05-30 Thread Robert Massaioli
Actually I just found this from browser scope ( http://www.browserscope.org/results?category=summaryv=3): Android 0.5 7/100 7/10 1 Android 0.6 5/100 5/10 2 Android 1.0 63/100 8/17 99.3% 10/16 93/100 80 37 Android 1.1 25/100 3/8 10/14 72/100 15 Android 1.5 60/100 5/17 97.8% 10/16 93/100 79 127

[android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-26 Thread Robert
I don't have the 40 years experience of the original poster.. just a kid in the industry at 30 years. Little more if counting the time in college doing programming. By their nature, all decisions are limiting. As I look back over the various OS/programming systems I've used, most (LInux

[android-developers] Scaling text up to be relative to screen pixels

2011-05-26 Thread Robert Green
I'm a long time Android developer (Been here since pre 1.0). My focus is on games, so I don't care too much about the apps side of things. Generally I want a game to just consume the screen and everything to just scale up as a percentage (a button should always be 50% of the screen, etc). I even

[android-developers] aspect-correct image scale-up

2011-05-26 Thread Robert Green
What's the right way to scale an arbitrary-sized image up to consume all of one axis while maintaining aspect ratio using an ImageView/xml? For instance, I have a 300px x 300px image I'd like to stretch up to fill the screen while keeping aspect. That means on a 480x800 screen, it should be

[android-developers] Re: Scaling text up to be relative to screen pixels

2011-05-26 Thread Robert Green
Not possible, eh? On May 26, 1:03 pm, Robert Green rbgrn@gmail.com wrote: I'm a long time Android developer (Been here since pre 1.0).  My focus is on games, so I don't care too much about the apps side of things. Generally I want a game to just consume the screen and everything to just

[android-developers] Re: Text scaling properly on two different mdpi devices (Evo, and Galaxy Tab 10.1)

2011-05-26 Thread Robert Green
I also want to do this exact same thing. I don't want my text to be the same physical size - I want it to be bigger when there are more pixels regardless of density (yes it means super big text on a 10 screen). Since Android made compatibility mode a postage stampish kind of mode on tablets

[android-developers] Re: VideoView unhandled informational event?

2011-05-26 Thread Robert Massaioli
This just happened to me too. Really frustrating... My code: http://pastebin.com/FRXQB9tY -- 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

[android-developers] Re: Multi-touch pointer ids on Sony Xperia Play spurious ACTION_DOWN events

2011-05-17 Thread Robert Green
to anXperiamyself so i can't comment on the button issues Robert discovered. It looks indeed as if Sony was brewing their own special kind of fragmentation. -- 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] Re: Multi-touch pointer ids on Sony Xperia Play spurious ACTION_DOWN events

2011-05-17 Thread Robert Green
:38 pm, MichaelEGR foun...@egrsoftware.com wrote: On May 17, 12:25 pm, Robert Green rbgrn@gmail.com wrote: Testing on my xperia play shows that it goes up to Pointer ID 15 and then starts over again!  Why 15?  No clue... WHAT? You mean you don't use your toes? ;P This is inconsistent

[android-developers] Re: Multi-touch pointer ids on Sony Xperia Play spurious ACTION_DOWN events

2011-05-17 Thread Robert Green
Actually, it's not just native, but requires a native activity... http://developer.sonyericsson.com/cws/download/1/921/870/1297178992/Accessing_Touch%20Events.pdf I don't plan on supporting it until they can provide a normal native lib or header or Java access. On May 17, 2:10 pm, Robert Green

Re: [android-developers] What exactly happens during an upgrade?

2011-05-06 Thread Robert Macaulay
The problem is the upgrade process seems like it has some race conditions in it. Mostly things around resources being non-existent, even though they are definitely there in the drawable directory. Even more disconcerting is a stack trace that is in the old code, but is very definitely running a

[android-developers] Re: Logcat View fails with Could not create the view: For input string: our

2011-05-05 Thread Robert Rowntree
same issue on 3.7 M6 on windows vista using a logcat filter containing : resolved by following instructions in previous post this bug makes the filter pretty useless for implementing string patterns -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Request to join Android Developers

2011-05-04 Thread Robert Massaioli
Why do you feel that you have to request to join this group? If you have questions ask them. Personally I prefer asking all of my Android questions on Stack Overflow and leave this for discussions. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: SAX PARSER

2011-05-04 Thread Robert Massaioli
For the record I think you would be better off with the Simple XML Library: http://massaioli.homelinux.com/wordpress/2011/04/21/simple-xml-in-android-1-5-and-up/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Access Androidify avatar from another app

2011-05-02 Thread Robert Jenks
be similar to Avatar games available in the XBOX 360 arcade market. Thanks, -Robert -- 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] Navigation in a Help Screen

2011-05-01 Thread Robert
and control the text in the TextView programmatically. ANother was to change it to a Webview and use links/anchors. Does anyone have thoughts on a best practice for this type of thing? Thanks for any opinions. Robert -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] What exactly happens during an upgrade?

2011-05-01 Thread Robert Macaulay
On Thu, Apr 28, 2011 at 12:39 AM, Robert Macaulay robert.macau...@gmail.com wrote: I have Acra in my app to report on crashes(I will be removing it in favor of the market one soon). Why would you move to a worse solution? Mainly for simplicity. One less thing to deal with. But I do like

[android-developers] Re: Navigation in a Help Screen

2011-05-01 Thread Robert
Thanks for the feedback. Is a good idea to have it online but this app is designed for search teams so we need to make sure that all functionality is available on or off grid since a fair number of searches are not urban and are in areas that are way off the telecom grid. I'll probably switch

[android-developers] VideoView no longer updating the buffer

2011-04-29 Thread Robert
On Android 2.3, VideoView's getBufferPercentage is only returning 0. I depended on this value to update a progress listener when I connected to a RTSP link. Does anyone know how I can get this functionality back on 2.3? Robert -- You received this message because you are subscribed

[android-developers] Re: javax.xml.bind.annotation.XmlAccessType and Android

2011-04-28 Thread Robert Massaioli
I know it has been a while but in case you wanted a JAXB replacement in Android you should use the Simple library: http://massaioli.homelinux.com/wordpress/2011/04/21/simple-xml-in-android-1-5-and-up/ -- You received this message because you are subscribed to the Google Groups Android

[android-developers] What exactly happens during an upgrade?

2011-04-27 Thread Robert Macaulay
? If that is what happens, how is the code being mingled at runtime? Could the user be launching my app while it is installing, and thus get pieces of the old one still? Thanks Robert Stack trace showing the tab host failure: Caused by: android.content.res.Resources$NotFoundException: File res

[android-developers] Re: java

2011-04-23 Thread Robert
- read the suggested documentation - do the tutorials as another person as suggested - find a tutorial that does something you want in your program and use it as the basis Robert -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Display list of saved tables to be opened

2011-04-23 Thread Robert
Well I would put the names into a table that you can read (and maybe some descriptive info too) but you didn't look far to find your answer. A quick google for sqlite select tables found: http://www.sqlite.org/sqlite.htmlin there is a section Querying the database schema go read that and

[android-developers] Android Dashboard - GirdView or LinearLayout

2011-04-22 Thread Robert
Following the dashboard interface from the Google I/O 2010 conferencehttp://code.google.com/p/iosched/, I see that they use a LinearLayout to make the dashboard. Other examples also use this style. I was wondering why wouldn't you use a GridView instead, seeing that it's mostly organized for

<    1   2   3   4   5   6   7   8   9   10   >