about
these devices?
Ed
--
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to android-developers+unsubscr...@googlegroups.com.
To post to this group, sen
Hi is there any "good" Walkthrought I could use to help me get this setup.
New to Android Studio (and Java) Have spent hours trying and googleing ???
any advice would be appriceated
--
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To uns
igor:
Absolutely. I know there are quad-core machines out there but the logic
behind the answer is still the same. I'm not even sure Android supports
Java7. The current F/J framework is designed for massive memory processing
of DAG structures. What possible use is that on a phone?
e
27;re looking to split work into multiple threads, then there are
products to do just that. I wrote this article and the software it
expounds: Managing Threads in
Android<http://coopsoft.com/ar/AndroidArticle.html>
Ed
On Tuesday, July 2, 2013 6:00:35 PM UTC-4, Ratamovic wrote:
>
>
Do your connection in a separate thread or AsyncTask. You can time the
thread and ignore it if it takes too long. Now you'll be getting into
thread control which really is a whole other subject.
On Friday, October 5, 2012 7:39:55 PM UTC-4, saex wrote:
>
> i have a thread that is connecting to a
As Nathan said -- but if you do need to separate you work into components
and let each run independently then try out this product Managing Threads
in Android <http://coopsoft.com/ar/AndroidArticle.html>
Ed
--
You received this message because you are subscribed to the Google
Groups &q
FWIW I've tried using ksoap2 with wcf and it works until you get to
complex classes and then it falls over on the namespaces. The best bet
(if you can) is enable JSON on WCF and use GSON.
Cheers,
Ed
On Mar 19, 4:03 am, "g...@deanblakely.com"
wrote:
> I'm trying to s
This open source project supports a general purpose multi-threading
service:
http://coopsoft.com/ar/AndroidArticle.html
Ed
On Jan 31, 10:21 am, TreKing wrote:
> On Tue, Jan 31, 2012 at 9:10 AM, ColletJb wrote:
> > How could I handle the progress updates with a separated service ?
>
Fps2D does not show any change when you turn on or off the setting on
a GN.
On Jan 16, 11:09 pm, Zsolt Vasvari wrote:
> Holy macaroni
>
> What a thread.
>
> Let's take an anology:
>
> First vehicle: A bicycle. You can go reasonably fast with it by the
> power of a single human.
> Second vehic
How do I determine the current users mobile (not wifi) connection speed? I
know how to receive the speed link of the wifi connection (myWifiInfo.
getLinkSpeed());), but not the mobile connection. Thanks, any help is
appreciated!
--
-Ed Murphy
contact.edmur...@gmail.com
--
You received this
I have ran into an anomaly with my android phone. I have added
several mp3 and wav files to the /res/raw folder and verify the R.java
is updated correctly. The problem is that for one mp3 file I get
different behavior between the phone and the emulator.
Given this code
MediaPlayer mpPop = MediaP
I will throw my 2 cents into this discussion keeping in mind I am a
newbie android developer.
I was able to successfully use serialization to pass an object to and
return from another activity.
I hope this helps...
//this main activity will pass the gameParams (of type public class
GameOptionParam
ou started in the right direction.
Cheers,
Ed
--
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
et that internal memory and SD memory are different so one may
have room while the other doesn't.
Cheers,
Ed
--
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.c
Take a look at this article and the open source project it mentions.
http://coopsoft.com/ar/AndroidArticle.html
You can create the Tymeac service with thread pools and do anything
you want
Ed
On Aug 30, 12:30 pm, usher wrote:
> AsyncTask is managing a thread pool with 5 core thread. Once
I'm using the NDK with Eclipse Indigo and I want to access some OpenGL
methods from C++ so I included GLES/gl.h.
I can compile the C++ code fine from within Eclipse, however Eclipse
insists that the OpenGL functions cannot be resolved. I opened GLES/
gl.h in Eclipse and noticed that declarations o
: Managing Threads in Android
http://coopsoft.com/ar/AndroidArticle.html
Ed Harned
--
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 g
you have this twice:
http://groups.google.com/group/android-developers?hl=en
Ahh yeah - forgot about our friend RemoteView :(
On Jun 24, 9:05 am, Mark Murphy wrote:
> On Thu, Jun 23, 2011 at 6:28 PM, Ed wrote:
> > Can you have a custom view inside the widget that is fill_parent and
> > do what you need to do in the onDraw?
>
> No. You cannot hav
o see how
often it fires.
Interested to hear/see your solution to this problem as it's likely to
be one that I will face when I get around to it.
Ed
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, s
Ok, I've entered a bug report. See/vote for:
http://code.google.com/p/android/issues/detail?id=17029 . Thanks.
On May 19, 2:46 pm, Shane Isbell wrote:
> I've run into this on occasion, I surrounded it with a general Exception
> catch to handle this, which seemed to have no side affects for my
> a
There's probably using FragmentTransaction.setTransition() or
setCustomAnimations().
On May 19, 12:14 pm, Scythe wrote:
> I'd like to achieve similar fragment behaviour as in the Honeycomb
> Gmail app. So I have three fragment next to each other: A, B and C.
> Initially, A and B is displayed, and
While writing an app that uses Fragments and tabs on the Action Bar I
ran into a crash. I went back to the API Demos sample and can make the
same crash happen there. Start the program in the emulator and select
App > Action Bar > Action Bar Tabs. Click "Toggle tab mode" then "Add
new tab" twice, th
Do you think this compatibility library could be used for more than
just fragments?
For example, action bars, touch event changes, and so on? It would be
nice to cut down on the use of reflection and version checks when new
APIs are added that you'd like to use but still want to run on older
versi
Sometimes I have to edit something innocuous in the xml file and in
a .java file and save it (with build automatically set) to get a clean
build. Project > Clean usually works but when it doesn't, the modify-
and-save trick usually works. Changing the Android build target
temporarily might jostle s
As far as I can tell, those "DEBUG/SntpClient" messages are printed by
a part of the system not related to your program. Just ignore them.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-develope
Dianne said Android 3.0 would be level "11 in the final API" (http://
groups.google.com/group/android-developers/msg/dbe54b1e41663284) but I
was reading too much into that. It seems clear now it might be 11, or
12, or some other integer in that ballpark. We'll see when it comes
out.
Dianne also sa
The phone and tablet source trees have diverged temporarily but it's
expected that the "I" version of Android will bring them back
together. The version number hasn't been decided - it might become 3.1
or 3.5 or something else - just not 3.0.
So when somebody says "Honeycomb is just for tablets an
This may not be related to the hang, but 387K freed and a pause of
46ms in garbage collection sounds like a lot. If you can cut out some
of your larger memory allocations and deallocations it might help.
Avoiding memory allocs will help your frame rate too.
On Feb 16, 11:07 am, Bill Tschumy wrot
Android 3.0 to
provide some room to grow. If there are not going to be any more 2.x
releases then it won't matter.
On Feb 9, 1:25 pm, Xavier Ducrohet wrote:
> I'm not commenting on rumors, but Android 2.3.3 (API *10*) is out as an SDK.
>
> Xav
>
>
>
>
>
>
>
&
ame
> > UI, etc? I personally hope so, the 3.0 UI looks fantastic.
>
> > On Mon, Feb 7, 2011 at 5:17 PM, Mark Murphy wrote:
>
> >> My initial reaction was that it was an homage to Spinal Tap.
>
> >> On Mon, Feb 7, 2011 at 7:47 PM, Ed Burnette
> >> wr
11? Does that mean the next 2.x release will be API level 10 and that
there will only be one more 2.x release with API changes? Or am I
reading too much into it? I was wondering how that numbering hiccup
was going to be handled.
On Feb 7, 3:01 am, Dianne Hackborn wrote:
> I don't know why it says
They could have a wrapper class that detects and uses the 3.0 API if
it's there, and otherwise does some fall back behavior that looks good
on older versions.
On Feb 3, 6:20 pm, Streets Of Boston wrote:
> I read this on android-developers.blogspot.com, from
> Dianna:http://android-developers.blo
Hit youtube. There's heaps of good tutorials/presentations on there
ranging from hello world to Romain Guy's List View lectures.
Ed
On Oct 8, 5:31 am, Mike karl wrote:
> Looking for some teaching on a simple calculator app please send rates to
> mike.d.k...@gmail.com should
category or things that don't fall into any.
It's a huge challenge to come up with a solution that is good for
users and developers alike. A challenge that is probably in capable
hands with Google.
Ed
On Sep 11, 11:04 am, Dianne Hackborn wrote:
> On Fri, Sep 10, 2010 at 2:33 PM, Doug
Hi Mark,
It sounds similar to the weirdness I noticed in the post below. Maybe
try using the code from my second comment and see if that helps.
http://groups.google.com/group/android-developers/browse_thread/thread/761504bde4573d3e/4a68b54298dd4418#4a68b54298dd4418
Ed
On Sep 9, 1:03 am, Mark
Instead of View.INVISIBLE try View.GONE.
Invisible = "This view is invisible, but it still takes up space for
layout purposes."
http://developer.android.com/reference/android/view/View.html
Also in your scroll view layout try setting
android:fillViewport="true" on the scroll
ain mutable.
> You have to check whether the Bitmap you get is mutable. Bitmaps
> loaded from resources are never mutable, you must create a mutable
> copy first (see the Bitmap.create/copy documentation.)
>
>
>
>
>
> On Mon, Aug 30, 2010 at 12:53 AM, Ed wrote:
>
Ok... so I was bored so
Uses spreadsheet.xml which contains a LinearLayout with the id
layout_spreadsheet. There are some tweaks that could be made like
making the top left cell outside the left scroll but I'm sure you can
figure that out. Allowing for dynamic sized cols/rows might be an
inter
se the different dpi graphics as appropriate rather than
scaling at runtime or implementing my own dpi image selector. Is this
a known limitation? If so is there documentation about it?
Cheers,
Ed
--
You received this message because you are subscribed to the Google
Groups "Android Deve
M6wVEO70
Once you've done all that come up with a plan for handling a queue of
requests (I used a PriorityQueue so I can fast track important
images), caching images, returning the images to the caller...etc...
Lots of fun to be had.
Ed
On Aug 28, 10:44 am, Dianne Hackborn wrote:
> Thi
Please see:
http://groups.google.com/group/android-developers/browse_thread/thread/d25a94dc3b92cd84/b4bbf23336c44341#b4bbf23336c44341
On Aug 14, 2:39 am, "Tommy" wrote:
> Hi everyone,
>
> I have a strange issue. I am using KSOAP2 to create a soap request
> to a .net webservice. I do this in a
Your best option is to try a higher compression rate on your mp3s.
Most people are not going to listen to it through studio quality
headphones, but rather through a crappy 1cm wide speaker on the back
of the phone.
Android also supports Ogg Vorbis, AMR-NB, and AMR-WB which might work
better than m
ave helped the situation.
One final thing to check, if you're using Eclipse, is in "Run
Configurations" where you can set a limited network speed for testing.
It's easy to limit it to test something and then forget to remove the
limit later.
Ed
On Aug 4, 10:58 pm, Martins Stre
ty.class));
6. run it and hopefully it will work.
Cheers,
Ed
On Aug 3, 5:47 am, Bob Kerns wrote:
> Also -- have you tried using the debugger to debug your problem?
>
> It doesn't sound like it. Had you done this basic step, I think:
>
> 1) You might have found the solution to
able image = Drawable.createFromStream(is,"src");
use the Drawable as you see fit.
NB: this is a blocking request and ideally should not be executed on
the UI thread. If you're just mucking around with ideas then blocking
the UI thread probably isn't a concern though.
Ed
On Jul 31,
.
I have considered writing a generic reusable solution to this very
problem but I think the subset of language components for both views
and code would be hard to define for unknown applications.
Ed
On Aug 1, 10:26 pm, "{ Devdroid }" wrote:
> On 30 July 2010 11:49, prateek tul
to help this is the KSoap2 toString() once KSoap2
has parsed the XML response.
Ed
On Jul 31, 9:28 am, beacon wrote:
> Hello Frank,
>
> This is what I am doing on the client side
>
> SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME);
> request.
pp requires and if you are doing cross platform testing.
Ed
On Jul 31, 2:01 pm, Neeraj Sinha wrote:
> Hi All,
>
> I am so new in android developement. I am facing a problem regarding
> AVD. Whenever i am trying to run my program it does take a lot of time
> to start AVD emula
ge is the key.
This might help -
http://code.google.com/p/android-pinch/source/browse/trunk/src/com/nikkoaiello/mobile/android/WebImageView.java?r=7
Also try some housekeeping things like closing any streams.
Ed
On Jul 30, 12:42 am, Sohan badaya wrote:
> Hi All,
>
> I wrote a applica
ld be reusable across projects.
Cheers,
Ed
--
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
and
It doesn't appear to be the conversion. It's the (long) value being
returned that is way off. With the Date() function, I'm getting back Jan 29
12013. The time is off by two minutes, but I can't tell if that is just the
time of the last valid fix, a random number that happens to be close to the
well.
envelope.addMapping(request.getNamespace(), "MyRequestClass",
MyRequestClass.class);
No doubt I'll have move questions as soon as I have more time to work
on the app.
Ed
On Jun 8, 11:15 am, Ed wrote:
> Hi All,
>
> I believe I'm having the same problem as Rahul.
>
> Basi
rom a flash UI. The difference
between the working flash call and the failing KSoap2 call is the
tag from KSoap is and .Net is
refusing to parse this.
Please note that I cannot change the webservice in anyway. The
solution to this problem has to be via a change to the Android app.
Cheers,
Ed
On
rame rates observed from 0 to 100:
http://www.appbrain.com/app/com.edburnette.fps2d
. It runs on all versions of Android from 1.5 and up.
--Ed Burnette
Author, "Hello, Android!"
pragprog.com/titles/eband3
--
You received this message because you are subscribed to the Google
Groups "Andr
Please read and vote for this bug:
http://code.google.com/p/android/issues/detail?id=6297
And also see some commentary about it on my blog here:
http://blogs.zdnet.com/Burnette/?p=1747
--Ed
Editor, Planet Android -- http://www.planetandroid.com
--
You received this message because you
Please read and vote for this bug:
http://code.google.com/p/android/issues/detail?id=6297
And also see some commentary about it on my blog here:
http://blogs.zdnet.com/Burnette/?p=1747
--Ed
Editor, Planet Android -- http://www.planetandroid.com
--
You received this message because you
I have an app with an activity and a service. The service schedules a
function to run using timer.scheduleAtFixedRate. When the timer task
runs, I want to update some TextView objects in the Activity's UI, so
that the user knows that the service has run, and the last thing it
did.
So in the timer
I submitted a handful of different issues for enhancement to the
buglist (Items 4919-4924).
I think these are reasonable issues and not too difficult to do. I
would even take a stab, but it is not obvious to me yet how to grab
the applications package and get running. Is there a separate
applic
Did you mean ?
On Sep 9, 12:37 pm, Dianne Hackborn wrote:
> You'd do android:targetSdkVersion="4" /> and then configure the rest of the manifest
> as desired.
>
>
>
> On Wed, Sep 9, 2009 at 2:12 AM, Al Sutton wrote:
>
> > Dianne,
>
> > In the blog post can you cover how to produce one app whic
". The 1.5 version of the OpenGL example at
http://www.pragprog.com/titles/eband/source_code exhibits this issue,
but I hate to put in hacks for short-term problems because they cloud
the examples and may be inefficient or even stop working in the
future.
Thanks,
--Ed
On Aug 21, 4:58 pm, Ed Burne
I have opened Issue 3623 for this problem.
http://code.google.com/p/android/issues/detail?id=3623
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to androi
7;t run into the bug, if that's what it is.
--Ed Burnette
Author of "Hello, Android" -- http://pragprog.com/titles/eband
On Jul 28, 9:02 pm, Michael Angel wrote:
> I've run into a very strange problem regardingOpenGLtextureoutputs,
> which only occurs when the app
Hello,
I have an activity which is launched to process a file which is
downloaded from a website. The site requires a login and maintains
the session via cookies. The activity has an intent filter defined
and it is started but I do not understand how it can get the document
that was origin
phone call, and extended the subsequent
timeouts to default instead of medium (15 seconds). This makes calling
phone menus MUCH easier.
Thanks again,
--Ed
On Jul 25, 6:02 pm, Dianne Hackborn wrote:
> Hi, this should probably be posted in android-platform, since I think we are
> outsi
under the Vendor folder in the source (i.e., T-
Mobile, etc).
Am I off base? Should Phone.apk be able to work on our HTC dream
phones without additional modifications?
Thanks very much for your help,
--Ed
--~--~-~--~~~---~--~~
You received this message becau
On Jul 24, 6:01 am, Kaj Bjurman wrote:
> Crackers don't think about if a program is expensive or not. They only
> want to get known for their talents, and they crack all popular
> applications, even if they are almost for free. So all popular
> applications get cracked, regardless of price, and
Hi,
I am trying to change the default screen time out for phone calls. I
have looked through PhoneApp.java and see that there are calls to
PowerManager and LocalPowerManager, which are located in the
frameworks. Unfortunately, I am only able to find references to
default durations, for example:
In fact, using the pirating site listed previously as an example, here
is what I found for each cell phone platform:
Symbian OS9: 39 pages of apps, 24 pages of games
Symbian OS6-8: 41 pages of apps, 34 pages of games
Nokia S40: 9 pages total of apps and games
PocketPC/Palm: 19 pages of apps, 7
devices, Android pirate sites are less appealing and
less likely to pop up. (As opposed to iPhone, for example.) This makes
tracking of piracy a bit easier, and perhaps enforcement as well.
On Jul 23, 8:16 am, Zsolt Váradi wrote:
> On Thu, Jul 23, 2009 at 3:07 PM, Ed wrote:
>
> > Is
act a developer's potential profits. The solution to go "free with
ads" is a good one, and using something like a prebuilt solution at
the andapp store is great too. Think too much about it, and you WILL
have lost time and money.
--Ed
--~--~-~--~~~---~--~---
://blogs.zdnet.com/Burnette/?p=1133
http://developer.android.com/guide/appendix/media-formats.html
http://en.wikipedia.org/wiki/AMR-NB
--
Ed Burnette, @eburnette on twitter, Dev Connection on ZDNet
"Hello, Android", http://pragprog.com/titles/eband -- now updated for
1.5 Cupcake
Planet And
I think he meant:
http://mobilebytes.wordpress.com
with an "r".
On Jun 1, 9:13 pm, Mark Murphy wrote:
> Fred Grott(shareme) wrote:
> > The link to the project pages can be found at the MobileBytes blog
> > under the FOSS page:
>
> >http://mobilebytes.wordpess.com
>
> Um...
>
> I get a "Wel
Here's a progress report: 57% of the poll respondents said lower the
price so I cut it temporarily from $2.99 to $0.99 (1/3rd the
original). In the short time since then, sales increased (2x), but not
enough to make up for the price difference. See
http://blogs.zdnet.com/Burnette/?p=824
.
In eco
? Reduce the price on the paid one? Add some more
features? These are questions that every Android developer will face.
Please have a look, add your vote for the best approach, and share
your experiences in marketing your own apps in the talkback section.
Thanks,
-- Ed Burnette
Author, "Hello, An
would have to first pay for it, and then
they'd have 24 hours to decide whether or not to keep it.
-- Ed Burnette
"Hello, Android: Introducing Google's Mobile Development Platform" -
now available
http://www.pragprog.com/titles/eband/hello-android
On Feb 19, 8:42 am, jarkm
n if you try to seek back on
the stream. Is this correct, or is there something else going on?
Thanks,
Ed
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this gro
of it. Any ideas?
Thanks,
--Ed
--~--~-~--~~~---~--~~
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
Wish I'd known that, although it was pretty cheap to get a second sim
from AT&T that shares minutes from my iPhone plan. The main gotcha is
that I needed to enter the ASN info into the G1 myself for it to
connect to the data network, it didn't just work.
--~--~-~--~~~
Mine arrived on Thursday, ordered last Saturday
--~--~-~--~~~---~--~~
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
You could use the browser to access sites like http://www.showipaddress.com/
On Dec 1, 12:18 pm, Andrea <[EMAIL PROTECTED]> wrote:
> Yes, the ip address that the dhcp server of a wifi net assigns to my
> device.
>
> Xavier Mathews wrote:
> > IP Address?
>
> > Xavier A. Mathews
> > Student/Browser
Those look nice; are the .svg versions available for use as examples/
templates?
On Nov 4, 8:50 am, Peli <[EMAIL PROTECTED]> wrote:
> We've created our "Android" icons using Inkscape.http://www.inkscape.org/
>
> Have a look at some icons here:http://www.openintents.org/en/
> for OI Flashlight, OI
Dear Mark,
Thanks for your message. Are you saying that when you install
LunarLander on your G1 device, you can steer left and right using the
trackball? Because it sure doesn't work for me, or other G1 users in
my office. Please try it out and let me know.
Thanks,
--Ed
On Oct 27, 9:
Hi,
I had the same problem with the Lunar Lander application. Someone on
this group told me that the D-Pad events are supposed to be handled by
the trackball, but this is definitely not happening. Please post if
you get a solution. I have been trying to find an applicable code
snippet for trackba
nts if
> nobody handles the trackball events themselves. This of course means
> very quick down and up dpad events for each trackball movement, so if
> you are depending on someone holding a button down it won't work.
>
> You can watch trackball events yourself with View.onTrackb
return true;
// up -> pause
} else if (keyCode == KeyEvent.KEYCODE_DPAD_UP) {
pause();
return true;
On Oct 24, 10:13 am, Ed <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I just installed the sa
Hi all,
I just installed the sample Lunar Lander app on my G1, only to
discover that the inputs that worked on the emulator's D-Pad (left and
right), no longer work. Is there a code snippet somewhere that can
switch my apps that were developed with the D-Pad in mind to the
scroll wheel thingie?
I apologize for posting this topic, it keeps coming up and the
solution is to use the USB debugging method. Please delete.
On Oct 24, 9:38 am, Ed <[EMAIL PROTECTED]> wrote:
> Thanks in advance to any Android demigods that can help me with this.
>
> I wrote a small app, exported it
Thanks in advance to any Android demigods that can help me with this.
I wrote a small app, exported it as an APK, and put it on my website
so I could install it. It says it installed correctly, but now I can't
see the app on my phone.
Note the following:
1. The app runs fine on the emulator.
2.
+1 to a zip file version, perhaps updated nightly or weekly. I know we
can use the web interface to look at one file at a time, but it would
be nice to be able to read it all from a Windows machine.
On Oct 21, 4:59 pm, whitehexagon <[EMAIL PROTECTED]> wrote:
> Great news!! Is it also available a
oying them.
IMHO Google did the developer community a disservice by not allowing
for paid apps from day one. A lot of the developer energy on iPhone
comes from dreams of "riches" made in the App Store. If at all
possible, please get paid apps in place by this December at the
latest.
--Ed
"
I see the doc has been changed to say "Windows (32-bit only)". I tried
it on a Win32 (XP) machine and it worked fine. Any tips on how to port
the driver to Win64?
On Oct 22, 4:20 pm, Ed Burnette <[EMAIL PROTECTED]> wrote:
> It's not working for me. The device driver
It's not working for me. The device driver won't install, and I get
this error from Vista64:
Description:
Windows detected a new device attached to your computer, but could
not find the driver software it needs to make the device usable. Each
device manufacturer typically includes driver softwa
A quick search
didn't turn up one.
Thanks,
--Ed
On Aug 19, 11:09 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
> It seems windows sdk is missing tools/sqlite3 which will be fixed in the
> next release. For the time being if you use Linux, you will find
> tools/sqlit
Try the BrowserView example from
http://www.pragprog.com/titles/eband/source_code
and see if that works for you. If it does, then compare it against
what you're doing in your layout file, your manifest, and your
Activity class.
--
Ed Burnette
http://www.pragprog.com/titles/eband/hello-an
s, only two chapters are
> publicly available...
>
> Peli
>
> On May 1, 3:11 pm, Ed Burnette <[EMAIL PROTECTED]> wrote:
>
> > I hope you'll excuse this bit of self-promotion, but after months of
> > work I'm excited to announce that my newbook, "
#x27;t seem to find it
> there.
>
> On May 1, 6:11 am, Ed Burnette <[EMAIL PROTECTED]> wrote:
>
> > I hope you'll excuse this bit of self-promotion, but after months of
> > work I'm excited to announce that my newbook, "Hello, Android:
> > Introduci
problems using our bug tracker (click Errata from the home page), and
share your suggestions and ideas in the dedicated book forum (click
Discussions).
Special thanks go out to all the folks on Android developer forums.
Without the great advice and information I received here, the book
would not hav
Yup, I figured it out after reading this blog post:
http://craigbbaker.com/2008/01/03/android-on-smack/
On Apr 14, 8:42 am, Hielko <[EMAIL PROTECTED]> wrote:
> This is certainly possible, you just have to use the proper xml
> message to the phone.
>
> On Mar 13, 7:35 pm, viktor <[EMAIL PROTEC
Was any solution to this issue found? Ran into the same issue...
Ed
--~--~-~--~~~---~--~~
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@google
1 - 100 of 101 matches
Mail list logo