Thank you very much for your response.
I will try your suggestions.
Making sure I have an up-to-date version of adb and all of the other tools is a
good idea.
Can you please tell me how to go about doing that?
-Chris
- Original Message -
From: "Indicator Veritatis"
To:
Apparently isReachable doesn't work reliably on Android (needs root?)
I ended up using the method described here:
http://stackoverflow.com/questions/2935325/android-debugging-inetaddress-isreachable/2935468#2935468
On Jul 4, 10:13 am, -DC- wrote:
> Here's my code:
>
> InetAddress addr
That's exactly what I thought should be done. However, as soon as I
put 1 in for the default value, I get the following exception and
stack trace. Without a default value set, everything runs fine.
I/ActivityManager( 53): Displayed activity
com.shipmate/.Preferences: 1158 ms
(total 1158 ms)
D/da
I need to include a navigation bar at bottom of my application , now
my application has several activities and I want the navigation bar to
be stay across the whole app , so would I include the code for it in
every single activity or is there a more optimal way,
--
You received this message becau
On Wed, Jul 7, 2010 at 5:33 PM, Bret Foreman wrote:
> I can't understand from the Preferences and ListPreference documents
> whether the defaultValue attribute in preferences.xml should be the
> text choice displayed in the list, the Integer corresponding to that
> choice, or the index of the cho
If you follow the localization procedures advised in
http://developer.android.com/guide/topics/resources/localization.html
(especially under "Using Resources for Localization", the system will
automatically make sure that unsupported languages will not be
displayed in the UI. You do not need to acc
This sounds somewhat different from the problems I have seen with adb.
So I am not sure how helpful my advice will be, but what I would do
is: before ever even entering the shell of adb, make sure that adb can
see the emulator with "adb devices".
Yes, unlike the distinction between emulator and de
In the above post, please replace "how can I tell getFloat to parse
the user input as a long?" with "how can I tell getFloat to parse the
user input as a float?"
--
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
NEW! Try asking and tagging yo
Unfortunately, removing those attributes and adding/removing
declarations in code did nothing.
On Jul 8, 5:32 pm, Justin Anderson wrote:
> I've never used GridView before so I am not certain about this, but have you
> tried taking out the focusable and focusableInTouchMode attributes from your
>
My preference is described in preferences.xml like this:
This behaves very nicely in the preferences view, only allowing the
user to enter valid decimal numbers.
However, when I call SharedPreferences.getFloat with the
"maxTempDegrees" key, it throws a ClassCastException. Beyond the
inputType k
Just to follow up, you were right, the problem is in
SharedPreferences.getFloat. I'm starting a new thread to ask about how
that method works exactly.
Thanks,
Bret
--
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
NEW! Try asking and tagging
I've never used GridView before so I am not certain about this, but have you
tried taking out the focusable and focusableInTouchMode attributes from your
XML?
What may be happening is that the GridView itself is stealing focus away
from the items that are actually placed inside it...
This may not
Hi,
In my application, i have a grid view. It is defined by the following
xml:
I am trying to get the items in the grid view to be focusable, but no
matter what i do, isFocusable() always returns false. I am using a
custom adapter in it that extends base adapter, but i do not think
th
Developers,
We've just released an updated version of the 2.2 SDK.
Besides the updated system image to match FRF91, we've put back the
search widget that was missing, and we fixed an issue with the backup
manager that prevented it from working on the emulator.
More info: http://developer.android
On Thu, Jul 8, 2010 at 2:48 PM, Saket Srivastav
wrote:
> i want them to appear in landscape as well as portrait view.
Use onSaveInstanceState() and onRestoreInstanceState(), or use
onRetainNonConfigurationInstance() and
getLastNonConfigurationInstance() to propagate your data from the old
activi
i want them to appear in landscape as well as portrait view.
Regards
Saket Srivastav
On Fri, Jul 9, 2010 at 12:06 AM, Joel Salas wrote:
> Do you want them to appear in landscape view? If not, then you can suppress
> screen rotation?
>
> On Thu, Jul 8, 2010 at 11:27 AM, Saket Srivastav <
> sa
Do you want them to appear in landscape view? If not, then you can suppress
screen rotation?
On Thu, Jul 8, 2010 at 11:27 AM, Saket Srivastav wrote:
> When i tilt my android screen to horizontal view, the result output that i
> show on screen disappear. how can i retain those results?
>
> Rega
When i tilt my android screen to horizontal view, the result output that i
show on screen disappear. how can i retain those results?
Regards
Saket Srivastav
--
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
NEW! Try asking and tagging your
Unfortunate. :(
Are there any third-party libraries available for this? I wrote my own
downloader, but don't relish the thought of adding all the features I
would like (queueing, notifications, background progress, etc.).
Thanks for the response.
On Jul 8, 4:42 am, Mark Murphy wrote:
> On Wed
Hi Robert,
Avenue Social is a firm dedicated to design e-business strategies for
people like you. We specialize in developing software for the Social
Media. Having developed applications for Facebook and smartphones, we
have a number of apps in the iPhone and Android app store. Feel free
to search
You can refer to video resource as a string and use it for the path.
If your package name is "com.mypackagename", then the resource in the
raw directory will be:
"android.resource://com.mypackagename/raw/myvideosample"
Carmen
http://www.twitter.com/CarmenDelessio
http://www.talkingandroid.com
htt
Oh yes, I forgot that I hit that one as well. For the people who find
this thread in the future, you can also not have underscores in the
xml name.
Connie
On Jul 7, 5:05 pm, Amit Sood wrote:
> Connie,
>
> This was happening because you cannot use letter in caps in the filenameOn
> Thu, Jul 8, 2
hi,
how do i to play a video in format .3gp with VideoView
R.raw.myvideosample
the video from my resource path
ty
--
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
NEW! Try asking and tagging your question on Stack Overflow at
http://
I do not own an Android phone and am working exclusively in the
Eclipse/emulator environment on my laptop.
When I type in the "adb shell" cmd from the tools directory I get very
inconsistent results.
Sometimes it says "error: device not found".
Sometimes it says "error: device offline".
If I start
Hi,
I am currently working on application in which i need to display
lists in different languages, so , is there any API to get the supported
language list for android ?
I am currently using sdk 1.5. And it is observed that Hindi and
Hebrew are not supported.
So , i need to avoid su
On Wed, Jul 7, 2010 at 6:07 PM, Florp wrote:
> The Market and Web-Browser apps seem to share a nice download manager;
> is there a way to use that in my own Apps?
No, sorry, that is not part of the Android SDK at this time.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.c
Agreed. When you get an exception, scan down the stack trace and look
for the "Caused by:" stanza, as that is where the real problem lies.
On Thu, Jul 8, 2010 at 12:35 AM, Yousuf Faheem
wrote:
> I guess its because you are either using String for some other data type or
> using some other data ty
27 matches
Mail list logo