Re: [android-developers] android action bar logo with AppCompat in XML

2013-08-22 Thread Greenhand
Thank you for reminding me about the configuration-specific folder and your tablet version. Thus, for the ease of testing, I just use a single drawable folder without any postfix. I find that an Android 2.2 emulator behaves differently from an Android 4.1.2 one. To summarize and concrete:

Re: [android-developers] android action bar logo with AppCompat in XML

2013-08-22 Thread Greenhand
Thank you for reminding me about the configuration-specific folder and your tablet version. Thus, for the ease of testing, I just use a single drawable folder without any postfix. I find that an Android 2.2 emulator behaves differently from an Android 4.1.2 one. To summarize and be

Re: [android-developers] android action bar logo with AppCompat in XML

2013-08-22 Thread Greenhand
Thank you for reminding me about the configuration-specific folder and your tablet version. Thus, for the ease of testing, I just use a single drawable folder without any postfix. I find that an Android 2.2 emulator behaves differently from an Android 4.1.2 one. To summarize and be

[android-developers] I get this error when i run the emulator , How to get rid of it ?

2013-08-22 Thread mohammed Nuhail
05-01 18:08:31.109: W/dalvikvm(15491): threadid=1: thread exiting with uncaught exception (group=0x40a311f8)05-01 18:08:31.109: E/AndroidRuntime(15491): FATAL EXCEPTION: main05-01 18:08:31.109: E/AndroidRuntime(15491): java.lang.RuntimeException: Unable to instantiate application

[android-developers] Bluetooth connection that persists through activity life-cycle

2013-08-22 Thread RLScott
I have a Bluetooth implementation in my app that goes through its entire set-up and tear-down in onResume and onPause in my main activity. The application communicates with a Bluetooth serial adapter. The trouble is that sometimes the user needs to leave our main activity for some other

[android-developers] Google Play Merchant account link doesn't work

2013-08-22 Thread Eurig Jones
Right now the Google Play Merchant account link on the Financial Reports tab of google play dev console just redirects you back to the Publisher console. Is anyone else experiencing this? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] android action bar logo with AppCompat in XML

2013-08-22 Thread TreKing
On Thu, Aug 22, 2013 at 1:24 AM, Greenhand cooperateonl...@gmail.comwrote: The Android 2.2 emulator behaves strangely. Why? Is it a bug? Wouldn't surprise me if it is. The ActionBar was not a thing until recently. Perhaps see if there is an equivalent method to call at run time to set the logo

Re: [android-developers] I get this error when i run the emulator , How to get rid of it ?

2013-08-22 Thread TreKing
I get this error when i run the emulator , How to get rid of it ? Try debugging your application. On Thu, Aug 22, 2013 at 6:33 AM, mohammed Nuhail nuhail...@gmail.comwrote: 05-01 18:08:31.109: W/dalvikvm(15491): threadid=1: thread exiting with uncaught exception (group=0x40a311f8)05-01

[android-developers] Create a web browser with tabs

2013-08-22 Thread Ilias Seitanidis
Hello! I build my personal web browser using tabs .When I close a tab and click on the tab that is currently open then the contents of the closed tab appear in the current tab. The code of creating and deleting a tab: private void addMethod() { //tring webSiteName =

[android-developers] Re: I get this error when i run the emulator , How to get rid of it ?

2013-08-22 Thread Ilias Seitanidis
add Log.i(); statements when you believe that the error occurs so you can find the exact point of the mulfunction code Τη Πέμπτη, 22 Αυγούστου 2013 2:33:59 μ.μ. UTC+3, ο χρήστης mohammed Nuhail έγραψε: 05-01 18:08:31.109: W/dalvikvm(15491): threadid=1: thread exiting with uncaught

Re: [android-developers] Google Play Merchant account link doesn't work

2013-08-22 Thread Nikolay Elenkov
On Thu, Aug 22, 2013 at 11:23 PM, Eurig Jones eurigjo...@gmail.com wrote: Right now the Google Play Merchant account link on the Financial Reports tab of google play dev console just redirects you back to the Publisher console. Is anyone else experiencing this? Bookmark

Re: [android-developers] Google Play Merchant account link doesn't work

2013-08-22 Thread David Toledo
The same problem for me, too 2013/8/22 Nikolay Elenkov nikolay.elen...@gmail.com On Thu, Aug 22, 2013 at 11:23 PM, Eurig Jones eurigjo...@gmail.com wrote: Right now the Google Play Merchant account link on the Financial Reports tab of google play dev console just redirects you back to

[android-developers] Re: Designing Help into Your App

2013-08-22 Thread Nathan
I thought about having some animated paper clip character that says things like You seem to be trying to search. Would you like some help forming the search patterns? or you haven't pushed the menu button yet - would you like to know how? ;) Microsoft Office can't be wrong, after all? But

Re: [android-developers] Designing Help into Your App

2013-08-22 Thread TreKing
On Wed, Aug 21, 2013 at 6:09 PM, Nathan nathan.d.mel...@gmail.com wrote: What have you done and how well has it worked? I have a help section on my site, with subpages corresponding to each major feature in the app. Each activity also has its own page. In the app, I have a utility class that

Re: [android-developers] Google Play Merchant account link doesn't work

2013-08-22 Thread Lucas Diego
+1 2013/8/22 David Toledo dtole...@gmail.com The same problem for me, too 2013/8/22 Nikolay Elenkov nikolay.elen...@gmail.com On Thu, Aug 22, 2013 at 11:23 PM, Eurig Jones eurigjo...@gmail.com wrote: Right now the Google Play Merchant account link on the Financial Reports tab of

[android-developers] Re: Designing Help into Your App

2013-08-22 Thread Nobu Games
Personally I always go for option 2, a full screen webview in an extra activity for displaying help for the current page. I store localized HTML files in the assets directory. It's just a matter of adding some language code to the file names and loading the correct page for the current locale

Re: [android-developers] Designing Help into Your App

2013-08-22 Thread Nathan
On Thursday, August 22, 2013 12:57:08 PM UTC-7, TreKing wrote: On Wed, Aug 21, 2013 at 6:09 PM, Nathan nathan@gmail.comjavascript: wrote: What have you done and how well has it worked? I have a help section on my site, with subpages corresponding to each major feature in the app.

[android-developers] Re: Designing Help into Your App

2013-08-22 Thread Nathan
On Thursday, August 22, 2013 2:08:38 PM UTC-7, Nobu Games wrote: Personally I always go for option 2, a full screen webview in an extra activity for displaying help for the current page. I store localized HTML files in the assets directory. It's just a matter of adding some language code

Re: [android-developers] Designing Help into Your App

2013-08-22 Thread Nathan
I was going to say . . By wanting to do some of this, I realize I am a bit at odds with the Android Design Guideline. Don't show unsolicited help, except in very limited casesMaybe I'm just liberal with the definition of limited cases. But it is probably consistent with Section 5.5 of Android

[android-developers] Re: Bluetooth connection that persists through activity life-cycle

2013-08-22 Thread RLScott
Well, I have been working on this all day and I can't get it right. I have managed to make the BlueTooth connection persists through the temporary invocation of another activity, so that when I return to the first activity the BlueTooth thread is still running, the streams are still streaming,

Re: [android-developers] Re: Bluetooth connection that persists through activity life-cycle

2013-08-22 Thread mike digioia
Which device, soc, stack, HCL are you using. Also are you using rfcomm with serial ? On Aug 22, 2013 6:46 PM, RLScott fixthatpi...@yahoo.com wrote: Well, I have been working on this all day and I can't get it right. I have managed to make the BlueTooth connection persists through the

Re: [android-developers] Designing Help into Your App

2013-08-22 Thread TreKing
On Thu, Aug 22, 2013 at 5:26 PM, Nathan nathan.d.mel...@gmail.com wrote: On Thursday, August 22, 2013 12:57:08 PM UTC-7, TreKing wrote: On Wed, Aug 21, 2013 at 6:09 PM, Nathan nathan@gmail.com wrote: What have you done and how well has it worked? I have a help section on my site,

Re: [android-developers] Re: Bluetooth connection that persists through activity life-cycle

2013-08-22 Thread RLScott
I am using RFComm with the SPP. The device is a BT to serial module attached to a microcontroller that I also programmed. It sends a packet of 17 characters about 3 times a second. The device is identified by pairing first in the Settings app, then enumerating bonded devices in my app and

[android-developers] how to display camera in frame in Android

2013-08-22 Thread Sadhna Upadhyay
Hi guys, I want to set frame in photo that is taken by Camera. -- 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