Android :: Using SDK1.0 And Trying To Load Google Map
May 28, 2009
I am using android SDK1.0 and trying to load google map. I am able to browse maps.google.com site from android emulator so I feel internet may not be the problem. I also have obtained the Map API key as mentioned in the the document.
My AndroidManifest.xml file looks like this:
CODE:................
Java Codes:
CODE:.........................
View 2 Replies
Apr 10, 2010
My program was going wonderfully. It is a search engine that connects to our back end database by sending Get requests to our server and displays the results. I've managed to get it to query my server and back end database, return results using JSON, return the first headers and pour them into a ListView widget in the main activity. Then when the user clicks on one of the headers it then sends another query from a sub-activity. It then parse those results and format them neatly into a WebView embedded into the sub-activity.
All this works perfectly. That is until I come to make a second query on the main activity. Listed below is my stack trace of where the error happens. I think I know why this is happening, but obviously not clearly understanding it.
I think it is because I am trying to call AsyncTask again. I remember reading that the AT can only be called once, but I presumed quite wrongly that this meant you can not do concurrent calls. I thought that once an AT had done it's task it was cleared and then could be called again, but this does not seem to be the case. Is it because of AT attempts at more than one call ? If so, would I be better changing that section into a Handler with a Runnable on the main activity?
-----Stack Trace----
CODE:.....................
View 3 Replies
View Related
May 7, 2009
I'm writing a software and using GPS simulator on SDK1.5 I use an AVD device by command : android create avd --target 2 --name AVD_15 My problem is when i change location up to the third times, my program can not receive this change. I do not understand but I can be sure that my program worked well on SDK 1.1 Do you know what happens in SDK1.5?
View 3 Replies
View Related
May 2, 2009
app widget problem(sdk1.5)
CODE:......................
View 3 Replies
View Related
Apr 2, 2009
I found that Google Maps didn't exist in Android 1.0 release version. So I tried to put Maps.apk/GoogleApps.apk/Street.apk into /system/app but it didn't run. So I'd like to kown if Maps.apk from SDK 1.0 can run on Android 1.0 ? What modification should I do?
View 2 Replies
View Related
Feb 13, 2009
Problem about the new AlertDialog of sdk1.1_r1
View 3 Replies
View Related
Sep 23, 2009
Am creating the Android application in that application i created one DB and querying the db values , its working fine. but i need to know where the SQLITE Db is stored in my system.
View 3 Replies
View Related
Apr 1, 2010
I need to use google analytics tracking for my app and it says that it is supported with versions 1.6 and higher.
But my app runs on versions 1.5 and higher and right now it does not have an issue when I add the tracking code to my manifest.
CODE;...........................
View 2 Replies
View Related
Oct 13, 2009
Is it now possible mit sdk1.6 the audio decoder to access/use without using MediaPlayer ?
I saw : New version of OpenCore
Android 1.6 includes the updated OpenCore 2 media engine, which has:
* Support for OpenMAX encoders* Support for additional audio codecs in AuthorEngine* Improved buffering model supports shared buffers allocated in the decoder. but dont know how!
View 3 Replies
View Related
Oct 14, 2009
I'm using sdk1.1, there is no setInputType in InputMethodManager.
View 3 Replies
View Related
Mar 15, 2010
Is there a way in Android to load KML files from Google Earth into a map widget?
Specifically I am looking to load saved shapes created in Google Earth overtop a map widget as easily as possible. Has anybody ever tried this before?
View 2 Replies
View Related
Jun 15, 2010
Anyone else having problems with the Google Maps App on the EVO? Whenever I try to view my location, zoom in or out, or drag the map around, all I get is the white pixilated screen. Sometimes it will load, sometimes it won't. Sometimes it takes over 3 minutes to load. I don't understand because I've checked my 3G connection and it's strong - I'm assuming the phone connects to the internet to download the maps. I used to have a Hero and it wasn't this slow.
View 4 Replies
View Related
Jan 19, 2010
This has been posted under the sprint htc hero forum, however i know there are much more people posting here that can help with this problem. Maps works fine, but when I open the app a pop up shows "unable to load the url", its pretty annoying. How can I get rid of this....clearing the cache and defaults did nothing.
View 2 Replies
View Related
Jan 10, 2010
Every time I open Google Maps, a little pop-up window says "Unable to load the URL" The program works fine, it's just kind of annoying. Does anyone else experience this? Is there a known solution? I cleared the cache and data and force-stopped the ap, but it still happens. For what it's worth, the same exact thing happened on my Moment (well, on the Moment Google Maps didn't work at all due to the POS GPS)
View 4 Replies
View Related
Jun 29, 2010
I don't use it and it's always running unless I remember to shut it off. Is there any way to disable auto load?
View 5 Replies
View Related
Jan 20, 2010
Title stated, Google search, Google home search, etc. Wont load(blank screen after progress bar fills.) What have I done now.
View 5 Replies
View Related
Oct 22, 2010
I have been assigned the task to use an android tablet to run a single app in an enterprise setting. Ideally, when one switches on the tablet this app should be loaded perhaps during startup and the user need not step out of this app. The app logic itself is rather easy but I am wondering if it is at all possible to load a single app during load and not allowing the user to step out of it.
View 2 Replies
View Related
Aug 5, 2010
I'm currently developing an app for Android which uses google map service. Because users will be able to see thousands of markers I would like to load only those which are currently within the map bounds (i.e. when user look at specific map tile). I know how to do it with javascript/html. However, Android doesn't seem to provide any similar methods such as containsLatLng(latlng) or getBounds (I only found getLatitudeSpan and getLongitudeSpan, but don't know how can I use them in order to achieve the similar effect). Can anyone give me some hint on that?
View 4 Replies
View Related
Sep 4, 2010
Is it possible to load a layout XML at runtime and load into activity?
In my app, I have various types of data like Person, Company, City, etc; The requirement is to dynamically load the layout, find views by tags (property names like Person.name, Person.address) and then fill in data. For example, if user has selected an object of type Company, we want to load a company.xml layout, inflate it and then associate various properties (company name, company slogan, city, address, revenue) to tagged views. One possibility I see here is - each view in the layout will be associated with property-name as tag and then appropriate data will be loaded in appropriate views.
What should be the best design you would recommend?
View 1 Replies
View Related
Sep 20, 2010
Something strange about my map. it doesn't load at specific location. The map view has a custom overlay where i draw some path on it. can some advise me what is wrong? below is the logcat: Code...
View 8 Replies
View Related
Oct 28, 2009
I write some JNI files for my application, and it works smoothly at Android 1.5, and Android 1.6. However, my application not work on Android 2.0 emulator, because my SO file can't be loaded, no matter I put it to data/data/<my package>/ lib, or /system/lib Why I got those message at Android 2.0 emulator? How to fix this issue?
View 2 Replies
View Related
Jun 11, 2010
Below code not working in my system. Code...
View 8 Replies
View Related
May 11, 2009
I am trying to load a pdf file on a webview but it doesn't seem to work. i am wondering if pdf formate is supported for webview or not? If not then which file format would be suitable for ebook app contains images as well?
View 4 Replies
View Related
May 5, 2010
Well, I'm trying to follow the tutorial from http://rapidandroid.org/wiki/Graphing. But I found a problem just in the first part of it. I'll describe the problem here, I just cannot understand how this could be wrong, it's pretty simple stuff. What am I doing wrong here? First I created a xml file called statistics.xml, in it among other things I put this code...
The problem arises here, as I seem to be getting null for wv whenever I test for it. Which means of course that findViewById(R.id.webview) couldn't find the view. But again, what am I doing wrong? Of course I know I could also instantiate the webview directly from code without the need to specify it from the xml, but I was just wondering what was wrong about this way of doing it. Just in case I also added the following line in my android manifest file.
View 1 Replies
View Related
Jun 8, 2010
I'm having problems with this. If I go to an SWF directly in the browser, it works fine. If I attempt to use loadUrl on an SWF file it stays blank and loads nothing.
View 1 Replies
View Related
Apr 24, 2010
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. don't seem to do anything. Tried creating a new project altogether with different names for the activity, etc. and running that, still nothing.
View 2 Replies
View Related
Aug 28, 2009
Does someone know when application are loaded into RAM?
I think I have do differentiate between home applications / "built-in" applications like the phone application and application that are not needed immediately after boot-up.
So are these different types of applications loaded into RAM at boot- up or when they are first activated or when the first service is requested (e.g. an incoming phone call)?
View 4 Replies
View Related
Nov 8, 2010
I'm developing an Android app for which we will be selling separate content in the Android Market. Since Android lacks an in-app purchasing model as iOS has, I have come to understand that this is the ideal way of selling additional content (but NOT functionality) for Android apps.
So the question is, how do I actually load raw resources from other Android apps, assuming that I know the exact name of the resource, app ID, etc.?
View 1 Replies
View Related
Mar 18, 2010
For example i have an image's url: http://java.sogeti.nl/JavaBlog/wp content/uploads/2009/04/android_icon_256.png
I want to load this link image into my imageview in my project.how?
View 1 Replies
View Related
Dec 8, 2009
Is anyone else having problems getting the market to load? I have not been able to get in there at all today, last download was Google Goggles and that is pretty cool. May have to uninstall to see if it caused some kind of issue.
View 4 Replies
View Related