Rooted phones ??? what does it mean
On Apr 27, 11:39 am, "Maps.Huge.Info (Maps API Guru)"
wrote:
> From what I understand, it's only possible with rooted phones.
>
> -John Coryat
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To
My first thought was to suggest that you rethink if you really need to
do this - maybe your app isn't going to be as important to your users
as you may think.
But then, I been frustrated in the past by games which exit in the
middle of the game if you press too far right...
Maybe you should provi
>From what I understand, it's only possible with rooted phones.
-John Coryat
--
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 emai
Hi all,
I want to provide option to users...for Connection mode with web
server for services(XML)..
How can i set the connection to use
Wi-Fi or
Direct or
MDS or
WAP connection mode..
Is there any way to set the connection to use SSL?
plz help me..
Thanks..
Vikky
--
You received this messag
It's hard to tell if and where a mistake may have been made without
seeing your html...
Are you using touch or click events?
-John Coryat
"Radar Now!"
"What Zip Code?"
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this grou
can somebody give me tips on how to take a screenshot of the android
phone using code ( not with DDMS, i mean with in code i have to
write a logic to take a screen shot , i have no idea which classs i
have to use for this )
Thanks ,
Sudhi
--
You received this message because you are subscribe
I currently have a backflip and droid and see no problems using either for
developement.
-Original Message-
From: android-developers@googlegroups.com
[mailto:android-develop...@googlegroups.com] On Behalf Of Mark Murphy
Sent: Monday, April 26, 2010 8:53 PM
To: android-developers@googlegrou
I can find some posts on how to warn user when the back button is
pressed to 'quit' the application.
http://groups.google.com/group/android-developers/browse_thread/thread/496500abe014f324/7bf02ce27368b9e6?lnk=gst&q=back+button+prevent#7bf02ce27368b9e6
http://groups.google.com/group/android-devel
hello I want to convert a image into Base64 format and send it to
server. I have one Base64 class which accept byte array and return a
string.I am sending image into chunks of data.I am creating creating
one chunk of 100kb. If image is less than 100 kb then image is
uploaded on server, but if it i
Writing touch based apps for Android WebView, and iPhone as well, is
kind a tricky. Detecting touch events on the WebView doesn't work
properly. You have to look for workarounds to get this working.
Thanks and Regards,
Kumar Bibek
On Apr 26, 2:11 pm, Sunil Mishra wrote:
> Hi All,
>
> I am writin
You can customise your buttons to whatever you want. Follow this link.
http://tech-droid.blogspot.com/2010/03/custom-buttons-on-android.html
Thanks and Regards,
Kumar Bibek
On Apr 25, 1:49 pm, Paul Stanway wrote:
> Hi,
>
> I want to develop a web app that uses HTML, CSS and Javascript and
> wan
What error do you get. Check the logcat for hints on what might be
wrong.
Thanks and Regards,
Kumar Bibek
On Apr 26, 1:32 am, Munki83 wrote:
> Hi,
>
> I have a map app which works fine when its stand alone but it causes
> an unexpected error when I try to add it as part of another app.
>
> My cur
Show some code. That will help us figure out what's wrong.
THanks and Regards,
Kumar Bibek
On Apr 26, 10:54 pm, "..:: Rodrigo ::.." wrote:
> Hi everybody!
> I've a question about ListActivity & ListView & CursorAdpater.
> The problem is that my listview isn't updating when I call
> notifyDataSet
You will have problems with detecting touch events on a webview. This
is a known issue. You can try firing your code by some other means,
may be a button click etc.
Thanks and Regards,
Kumar Bibek
On Apr 25, 1:46 pm, Paul Stanway wrote:
> Hi,
>
> I want develop a HTML, CSS , Javascript applicati
On Apr 27, 5:04 am, SChaser wrote:
> BTW, how do you set something "singleTask" or "singleInstance"? I
> don't have a setting like either.
http://developer.android.com/guide/topics/manifest/activity-element.html#lmode
String
--
You received this message because you are subscribed to the Googl
Hi,
I was trying to send sms from a CDMA android device, but it crashes
with null pointer exception in the function call to
SmsManager::sendDataMessage() function.
SmsManager smsManager = SmsManager.getDefault();
smsManager.sendDataMessage(smscHost,null, (short)8021, text, sentPI,
null); //Null po
@Rogerio
My OS is ubuntu.And I already used these commands.But the device is
not getting displayed under ./adb devices.
@AJ
I have the Driver CD that came with the phone.But,it is for
Windows,the driver installer is in .exe.
How do I make it work for linux?
On Apr 26, 5:35 pm, Rogério de Souza Mo
Dear all.
Currently, Eclair 2.1 might have a problem when calculating image
taken time during media scanning.
When an image is captured in Camera, the taken time is written
correctly in media DB.
But if the device is booted, the image taken time is changed from
original taken time to the time adde
I was tried to get the phone number in a real device.But the function
"getLine1Number" always return a empty string.Why?
How do I get the phone number in a read device?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group,
The sub-activity has the same characteristics when started by the map-
view activity, where it reports a result back, as when started by the
GLSurfaceView activity, where it does not report back. It is the same
sub-activity, started by the same code, with the same arguments to the
intent.
BTW, how
I did have this same problem. The issue is that the Camera.open
method bombs out.
I created a camera wrapper class that does a bunch of initialization
to ensure that open works, then takePicture works, etc. I found the
initialization code by looking through the Camera source code for
Google's ma
I'm having a similar problem. Here's an example of a web page that
doesn't work within a WebView:
https://m.gmail.com/
I setup my WebView in a manner similar to Nelson...even setup a
WebChromeClient that implements onExceededDatabaseQuota as suggested
previously by the PhoneGap folks.
No luck
You also have the option to flag an app as inappropriate, which might
not be a bad idea.
On Apr 26, 8:06 pm, Zsolt Vasvari wrote:
> When you unistall the game in Android Market, you have the option to
> mark it as spammy and give a reason why. Instead of complaining on
> here, perhaphs being a b
Dear Sunil,
Thanks for your quick response, you are clear about my question.
I knew the default nature of option menu, so I want custom the
option menu. There is a solution to show the option menu like I said, but
this option menu is only available in Activity, but I want use the
How do I fix this? I'm sure most of you have had this problem. I want
my dialog box to fill the screen as I have seekbars set on fill
parent, and so it makes this tiny dialog in the middle of the screen
with tiny seekbars to go along with it. This is really irritating as I
can't find any help anywh
When you unistall the game in Android Market, you have the option to
mark it as spammy and give a reason why. Instead of complaining on
here, perhaphs being a bit more proactive could be helpful.
On Apr 27, 4:29 am, Mike wrote:
> I agree with Robert. I really hope Google will take a serious loo
Thanks for reply.
InputConnection API is the solution for this. -S.
On Apr 20, 5:49 pm, Dianne Hackborn wrote:
> I would strongly recommend that you update your app to use the
> InputConnection API that was introduced in 1.5 along with IMEs. Trying to
> receive input from a soft keyboard via onK
Giri Senji wrote:
> Thanks much again.
> You almost made my purchasing decision. Please share any other gotchas
> that you are aware of :) w/ Motorola backflip device itself or its use
> w/ Android development.
Personally, I don't have one yet. I have been following it closely,
given the AT&T rest
Thanks much again.
You almost made my purchasing decision. Please share any other gotchas that
you are aware of :) w/ Motorola backflip device itself or its use w/ Android
development.
Cheers,
Giri Senji
On Mon, Apr 26, 2010 at 5:45 PM, Mark Murphy wrote:
> Giri Senji wrote:
> > Does that mean
Giri Senji wrote:
> Does that mean I've to use Android 1.5 to develop my app and not 2.1?
You can create applications that work across a range of device versions.
You would use the emulator for testing versions unavailable to you in
hardware.
--
Mark Murphy (a Commons Guy)
http://commonsware.com
Thanks much Mark.
Does that mean I've to use Android 1.5 to develop my app and not 2.1?
Cheers,
Giri Senji
On Mon, Apr 26, 2010 at 5:14 PM, Mark Murphy wrote:
> Giri SENji wrote:
> > Is it possible for a developer to write an app and upload to the
> > device?
>
> You should be able to use the
I can say that if you were using the normal require_login() php call
(or whatever server-side language your app is written in) in a facebook
callback app, it was broken for about a month and a half on mobile
browsers (iphone, android...) taking you to their mobile version of
facebook rather than h
I'll third that on wanting to know what's up. Some insight as
to whether this is a hardware issue on some platforms would be
pretty nice too... the same thing happens on the iPhone but getting
any insight from them is impossible.
Mike
On 04/24/2010 09:14 AM, Jonathan wrote:
Thanks Lance. I saw
Giri SENji wrote:
> Is it possible for a developer to write an app and upload to the
> device?
You should be able to use the developer tools and install your app via
the USB cable.
> If so my next doubt is how would I upgrade the OS from Android
> 1.5 to Android 2.1 on my backflip device?
You w
Hi Geeks,
I'm planning to become android developer w/ Android 2.1 SDK For some
reason I like to AT&T network. Since Motorola backflip is the only
phone available on AT&T and reading recent reports that it only allows
apps to be downloaded from Android Marketplace I've a basic yet very
important qu
I actually found the answer to this issue as I was about to post, but
I will post anyway to help anyone that might encounter this issue.
DO NOT set any progress or secondary progress amounts in the XML file
for the progress bar, this apparently prevents you from setting the
Max programmatically lat
I hope someone can shed some light? :(
On Apr 25, 9:37 pm, Moto wrote:
> I'm trying to figure out how it's been designed. How it holds its
> items? How do I get a hold of the scrolling container? How can I
> know it's exact scrolling position? How can I scroll it to an exact
> position?
>
> I
Hi all,
I wonder if it is possible to reuse Android preferences mechanism for an app.
For the App preferences I of course use PreferencesActivity, but I
need similar functionality for preferences of a business entity,
otherwise it's a hassle to layout every single element manually. So I
would lik
There are quite a few tags in
http://android.git.kernel.org/?p=platform/external/opencore.git
. I'm wondering what extact tags are for the official releases Android
2.1, Revision 1, Release 1.6 r1, Release 1.5 r3, Release 1.1 r1 and
Release 1.0 r2.
Thanks!
--
You received this message because
Come on. why is everybody taking this so seriously?? lighten up guys.
It's a freaking joke. Why the persistent negativity??
On 26 April 2010 16:32, James O'Brien wrote:
>
> Realistically:
>
> -They are in the post, most likely shipped from US. So they've been
> delivered to US devs and are on
Amritendu Biswas wrote:
> Hi,
>
> I am trying to communicate between two Android applications.
>
> Application-A will send message/data to Application-B. After receiving
> message from Application-A, Application-B will send a reply message to
> Application-A.
>
> Is it possible in Android applic
Hi everybody!
I've a question about ListActivity & ListView & CursorAdpater.
The problem is that my listview isn't updating when I call
notifyDataSetChanged method from adapter, after I delete an item from
database.
Anybody knows what's happening?
Thanks for the help...
--
You received this mes
Nice to meet you.
It is Syougo Hirooka.
I am Japanese.
Hereafter, App of Google Android is made.
All App is opened to the public free of charge.
The beta version of AdSense for Mobile Applications
It is thought that it used it.
How can I obtain the beta version of AdSense for Mobile Applicati
Realistically:
-They are in the post, most likely shipped from US. So they've been
delivered to US devs and are on the way to Europe where I guess after
being sorted, they'll be distributed to our homes.
-Our phones won't come with FroYo
-We can't purchase a contract with Vodafone at get a refund
Hi there,
I am new at developing for android, so bear with me (and my ignorance).
I have tried to make a series of dialogs, like a questionnaire, that the
user needs to answers a series of questions selecting one or more
checkboxes. I can do one, just fine, but when I try to make more than one
qu
I can create non-allday events. I just set the "DTSTART" and "DTEND"
for the event times.
But, for All Day Events, it seems to be weird. For example:
I created a All Day Event on " April 26, 2010 ".
I query it via the content provider, the returned " DTSTART " is " UTC
April 26, 2010 08:00:00 ". W
Hi there,
In Cupcake, when long-pressing a bucket of images in the Gallery
application, and selecting Slideshow from the pop-up menu, a VIEW
intent would be launched that my application could intercept. The
intent contained an extra boolean value set to true; and I was using
that boolean value to
I just searched on my Droid and it found your wallpaper right away.
Could you search for my live wallpaper on your Droid? There's 2:
liveScroller and liveStrobe. Just search "yuska" though, and it
should give both listed. I have a strong feeling your Droid won't
find them, which brings me to my
Is it possible to redirect the stdout of JNI code to Java code and
vice versa with stdin
-Budugu
--
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
Hi,
I am trying to communicate between two Android applications.
Application-A will send message/data to Application-B. After receiving
message from Application-A, Application-B will send a reply message to
Application-A.
Is it possible in Android application? If yes please point me the APIs
tha
Hello,
It is possible to deploy a build on Google Market filter by the
resolution and handset?
For example: I want to deploy a build that works only on the devices
that have 480x800 and only OS 2.x
Thanks,
Viorel
--
You received this message because you are subscribed to the Google
Groups "
Nice to meet you.
My Name is Syougo Hirooka.
I am Japanese.
Hereafter, App of Google Android is made.
All App is opened to the public free of charge.
The beta version of AdSense for Mobile Applications
It is thought that it used it.
How can I obtain the beta version of AdSense for Mobile Appl
Hi android developer
If anybody tel me how to change the color of secondary progress in
seekbar.
Is there possible to do it?
Reply Soon
Regards
Student
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email t
I`d like to get a airplane mode status .
How to get?
Using Settings.System.Airplane_Mode_ON?
--
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
I am also very interested in quick language switching. At the very
least, it would be possible to make holding the search button down
switch languages as you suggest in 2). This would save a lot of time
switching languages, especially from Handcent, which seems to be slow
at loading the settings di
Hi,
I have a map app which works fine when its stand alone but it causes
an unexpected error when I try to add it as part of another app.
My current app which extends Activity tries to launch the map
activity with the following lines of code
Intent m = new Intent(this, HomeSetter.class);
startA
Hello,
I have a widget set up and it displays properly in both portrait and
landscape when added to each. But when I change orientation it has the
problem "Problem Loading Widget". I delete this, re-add the widget,
and it displays correctly. Thus, my widget can support both portrait
and landscape
Hello!
I want to use gpsd in android (http://gpsd.berlios.de/)
gpsd provides location and satellite-information over network(tcp).
I wrote a protocol-driver that parses the data from gpsd and provides
the current location, speed and the used satellites. Now I want to use
it inside android.
In th
Hi,
I am trying to communicate between two Android applications.
Application-A will send message/data to Application-B. After receiving
message from Application-A, Application-B will send a reply message to
Application-A.
Is it possible in Android application? If yes please point me the APIs that
c
Hi,
I have a linear layout in my main.xml which has a listview. Now I want
to create a bottom bar below listview.
Bottombar has a background image and two buttons with their individual
background images. I want to put these two buttons on common
background image.
I have read that this can be ach
Hi,
I want develop a HTML, CSS , Javascript application that has pages
that flip animate the same as on the iphone.
I have tried JQTouch but the animations do not work
Does anyone know how to flip a page in the Android 2.1 browser?
Thanks
Paul
--
You received this message because you are sub
Has anyone been able to resolve this problem as I'm also experiencing
it. My mapactivity works fine when used standalone but can't be
launched from a normal activity
On Apr 8, 10:08 pm, Carlos Moreira wrote:
> Hello every one!
>
> It's my first time mailing for a solution, I hope find the solutio
Dear All,
I am developing one application for facebook. In this application when
user click on login button i start WebView acitvity there user can
login. On success of login i start activity from where user pressed
that login button.
Now My problem is On main activity I get all friends list from
I'm writing the configuration activity for a game that can have a
variable number of players. Players are listed in the activity and
can be added and removed dynamically. Users click on players to open
a player-details dialog.
The natural way to display the players list is in a ListView, but the
I know there have been similar issues posted, but I can't seem to find
any resolution to this issue.
I have a couple live wallpapers up in the Android Market, both un-copy-
protected. For some reason though, most Motorola Droids cannot see
them in the store at all. Androlib and other sites alike
I am running the android-7 ApiDemo sample project on a Nexus One
device. I am interested specifically in the Graphics/CameraPreview
sample code. The project works fine, but when I select Camera the
device displays a Force Quit message. I am not receiving any error
information in the debugger.
T
Hi all
I'm looking for that usb memory stick support for android default
application
usb mount point is "/usbmass" and mounting worked vold.
I modified android/system/core/vold
and the make api and URI usb storage, like EXTERNAL_STORAGE(SD card).
and
I worder if this work that android default
http://cosmez.blogspot.com/2010/04/webview-emulateshiftheld-on-android.html
On Mar 29, 3:55 am, brijesh masrani wrote:
> Hi,
>
> Can anyone tell me how to use emulateShiftHeld () method of WebView class..
>
> Please rep as soon as possible
--
You received this message because you are subscribed
Hello all,
We developed the popular mobile travel application TripCase (http://
www.tripcase.com) natively for the iphone, backberry, winmo, and
recently Android. We really like the Android framework compared to
the others, but found some of it's concepts like Activities to be very
cumbersome whe
This is a silly question... but after following the instructions and
running my application, I can't get it to run again.
I hit run, the emulator opens up, and nothing happens at startup. When
I attempt to launch the app from the applications menu, I get the old
version of the app. Breakpoints etc
Hi,
I want to develop a web app that uses HTML, CSS and Javascript and
want to know if it is possible to disable the green animated border
that appears when the user clicks a button, link etc.
Does anyone know what this green click animation is and how to disable
etc.
Thanks
Paul Stanway
--
Y
Hi All,
I am writing ebookReader for Android using webview. I am using Iframe
to separate the number of chapters. My problem is : while i am
scrolling the webview and after that i touch the screen to stop
scrolling, then after i click on the menu button(TOC) to open the div
for Table of contents(T
Hi All,
I'm Laying the framework for an application that plays instrument
notes (at various pitches) in reaction to user input and the graphical
state of the applications.
It looks like MIDI via JetPlayer / JetCreator is the system i need to
use to do this.
As i understand the system i can accom
Is there an easy way to insert transitional effects during Video
playback from the available APIs? Or is this something that would have
to be done outside of Android (Native code implementation)?
Thanks,
Abhi
--
You received this message because you are subscribed to the Google
Groups "Android
That's half the problem - OK, more than half since this is what is
driving their ranking through the roof. The other half is there are
many "people" that are spamming the other apps' comments using them as
free advertising. Wouldn't this also be against the terms of service?
- Mike
On Apr 26, 1
I have an element in the page that under certain circumstances has to
get the margin-top increased. as the title says, the element is
systematically rendered in the page via xml. Only in certain
circumstances, and when that specific view is already rendered, I need
to increase the margin. Is it pos
Excellent inputs guys... Thanks a ton!!
Abhi
On Apr 26, 2:51 pm, Prajakta Shitole wrote:
> You can also set the screenOrientation to be as "landscape" in your Android
> Manifest file for the Activity which has the video player.
>
> Eg:-
>
> android:screenOrientation="landscape">
>
> Thanks,
>
I agree with Robert. I really hope Google will take a serious look at
this as it undermines the trust of the rankings and ratings associated
with any app in the market.
It bothers me that the spamming seems to have started more than 10
days ago, and nothing has been done. PE is now the number 9
It looks like your using a 3rd party Ant build system instead of the
one that comes with the SDK.
>From the stack trace of the exception it looks like this is
http://code.google.com/p/autoandroid/wiki/AndroidAnt
You might want to file a bug there, or ask a question to the commiter
of that project.
Thanks!
-Original Message-
From: android-developers@googlegroups.com
[mailto:android-develop...@googlegroups.com] On Behalf Of Mark Murphy
Sent: Monday, April 26, 2010 3:55 PM
To: android-developers@googlegroups.com
Subject: Re: [android-developers] Re: Saving ArrayList to .txt file
Tommy
Tommy wrote:
> Ah ok. Would you have any recommended links for tutorials that show how to
> list files in a directory. I'm new to android/java. Thank you for your time.
ExampleDepot is your friend for standard Java stuff:
http://exampledepot.com/egs/java.io/GetFiles.html
http://exampledepot.com/e
Ah ok. Would you have any recommended links for tutorials that show how to
list files in a directory. I'm new to android/java. Thank you for your time.
-Original Message-
From: android-developers@googlegroups.com
[mailto:android-develop...@googlegroups.com] On Behalf Of Mark Murphy
Sent: M
Tommy wrote:
> So then there would be no way for my app to be able to list out the file
> names that reside in that location so the user can choose which one to open?
Only those files within your own space (getFilesDir() and
subdirectories), or are on the "external storage"
(Environment.getExterna
So then there would be no way for my app to be able to list out the file
names that reside in that location so the user can choose which one to open?
The reason I ask is because I am saving an ArrayList to a .txt file then
later down the road if the user wants they can go to "Open a Saved Report"
a
The TextField has a property called background. You can assign a
drawable or a color attribute to that field.
Else, you can also do it through code.
textView.setBackgroundDrawable() something like this.
Thanks and Regards,
Kumar Bibek
On Apr 26, 11:55 pm, Will Hester wrote:
> How do I insert a
jgostylo wrote:
> This is on a Samsung Moment running 1.5.
>
> I have verified that my Nexus One running 2.1 update 1 does not
> produce this issue. One other person that tested this out for me was
> also having this issue and they were on an HTC Hero.
>
> Maybe this is a 1.5 issue?
Possibly.
Ok, just like how telling people to click on your ads is against the
ToS, I believe that telling users to give you a 5 star rating for any
reason should also be.
On Apr 26, 12:57 pm, Ralf Schneider wrote:
> I installed the game. After installation there was a text box "suggesting"
> to give 5 sta
webmonkey wrote:
> Does anyone gave any update on this issue?
>
> Apparently Verizon is now adding a 2GB micro SD card:
>
> http://www.engadget.com/2010/04/25/droid-incredible-comes-with-limited-introductory-offer-of-2gb/
I've heard squadoosh from my HTC contacts, much to my chagrin. Clearly,
I
Does anyone gave any update on this issue?
Apparently Verizon is now adding a 2GB micro SD card:
http://www.engadget.com/2010/04/25/droid-incredible-comes-with-limited-introductory-offer-of-2gb/
On Apr 20, 4:51 pm, webmonkey wrote:
> "Maybe not when you connect your phone to a PC and select 'Mo
This is on a Samsung Moment running 1.5.
I have verified that my Nexus One running 2.1 update 1 does not
produce this issue. One other person that tested this out for me was
also having this issue and they were on an HTC Hero.
Maybe this is a 1.5 issue?
Jake
On Apr 26, 11:28 am, Mark Murphy w
"However Eclipse shows a warning that the minSdkVersion is lower than
the targetSdkVersion version. Do you know if this can cause problems?"
Shouldn't have any problems with this. If the min < target, then you
must take precautions yourself that you don't accidentally use APIs
that are available on
How do I insert a text field with a background?
On Apr 25, 11:34 pm, Kumar Bibek wrote:
> Change the background image of the Textfield to a png image which is
> transparent.
>
> Thanks and Regards,
> Kumar Bibek
>
> On Apr 26, 5:27 am, WillHester wrote:
>
> > Is there any way to create a transpar
You can also set the screenOrientation to be as "landscape" in your Android
Manifest file for the Activity which has the video player.
Eg:-
Thanks,
Prajakta
On Mon, Apr 26, 2010 at 10:13 AM, Felipe Silveira wrote:
> Hi Abhi,
>
> You need to do 2 things:
>
> 1) Add android:configChanges="or
On Mon, Apr 26, 2010 at 1:33 PM, satish bhoyar wrote:
> I was referring to android Home Screen code please help ..
>
What about it? I still have no idea what you're asking or what you're trying
to achieve.
Android is open source - go find and read the code to the home screen if
that's what y
Have you tried looking at J2ME android bridge. I had used it and it is very
good.
http://www.assembla.com/wiki/show/j2ab
There is mapping from J2ME to Android for most of the classes and methods,
and for those that are not there you can implement it yourself by looking at
the way it is currently
You have to store your application state before 'hiding' it - by
overriding onSaveInstanceState() method of your activity and putting
data that must be stored into Bundle passed to the method - and
restore the state when resuming (creating an instance again) - getting
stored info out of Bundle obje
Hi I am trying to use my ISP network but unfortunately I am unable to
configure the APN.
How to add a new APN manually?
Actually I am getting this error message when I use the android interface:
E/TelephonyProvider( 2116): Failed setting numeric 'null' to the
current operator
D/MobileDataStateTr
I was referring to android Home Screen code
please help ..
thanks
satish
On Mon, Apr 26, 2010 at 8:39 PM, TreKing wrote:
> On Sun, Apr 25, 2010 at 3:26 AM, satish bhoyar wrote:
>
>> I was thinking hw the size of the Workspace is defined.
>>
>
> What "Workspace" ? I personally have no idea w
Exactly what I thought. Thanks, Mark!
--
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...@goog
On Apr 26, 10:26 am, Peter wrote:
> Thanks for the suggestion.
> I probably shoud have mentioned this in my original post. Objects
> sometimes leave the screen, therefore they are party drawed outside
> the screen until they are removed. On 320x480 screens this isn't
> visible, but on bigger scr
1 - 100 of 207 matches
Mail list logo