This is a reply to:
http://groups.google.com/group/android-developers/browse_thread/thread/d66ff537b04ec9a8
(which is closed for replies).
I had the same issue when trying to develop an app that authenticates
with the Google Docs List API.
My AccountManager.blockingGetAuthToken(account, AUTH_TOKE
Hi, I noticed that when my app is onscreen and the device goes into
standby (black screen) and the device gets out of the standby the View
(layout) will be moved a couple of centimeter downwards so that the
last couple of centimeters of the View actually will "fall
offscreen".. The Activity itself
btw link to my StackOverflow discussion :
http://stackoverflow.com/questions/3931136/intent-filter-action-wont-work-in-androidmanifest
On 14 okt, 14:38, MobDev wrote:
> Hi,
> I have the following situation :
> An Activity (let's call it main) and a Service...
> The Activiy ge
Hi,
I have the following situation :
An Activity (let's call it main) and a Service...
The Activiy get's started right away, after which it couples to the
Service. I'd liek the Service to be able to send broadcasts so that my
Main (but other activities as well) can capture anything the Service
has
redeclare all used activities/services/whatever
into the "hosts"-project manifest, by referencing the package name of
the Project's Library components... Or do you mean something else with
"merge stuff" ?
On 5 okt, 17:43, Mark Murphy wrote:
> On Tue, Oct 5, 2010 a
y issue by simplyretrieving the versionCode (and
versionName) from the importing Project...
On 4 okt, 14:52, Mark Murphy wrote:
> On Mon, Oct 4, 2010 at 8:27 AM, MobDev wrote:
> > /edit : I posted this on stackoverflow as well and someone responded
> > with :
> > "As far as I know
r version. rev 3 (for 1.6) is needed. Use
> the SDK updater to get an update to the 1.6 SDK component.
> (seehttp://developer.android.com/sdk/adding-components.htmlfor more info)
>
> Xav
>
>
>
> On Fri, Oct 1, 2010 at 12:28 AM, MobDev wrote:
> > Hi,
> > I ha
Hi, I have created a Library Project which I import into another
project. In that Library Project at some point I retrieve it's
android:versionName To do that you need to supply the package name.
The problem arises when that code is executed when the Library Project
is included within another proje
Hi,
I have been trying to work with a Library Project, just like it's
mentioned in the documentation :
http://developer.android.com/guide/developing/eclipse-adt.html
I have created my Library Project as a Android 1.6 Project and now I
have been trying to reference to it out of my second project (a
Hi there,
I'd like to bring out an app in the near future, so I was wondering
how to support a couple of funcitonalities I have got used whilst
developing for J2ME and iPhone
- first the versioning. With J2ME (using NetBeans as IDE) I had the
option to auto-increment the softwwares version every t
yup,
that's kinda the way to do it, or otherwise have it send it's unique
id first time it gets started, could be towards your server or
otherwise (somewhat clumsier) an email to you directly.
On 20 aug, 05:45, TreKing wrote:
> On Thu, Aug 19, 2010 at 9:12 PM, Greg Siano wrote:
> > I was wonde
Hi,
I have made an app which I also would like to run on smaller screens,
so I have read the documentation regarding supporting multiple
screens.
I noticed though that I actually didn't need a completely new layout,
the only thing I needed were actually smaller images which are used
within the layo
Hi, I'd like to know how to do a HTTP GET request to a server from
which I know I will get redirected at least a couple of times... I'd
like to get the response (body) of the "last" webpage. It should come
up with a code in my specific example...
Or, as an alternative, I do know you can start the
hehe,
I do agree from the things I have read about it, but, with all due
respect, you make it sound like something that's not graspable for
humans or something impossible to determine... That would mean thet
the OS itself would have no clue whatsoever if it's running out of
memory or not (crashing
Hi there,
I have installed the 2.1 update on my HTC Hero yesterday, and happy as
a puppy I instaleld my streaming app... Just to discover that it won't
stream decently... It has to stream an mp3 stream and it works on my
ADP 1.6 device, on a Samsung Galaxy S test-device (with 2.1) and on
the 2.1 em
owh oke,that explains it somewhat.. Sorry it sounded kinda of
strange ;)
On 25 jun, 20:28, TreKing wrote:
> On Fri, Jun 25, 2010 at 12:49 PM, Nathan wrote:
> > Why would there be any downloads and ratings if "I immediately unpublished
> > it, so I shouldn't have any free users out there."
>
> He
Hi,
I have been using a ProgressDialog in it's horizontal form, exactly
like in this article :
http://mobiledeviceprogramming.blogspot.com/2010/01/showing-progress-bar-on-android.html
Now I was wondering how do I get rid of one of the two percentages ?
As in I have a percentage on the left side (a
Hi,
I have a Fulscreen Activity (by using android:theme="@android:style/
Theme.NoTitleBar.Fullscreen").
I noticed that when the device has gone into powersave mode (black
screen) or when I have used the Home Button, and I get back in my
Activity the whole Layout will have been moved downwards leavi
afaik you can directly feed that trsp url to the MediaPlayer class...
On 28 jun, 12:33, chas__123 wrote:
> Hi
>
> could someone say if android supports an RTSP stack? We've an RTSP
> server that we'd like to stream video to an android rtsp client if
> thats possible
>
> thanks in advance
--
You
You might want to re-read the post of Indicator, he actually tell you
which package you should use and even which method.. If those things
don't ring a bell you might want to start learning OOP first
(specifically Java) and the in a couple of months start programming
for the mobile platform...
On
that's somewhat it regarding advantages...
There is no device ALL the developers are using, I guess many are
using of the shelf devices... Personally I have a ADP2 in combination
with a off-the-shelf Htc Hero and since a couple of days a Samsung
Galaxy S...
No the ADP2 cannot has no 2.1 update, i
Well some ratings might obviously be based on the fact that the app is
free, so I guess that keeping them wouldn't be very fair ?
On 25 jun, 16:35, g1bb wrote:
> I don't assume that would keep my downloads and ratings intact, would
> it?
>
> Thanks again.
>
> On Jun 25, 8:21 am, Mohan Krishna
>
wrote:
> Hi MobDev,
> Thx a lot so it means I cant go with using Android developers phone
> 1 or Android Developers phone 2 and i have to use Droid/ Milestone rt?
> Thanks,
> Sagar
>
> On Jun 25, 3:00 pm, MobDev wrote:
>
> > well officially the ADP's should be a
Well,
are you calling it after you have binded ?
You are mentioning onCreate(), I just hope the code-sequence is the
right one, thus something like :
myServiceIntent = new Intent(this,service.class);
this.bindService(myServiceIntent, mConnection,
Context.BIND_AUTO_CREATE);
On 25 jun, 11:40, vinee
Listher() etc. methods.
>
> Indeed: most of your question will be answered by searching for the
> word 'streaming' in the Reference tab for the android.media package,
> class MediaPlayer.
>
> On Jun 24, 7:57 am, MobDev wrote:
>
> > Actually on this same group
I'm afraid you will have to do better in explaining your problem ? Or
is it a question ?
On 25 jun, 06:57, Raja Nagendra Kumar
wrote:
> Hi,
>
> Has any has success of pressing the redbutton of the dialpad, which is
> launched my their own application.
>
> We want to do press read button from Acti
well officially the ADP's should be able to install the newer versions
of Android OS...
Or at least, technically they are because they are rooted/bricked...
BUT, if you check out the HTC's developers site you will notice that
the downloadable OS versions don't go any higher than 1.6...
This means y
d (if it
exists) full of ebook versions :P
On 24 jun, 17:13, Mark Murphy wrote:
> Thanks for the vote of confidence!
>
>
>
> On Thu, Jun 24, 2010 at 11:06 AM, MobDev wrote:
> > you can buy a book,
> > and even though this might be wrongly interpreted as some kind of
you can buy a book,
and even though this might be wrongly interpreted as some kind of
publicity I'd like to advise you to buy Mark Murphy's books.
He has a beginners version and an advanced one, and in my opinion they
are very very understandable (I have read some very techincal Android
books as w
Actually on this same group there have been several reports of the new
2.2 Mediaplayer being a step backwards, as in many good-running apps
seem to break on Froyo...
Btw, might I ask how you stream aac directly from an url ?
On 23 jun, 04:51, kabson wrote:
> Hello all,
> I have developed a stre
afaik not ALL existing devices will get an update to Froyo, so yes I
guess there is still use for ACRA !
On 24 jun, 12:08, Tomáš Hubálek wrote:
> Nathan, I belive that homegrown (eg. ACRA -http://code.google.com/p/acra/)
> is must untl Froyo and newer become majority. Correct me if I'm wrong
> b
Actually,
in my specific case (HTC Hero with 1.5) the manufacturer (HTX) will
bring out an update to 2.1 but they have already stated that
everything has to backed up because it will whipe the whole system (as
in installed apps, db's etc)...
I can't remember exactly where I read that, it has been s
ok I have taken out the android:process=":remote" tag in my service
tag within the androidmanifest and now it calls the Logger just
fine...
On 23 jun, 14:15, MobDev wrote:
> "First, you debug a Service the same way you debug anything else. You
> set breakpoints in the
found in practice, but
> usually doing a clean of the project and rebuilding will resolve it --
> often by turning into case #1.
>
> Anyway, your main solution is to actually debug the problem. Step
> through a call to your logger and see what happens and what doesn't
> happen
Not sure about GridViews, I've used this for a ListView, but you might
want to look if the setTag() and getTag() methods are available for
the Gridview items, so yu can set (and get) a specific name/id/
description/whatever...
On 22 jun, 21:40, HJ wrote:
> I'm trying to find a way to store the na
unfortunately using the complete path didn't make any difference at
all :(
Reflection, afaik, are handy if some method's/api's are missing and
thus you can fall back on another implementation..
But I'm afraid in my case it would always fall back to the other
implementation, thus never using my Log
Guess you are using an ArrayAdapter ?
Or did you impelment your own Filter ?
If so don't forget to call notifyDataSetChanged()...
Also it might simply be selecting the first element of your "old"
list...
On 21 jun, 08:29, HeyYouThere wrote:
> Here goes:
>
> I have a very simple listview going on.
Actuall the LogCat doesn't show anything...
It's not like I am getting any errors/exceptions...
I have been using System.err.println in the Service, which print out
just fine in Logcat...
But, yes there is always a but :P, I don't want the service to "write"
to the System.err but to my Logger cla
Hi,
I am using a Service to play some music. In the same project I have
several Activity's but also some custom classes which are part of a
framework, so nothing graphical.
One of those (singleton) classes is a Logging class which send logs to
my server.
I noticed that even though I can call the cl
Btw, got this from documentation, concentrate on the last sentence :
"Every time there's new intent for a "standard" activity, a new
instance of the class is created to respond to that intent. Each
instance handles a single intent. Similarly, a new instance of a
"singleTop" activity may also be cre
Actually,
to me it sounds it's behaving correctly...
If Activity B is standard then it might be re-used, so it's not
obliged to create a new Instance...
Thats what happens in ur case, first time it get's created, then you
go to activity A, then when you ask for Activity B the "old" activity
B is re
Hi, I have an app which also includes a service with a Notification.
Right now I am experiencing the foillowing problem :
* I start my app which will work fine
* after couple of minutes the powersave kicks in and I get a black
screen
* I (or hte user) click the Menu-button to dismiss
This obviously is all true,
BUT why re-invent the wheel ? I mean if there is an implemented method
which should offer that functionality the most logical thing is to use
that one instead of writing your own methods.. Or did you guys also
rewrote all other API's as well ?
Why even supply ANY API's a
"Put the header outside the ListView. "
How do you even do that ? :D
Thought the addHeaderView(v) method was specifically for the
ListView ?
I guess you are saying that another View should be used and placed
within the same Layout where the ListView is in ? ASpecifically on top
of it ?
On 12 jun
Hi,
I have a page with two web links on them, to make it possible for the
user to click on and show the webpages those link to I used the
Linkify class...
It works like a charm, but I'd like to know when an user clicks on it,
for statistical reasons...
So is there any way I actually can "intercept"
so there is actually still no solution ?
We have a new and modern platform which cannot stream mp3's or aac
from the net ?
Well I guess we didn't move that far from j2me at all, this is still a
very frustrating MediaPlayer class...
On 19 mei, 00:25, rooster 808 wrote:
> here's a link to a file t
" It took several days (almost a week) for crackers
to decompile Screebl Pro and find a way to circumvent AAL. Typically
it takes about 90 secs from the time that we publish to the market for
the various warez sites to start tweeting the location of the
download."
I was wondering, after the first
() method I will simply scrap the
AsyncTask...
Also get your ass to the netherlands for some training sessions ;)
On 28 apr, 13:15, Mark Murphy wrote:
> MobDev wrote:
> > hhmm ok...
> > So I guess it should be possible for example to make my own class
> > extendingAsyncTaskand i
:D
On 27 apr, 18:00, Mark Murphy wrote:
> MobDev wrote:
> > Hi,
> > I am using an AsyncTask to start out a sequence of events to retrieve
> > data from the net, parse this data and then write it to the
> > Database...
> > I have divided my code into several modules,
Hi,
I am using an AsyncTask to start out a sequence of events to retrieve
data from the net, parse this data and then write it to the
Database...
I have divided my code into several modules, one for networking
operations (which is used for retrieving the data), one for xml-
parsing, and one for DB
entThread().getId()'
>
> On Mar 22, 10:04 am, MobDev wrote:
>
> > Hi,
> > I'd like to retrieve the Thread Priority of one or more Activity's...
> > To do so I have found the Process.getThreadPriority() method, but as
> > an argument you have to sup
Do you mean a screen transition Animation ?
On 20 apr, 09:17, Maxood wrote:
> How can i make a dynamic flipping screen(like that of iPhone) in
> Android
>
> I am parsing data through the web service. I want the flipping
> horizontally rather than vertically. Here is a tutorial where
> ViewFlipper
hhmm,
isn't this kinda of topic-hijacking ?
It's somewhat off-topic and even the subject of discussion has been
changed completely...
On 16 apr, 00:23, "Emre A. Yavuz" wrote:
> Does anybody know where to find a good tutorial on wlan.ko module and
> tiwlan.ini configuration file ? What do they do
well you cannot improve a low strength signal I'm afraid...
So I guess the general guideline would be to tell the user the signal
is weak which might result in a less smooth user experience...
On 10 apr, 04:36, antiTalented wrote:
> Hello,
>
> I am developing an app that is in constant communicat
well an option is just to create your standard webpage (taking into
account it's for mobile devices, which possibly means changing design/
resolution), and just open up the browser inside your app...
something like :
WebView web = (WebView) findViewById(R.id.webView);
web.getSettings().set
well most of the time buffering is just part of streaming...
it's there so that a user will get a more seamless playback of the
video/audio...
The flipside is that it starts a little later because it has to buffer
beforehand, and when it has enough data to play a specific amount of
time seamlessly
Lead the development of at least 2 successfully shipped Android
applications
you know most Android apps are made by very very little companies (2-3
employees) or by one man companies ?
Mostly because a big team, which needs a project-manager/leader, is
too expensive in comparison to the revenues..
I am just making a wild guess here, and I hope more experience people
will support or deny it (Mark, are you awake yet ? ;) ) but this might
be a good scenario for a Service ?
On 6 apr, 16:21, jfbaro wrote:
> Hi,
>
> I am working on a simple application (studying purposes) which list
> all the fi
hehe,
thats one answer I should give to my boss when he comes with his n-th
ingenious plan which implies years of work :P
On 13 apr, 15:31, Mark Murphy wrote:
> Ajay wrote:
> > Thanks for a super quick reply!!
>
> > I doubt if I could use a ListView because it has to scroll
> > horizontally as w
My idea would be to use asynctask...
In tthis specific case you can do some lengthy task (for example in
another Thread) and in the menatime show a progress bar...
On 13 apr, 13:20, "Sasikumar.S" wrote:
> Hi ,
>
> - In my application i'm loading 40 images in background from web.
> - At the
hhmm,
are you sure they are getting a layer-id if they are not specified as
layers ?
I have no experience in that but I see that those already have a R-id
and you are trying to use that same id as a layer-id ?
On 12 apr, 15:48, Alok Kulkarni wrote:
> Hi guys
> I have a Style declared as follows
Sure you can look out for a cheaper option, but you specifically asked
for other places to buy a testing device outside of the market...
So I guess the options would be to buy a second hand device, paying
the going second hand price...
If that is too much for you then I simply guess thats also the
> addAlbumDB();
> > for(i = 0 i <3000 ; i++)
> > addArtistDB();
> > for(i = 0 i <2000 ; i++)
> > addSongDB();
> > try {
> > db.setTransactionSuccessful();
> > } finally {
> > db.endTransaction();
>
>
hen i have
> private SQLiteDatabase db;
> This db object is used to perform insert operations.
> Thanks,
> Alok.
> // ---opens the database---
>
> public void open() throws SQLException {
> db = DBHelper.getWritableDatabase();
> }
>
> On Mon, Apr
do you have some code specifically showing the sequence and the
syntax ?
AAfaik a transaction SHOULD make it faster accroding to this
documentation :
http://web.utk.edu/~jplyon/sqlite/SQLite_optimization_FAQ.html#transactions
On 12 apr, 12:32, Alok Kulkarni wrote:
> I have started the transactio
Thought you actually could according to this article I read couple of
weeks ago :
http://www.ibm.com/developerworks/opensource/library/x-android/index.html#N1029E
Says you can use the XmlSerializer object for that ?
On 12 apr, 14:34, Mark Murphy wrote:
> Anthoni wrote:
> > Hi raqz,
>
> > I saw y
Well depends on what you mean with "in market"...
Are you referring to the ADP's ?
Otherwise you might want to look for a second-hand device in your
country ? Via ebay or something similar...
On 12 apr, 11:35, Nubh wrote:
> hey
> how to buy a phone for testing applications, can anyone suggest. Ot
HTC got a page for developers on which they also have some versions of
the Android OS... On that same page a whole procedure is explained
regarding the flashing of those Android OS versions... It might be
helpfull in your case ?
For example : http://developer.htc.com/google-io-device.html
On 6 ap
Thanks,
that did the job beautifully !!!
This one should be added to the FAQ or something like that :D
On 6 apr, 13:59, Lance Nanek wrote:
> http://developer.android.com/reference/android/os/Build.VERSION.html
>
> On Apr 6, 5:35 am, MobDev wrote:
>
> > Hi,
> > I a
Hi,
I am trying to retrieve the Android OS Version (like 1.5 or 1.6 or
2.1) and I am using this code :
TelephonyManager mTelephonyMgr =
(TelephonyManager)getSystemService(TELEPHONY_SERVICE);
String softwareVer = mTelephonyMgr.getDeviceSoftwareVersion();
When I try this on a ADP2 (Google Ion with
Hi.
I ahve been trying to send a http POST message towards my server, I
have been using this code :
HttpClient httpclient = new DefaultHttpClient();
HttpPost httppost = new HttpPost(sUrl);
// Add your data
List nameValuePairs = new
ArrayList(1);
String userAgent = Management.getInstance().getUser
Hi there,
I was wodnerign if there is any way to retrieve an MP3 tag through the
MediaPlayer, just like in J2ME ?
Or if there is some kind of other Interface or class for that ?
Thanks in advance !
--
You received this message because you are subscribed to the Google
Groups "Android Developers" g
mostly it's also based on experience and knowledge of the developer...
As in a Junior programmer (< 2 years experience) will be asking less
than a Medior or Senior programmer..
Also I guess you could first determine how complex of an architecture
(if any) should be implemented, and how modulare/exp
Well obviously not all J2SE functionality (and thus libraries) are
compatible...
You could have a look in the Reference (http://developer.android.com/
intl/fr/reference/packages.html) which of those classes (the one you
were mentioning like JPanel tec) are available..
If those aren't then I'd simpl
Hi,
I'd like to retrieve the Thread Priority of one or more Activity's...
To do so I have found the Process.getThreadPriority() method, but as
an argument you have to supply the Thread's ID... That's not that bad
because in the end I also needed to have that, only I can't seem to
find a method for
>
> >http://www.flurry.com/
>
> > I am incorporating it into my app now. I have not launched my app yet but I
> > seems like what we need.
>
> > It's has capabilities to report exceptions and events in your app that you
> > want to track among other things.
hehe,
another music app developer here, with no decent streaming app
possibilities :(
It's nice to have a MediaPlayer which streams MP3, but thats way way
too limited..
I want it to be compatible with AAC to begin with (because of the
bandwidth), and I definitely would want more control (and maybe
Hi,
for my application I would like to be able to incorporate some good
Logging capabilities...
I would also like to use the networiking capabilitites for two
purposes :
- first I should be able to send a Logging Level from my server to my
client (Android app)... So the Logging Level should be adju
Well if you are guessing it might be a complete rewrite you might want
to try the emulator first ?
Just make your software and test it thorough the several emulator-
configurations ?
That might save you money (and time, you can get ahead right away) at
the beginning and it might buy you a couple of
hhmm,
any idea if there will be some low level support through NDK for
MediaPlayer or any more direct about audio-buffers and codecs ?
Anyways, good work ! It's good to see there is still a good amount of
progression !
On 9 mrt, 03:17, Mario Zechner wrote:
> Awesome! OpenGL ES 2.0 support in the
Hi,
I'd like to create a own Android Library, as in a JAR file with
specific functionality which I can later re-use in future projects...
This Library will also include basic Archtiecture components...
Now I was wondering what type of Project should I be using for this in
Eclipse ?
Should it be a s
I was just curious, for those 29 who asked a refund will hou just
refund the app-price or will you refund 4 GBP per single app ?
Thanks in advance
On 28 feb, 10:26, Al Sutton wrote:
> We put Purchase Checking in at AndAppStore for exactly this kind of
> reason (http://andappstore.com/AndroidAppli
Hi,
I am logging within my app through Log.d() calls, now I was wondering
though :
- if there is a Log (as in a file) being created whilst using these
calls ?
- if there is a way, and if so how, to retrieve this File/information
so that I could (for example) send it to my server ?
Thanks in advance
te Service entities that do exactly
the same...
On 23 feb, 11:44, MobDev wrote:
> actually I had a question regarding this...
> I made a service which plays an MP3, so it uses a single instance (in
> the whole service) of MediaPlayer..
> Still I noticed (by mistake because the Service did
actually I had a question regarding this...
I made a service which plays an MP3, so it uses a single instance (in
the whole service) of MediaPlayer..
Still I noticed (by mistake because the Service didn't get closed
while exiting my main Activity) that the Service obviously kept
running, but when I
Hi,
I have implemented a Menu within an Activity, but I'd like this Menu
to exist throughout my whole application...
How can thsi be achieved ? Should I be placing the
public boolean onCreateOptionsMenu(Menu menu)
method within every single Activity or is there some way to "share"
the menu ?
Than
well,
thats a good thing especially in my situation :D
Now my next most prioritized question, can I communicate with a
Service ?
Are there some kind of interfaces for that ?
Btw, you are a fast responder Mark ;)
Thanks for your interest and time :D
On 11 feb, 17:11, "Mark Murphy" wrote:
> > I'd l
Hi,
I'd like to know if it's possible to create a Singelton Service
throughout an application ?
Let's say I'd like to cerate a Service to play some mp3... I'd like it
to be a Singleton, we don't want two mp3 tracks playing through each
other (well maybe some would want that, but in my case I'm not
aha !
look at that ! thanks a lot for the answer it helped me out :D
I have to say that It's all pretty confusing,
you got your Java class, your XML layout, your activity, your Intent,
your Context, your bundles etc...
Inter-object communication isn't very easy (or at least not as
transparant as in
"Call getStringArrayExtra() on the Intent in the receiving Activity
to get it back. "
I have no Intent in the receiving Activity ? Or is that the Bundle
which comes with public void onCreate(Bundle savedInstanceState) ?
On 11 feb, 13:46, "Mark Murphy" wrote:
> > Anyways, I'd like for the first A
Hi,
I have an app which makes use of several layout-views...Every layout-
view also got a class for it, which extend the Activity class...
One class for example retrieves some database values whilst offering a
search form to the user... Afterwards the user can select one of
those values and he get
oki I soved this myself :P
Had to place my images and resources under the drawable-mdpi folder...
when I created the project for some reason the IDE itself created and
placed nearly everything under the drawable-hdpi folder...
On 11 feb, 10:16, MobDev wrote:
> Hi,
> I have been developin
Hi,
I have been developing on a ADP2 (Google Ion) with a "standard" screen
size (with a resolution of 320x480)...
Our designer made some pretty neat Images with which to create the
GUI, and when placing everything within the layout XML files it looks
pretty good... That is, on the Eclipse renderer,
On 10 feb, 13:43, kavitha wrote:
> Thanks Mark Murphy,
>
> Suppose i play online FM for one hour and want to listen again from start(
> ie music played before half an hour),,then i need to store all music in a
> stream and should be able to seek back to that point and start playing at
> that poi
well maybe out of security reasons ? mostly because of the fact that
the used server already reads out POST requests instead of GET...
hhmm, I guess that with httpClient I cannot use the uber-simple code I
am using at the moment :P for parsing that is :D
On 9 feb, 17:45, Frank Weiss wrote:
> Why
owh mostly for being more memory efficient ? :D
I have tried with the AsyncTask, which seemed like a great option for
me (especially being able to do an updateProgress) but unfortunately
my situation is somewhat more complex :(
In my situation I have a main class (with the main UI Thread
obviously
hhmm oke,
I was hoping in something more POST-like instead of GET-like :D
Is that possible ?
On 9 feb, 17:22, Frank Weiss wrote:
> Simple. Add query parameter to the URL.
> Example:http://myserver.com/someXMLScript?IME=A7G
--
You received this message because you are subscribed to the Google
G
Hi,
I have been using this code to parse some XML data from a specific
server :
URL url = new URL("http://myserver.com/someXMLScript";);
URLConnection conn = url.openConnection();
InputStream is = conn.getInputStream();
Xml.parse(is, Xml.Encoding.ISO_8859_1, new Exampl
Hi Mark,
first of all thanks for your answer :D
I come from a J2ME background in which I had the same problem, i.e I
need to have a always-existent database interface and a always-
existent xml-parser which (in J2ME) I placed in a singleton Thread, so
that they could be paused when needed and they
Hi,
I'd like to create some sort of Thread which can be accessed by my
main program..
Specifically I'd like two classes, both with their own thread, one for
parsing XML data and one for doing database operations, without
actually interfering with the main UI-thread (slowdowns for
example)...
I was
1 - 100 of 113 matches
Mail list logo