How to use a local file which is a database
Hi all, I'm a greenhand on android. I analysis some data into a database, and I need to use it in my application. I can't create the database in my applicaiton because it will cost a long time. so I need to push it in. I heard that the database can be put in to asset folder, but it doesn't effect. I did find the database, but it is only an empty
Informacja: 2009-04-30
Czytaj: How to use a local file which is a database
Re: Scroller widget in a WebView
i have the same quesiton,help needed
Informacja: 2009-04-30
Czytaj: Re: Scroller widget in a WebView
Re: Android-SDK-1.5-Win-32: network connection beyond firewall
Hello, Mallikarjuna There's many of solution. (insert http_proxy into settings.db, use - http-proxy option etc...) But change the APN is the best practice I've tested. 1. run emulator (either v1.1 or v1.5 OK) 2. go to Settings - Wireless controls - Mobile networks - Access Point Names 3. Choose any APN on list
Informacja: 2009-04-30
Czytaj: Re: Android-SDK-1.5-Win-32: network connection beyond firewall
Weird bug when saving picture to file system!?
I am developing a photoshop application for the G1 where you can apply different filters to your pictures stored in the pictures folder. So I use a gallery and a cursor to select the picture I want to manipulate, copy the picture to a bitmap so I can perform some filter operations and afterwards save the new bitmap as a new file to the phone. So I
Informacja: 2009-04-30
Czytaj: Weird bug when saving picture to file system!?
Searching maps
Hi, I am writing an application (on v1.0) that needs to search Google maps for the nearest facility to my current location e.g. what are the nearest bike shops. Can anyone give advice on how to do this? I looked at googlenav.Search but this has been deprecated for some reason. I did look at the Qype APIs but gave up early as these were difficult to
Informacja: 2009-04-30
Czytaj: Searching maps
Re: Problem with giving the SDK path in eclipse for SDK 1.5 pre in windows
provider path till android-sdk-windows-1.5_pre\ Cheers Pete
Informacja: 2009-04-30
Czytaj: Re: Problem with giving the SDK path in eclipse for SDK 1.5 pre in windows
HELP!! GPS wont stop even after I removed listeners or exited app
I am pulling my hair out. Please help My app have 1 view, on chekbox it starts gps and on onother check it stops gps to get current location. I have private listener class to listen to location changes. onLocationUpdate it updates couple of static variables. I am explicitly removing the listener but I am still getting updates
Informacja: 2009-04-30
Czytaj: HELP!! GPS wont stop even after I removed listeners or exited app
Problem with extends TabActivity
Hello! I have problem with extends TabActivity. My code is: import android.widget.TabHost; import android.content.Intent; import android.app.TabActivity; import android.app.Activity; import android.os.Bundle; public class MyProgram extends TabActivity { /** Called when the activity is first created. */
Informacja: 2009-04-30
Czytaj: Problem with extends TabActivity
Android's HttpClient problem with authentication
Recently I am trying to write an Android application which can login to del.icio.us and use provided api by them. I found the following strange problem: + I use the following code which is very common : CredentialsProvider credentialsProvider = httpClient .getCredentialsProvider(); if (credentialsProvider != null) {
Informacja: 2009-04-30
Czytaj: Android's HttpClient problem with authentication
Re: [android-developers] Cupcake's bug ? Caused by: android.content.res.Resources
So the root cause is back in your XML code: Caused by: android.content.res.Resources $NotFoundException: Resource is not a Drawable (color or path): TypedValue{t=0x2/d=0x1010059 a=-1} Are you setting an android:background or android:src to something that isn't a @drawable? j --
Informacja: 2009-04-30
Czytaj: Re: [android-developers] Cupcake's bug ? Caused by: android.content.res.Resources
Instrumentation for Dialog's and alike
I've seen a few posts with no answer. Consider this scenario: I use Android's InstrumentationTestCase to run functional testing through a complex application with many activities and services running. Most of it works well, but if I invoke a menu item through the instrumentation that creates a dialog - the only way I can access that
Informacja: 2009-04-30
Czytaj: Instrumentation for Dialog's and alike
How to run android widget example in emulator
Hi, Can you please tell me how can I deploy the widget example to my emulator? [link] Thank you.
Informacja: 2009-04-30
Czytaj: How to run android widget example in emulator
Re: [android-developers] Re: MediaPlayer State
In this context: process state is "meaningful" to me if its exposed in a form that I can reason about competently. I would find it easier to reason about the state of the media player as exposed by the type of API I described above than that exposed by the API at present. This is obviously a 'self-centric' definition - I would struggle to define
Informacja: 2009-04-30
Czytaj: Re: [android-developers] Re: MediaPlayer State
Tap Outside Listener for Dialog
Hi all, I was wondering if anyone knew of an event listener that receives "tap outside" events, that is, taps that happen outside the widget's physical boundaries, and could this listener be assigned to a dialog box (or for that matter, any visual window). Here's what the code MIGHT look like to construct a Dialog with this functionality:
Informacja: 2009-04-30
Czytaj: Tap Outside Listener for Dialog
Re: [android-developers] Re: Trouble migrating apps to 1.5
Hi, thanks for the response - fixed it in the meanwhile. Apparently it was something of this sort, i just tried adb kill-server and everything worked like a charm :) -- Teo (a.k.a. Teominator a.k.a. Teodor Filimon) site [link] | blog [link] GMT +2
Informacja: 2009-04-30
Czytaj: Re: [android-developers] Re: Trouble migrating apps to 1.5