[android-developers] Turning on sync in Android emulator

2010-09-21 Thread GodfatherofSoul
I'm already running a Google APIs level 8 virtual device and I see the Google account option. I've also been able to successfully create an account and log in. But, the account shows up under the account manager as "Sync is OFF." How do I make the Google account a synced account? -- You receiv

[android-developers] How to market a map overlay?

2010-09-21 Thread cellurl
I want to market an overlay for Android Maps. It will provide the "speed limit". My map will have to query the internet for updates pretty heavily as one travels. Q: Should I just use the "Maps external Library" thing? http://code.google.com/android/add-ons/google-apis/maps-overview.html or Q:

[android-developers] Opportuniy as Android Developer in Warren NJ

2010-09-21 Thread seenu
Hi Everybody, Hope you are doing well. One of our direct clients is looking for an Android Developer in Warren, NJ. It's a 6+ month contract position If you are interested in this position please reply this mail by attaching your latest resume including your contact details. Hoping for good thi

[android-developers] Re: Nokia inviting Developers to become an Ovi store publisher.

2010-09-21 Thread SheikhAman
I don't think Nokia is interested in Android. all they want you to come in for is Meego. On Sep 21, 2:25 pm, Kumar Bibek wrote: > Definitely a SPAM... > > On Sep 20, 8:23 pm, TreKing wrote: > > > On Mon, Sep 20, 2010 at 2:27 AM, James Baker > > wrote: > > > > If u are a developer nd dream it bi

[android-developers] Is animated-rotate available for developers?

2010-09-21 Thread gunnarlium
Hi! In \android-sdk-windows\platforms\android-8\data\res\drawable \progress_large.xml, the following code is used: http://schemas.android.com/apk/res/ android" android:drawable="@drawable/spinner_black_76" android:pivotX="50%" android:pivotY="50%" android:framesCount="12" andr

[android-developers] Re: Video Streaming in Android Emulator Possible ?.

2010-09-21 Thread SheikhAman
It is possible to stream videos through media player, but that requires you to have the absolute URI to the video file on the network. when this URI is provided to the player, it streams it, and plays it. however, in the case of You Tube, you don't have the URL pointing directly to a media file. i

[android-developers] Re: Video Streaming in Android Emulator Possible ?.

2010-09-21 Thread SheikhAman
and regarding android emulator, If your system specs are quite hi-fi, then the video will be played on emulator, else it will be played on device, as video streaming and playing are memory eating processes. On Sep 21, 1:46 pm, Ajmer singh wrote: > I want to stream a video from Network Like From y

[android-developers] Re: JSON Parsing Error

2010-09-21 Thread DanH
> Unable to resolve superclass of Lnet/sf/json/JSONException; This suggests that the JSON parser never even loaded. Presumably there's something wrong with its configuration. On Sep 19, 9:45 pm, Sachin wrote: > Hi everyone, > > I'm hitting a wall on this one. I'm trying to parse a JSON file and

Re: [android-developers] Using Eclipse - can it get faster?

2010-09-21 Thread james pruett
Eclipse used to make my laptop shutdown from overheating. I had to have a fan running under it! Then the other day, in eclipse a window popped up in the bottom right corner asking if I would like to upgrade 2 items. (I don't recall what they were...) I clicked yes and did the updates. Now, my eclip

[android-developers] Re: Speeding up builds on large projects - rename "png" to "PNG"

2010-09-21 Thread MB
Thanks for the tip!! On Sep 16, 4:32 pm, David Brackeen wrote: > I ran into a problem of slow builds and thought I'd share the > solution. > > I'm porting an iPhone app to Android, and as soon as I added the > images to the project (400+ pngs), build time went from about 5 > seconds to about 40 s

[android-developers] overriding Home button

2010-09-21 Thread ferar
greetings, We are trying to produce a custom communication product that is based on android 2.2 source tree. This product has only one physical button (will be assigned as Home). Is there a way to override the functionality of this Home button so it can pop-up three button activity that simulates t

Re: [android-developers] Client server app and wifi

2010-09-21 Thread Kostya Vasilyev
Sure, that's possible - as long as the server is accessible from the client. The easiest case is that both phones are connected to the same Wifi router. If the server is behind any NATs (looking from the client's side), the client won't be able to get a connection. -- Kostya 21.09.2010 10:

[android-developers] Re: HTTP POST

2010-09-21 Thread Hotouch
if you are testing this on your emulator then you have to change localserver to your ip because emulator is it self a localserver. open your cmd and write "ipconfig/all" tp get your system ip and then place your ip instead of localhost and it should work this time :) Thanks On Sep 21, 10:11 pm,

[android-developers] Re: How can I track down a crash in a .so without a stack trace?

2010-09-21 Thread fadden
On Sep 21, 6:56 am, Leigh McRae wrote: >   Thank you all for the very detailed responses.  The game is all Java > and the .so isn't mine so I would have to have the source for the driver > I am guessing.  Also I can't get it to crash on my Milestone or the > simulator.  Simulator doesn't even run

[android-developers] Android application Session timeout

2010-09-21 Thread AUandroid
Hi guys , 1) I am trying to have a session time out feature in my application. I want to display the login screen after a time out period. I searched around for pointers for this problem and it seems like the preferred way is to start and stop timers at onREsume and onPause(), and start the l

[android-developers] Re: How to market a map overlay?

2010-09-21 Thread AUandroid
Jim, I dont think you can change the default google maps app on the device. You need to use the google maps api's. You also need to get a google maps key for you app -vk On Sep 21, 9:39 am, cellurl wrote: > I want to market an overlay for Android Maps. > It will provide the "speed limit". > > M

[android-developers] Re: I need complete code of "http and php for file upload" from android to php server please help me!!!

2010-09-21 Thread Hotouch
Kumar, I am testing code and there is and error. i am attaching my android and php server script with logcat. please take a look where i am doing wrong. Android Code: File file = new File("sdcard/F1.txt"); try { HttpClient client = new DefaultHttpClient();

[android-developers] Re: How much money do you make?

2010-09-21 Thread JonFHancock
On an average day, I make $70 to $100 on one paid app. If I get a blog post, it jumps up above $200 for a few days. The first time Droid Life posted about it, I made $700. A high-ish profile mention in a forum will pull in an extra $20 - $40. My app is in its 3rd month, and serves a niche mark

Re: [android-developers] Re: How to market a map overlay?

2010-09-21 Thread james pruett
vk, thanks for that In the emulator, when I click on Maps->Menu->Layers->MoreLayers->MyMaps-> It says, "signing in", failed. Q1: Can I create that kind of "My Map" and put it on the Market? Q2: Why is my login failing? I have a web map. I just want to put it on the Market somehow... http://www.wi

Re: [android-developers] Re: How much money do you make?

2010-09-21 Thread Agus
@JonFHancock Is that amount generated from ads or paid? If from ads i want to know the average #impressions and %clickthroughrate per month if you don't mind ? On Tue, Sep 21, 2010 at 11:50 AM, JonFHancock wrote: > On an average day, I make $70 to $100 on one paid app.  If I get a > blog post,  i

[android-developers] lower-level audio / streaming API?

2010-09-21 Thread John Michael Zorko
Hello, all ... I'm an iPhone dev learning Android, and one thing I want to do is play audio from a network stream. While it appears that the Android MediaPlayer class can play an AAC / MP3 stream from a URL, I think I need to go lower than that. For instance, when the connection drops, I want

[android-developers] ContextWrapper.openOrCreateDatabase() throws NullPointerException

2010-09-21 Thread Peter
Hi list, I am trying to develop an application which shall use an SQLiteDatabase to store some objects. I went through several tutorials and also took a look at the notepad example code in the android code section. I always get one and a same exception of which I can't figure out why it happens.

[android-developers] Re: Best Practice for selling app in non-Market approved countries?

2010-09-21 Thread Adn
-- My 2 cents on hardening the process: Blocking piracy by binding the license (email) to a single device (serial no) seems indeed a good way to me. Also: - blocking "pay once, run everywhere": your server has to check license +serial is actually used only by a *single* user (throttling/daily lim

[android-developers] Re: How much money do you make?

2010-09-21 Thread Brion Emde
BPTracker v1.2.5 Applications: Health (2) Comments 51 total 30 active installs (58%) $1.00 Errors Published BPTracker Free v1.2.5 Applications: Health (18) Comments 3388 total 1042 active installs (30%) Free Errors Published On Sep 21, 3:06 pm, Agus wrote: > @JonFHancock > Is that amount genera

[android-developers] Re: How much money do you make?

2010-09-21 Thread Brion Emde
BPTracker v1.2.5 Applications: Health (2) Comments 51 total 30 active installs (58%) $1.00 Errors Published BPTracker Free v1.2.5 Applications: Health (18) Comments 3388 total 1042 active installs (30%) Free Errors Published -- You received this message because you are subscribed to the Google

[android-developers] Re: HTTP POST

2010-09-21 Thread John Gaby
Thanks for the reply. I have tried using the IP address of the host machine like this: String urlServer = "http://192.168.1.101:3571/mycmd.aspx? command=test"; but when I do that, my program times out on the 'connection.getOutputStream' call. I am also not sure I see how this would work anyway,

[android-developers] Re: Exception while connecting to unternet

2010-09-21 Thread Kumar Bibek
What URL are you accessing? That URL might be refusing connections. Look at the logcat for more details. -Kumar Bibek http://techdroid.kbeanie.com On Sep 21, 5:50 pm, kampy wrote: > i am a newbie to android.when i was connecting throuh > urlConnection,its raising socket exception as permisssion

[android-developers] Re: HTTP POST

2010-09-21 Thread Kumar Bibek
Check if your server is responding or not. You should probably look at the "Network Space Address" on this page. http://developer.android.com/guide/developing/tools/emulator.html -Kumar Bibek http://techdroid.kbeanie.com On Sep 22, 12:18 am, John Gaby wrote: > Thanks for the reply.  I have trie

[android-developers] Re: HTTP POST

2010-09-21 Thread Chris Stratton
The following address from the emulator docs might be what you want: >10.0.2.2 Special alias to your host loopback interface (i.e., 127.0.0.1 >on your development machine) Test it in the emulator's android browser before worrying about your code On Sep 21, 3:18 pm, John Gaby wrote: > Tha

[android-developers] Re: overriding Home button

2010-09-21 Thread Bret Foreman
This group is for application development and I think you want the platform development group. -- 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

[android-developers] Re: HTTP POST

2010-09-21 Thread Kumar Bibek
You said, that you cannot open the local server from the browser Surely, a problem with the server I suspect. -Kumar Bibek http://techdroid.kbeanie.com On Sep 22, 12:18 am, John Gaby wrote: > Thanks for the reply.  I have tried using the IP address of the host > machine like this: > > String

[android-developers] I don't understand the layout weight. Why does my layout look so strange?

2010-09-21 Thread Martin
Hi! Here is my layout: http://www.digle.de/friends/options.png Here is the source: http://www.digle.de/friends/options.txt I want to put a linearlayout in the center of a tablelayout with three tablelayout-rows. The first one has the weight 2, the second one 3 and the third one 1. So the linearl

[android-developers] Re: appbucket: all apps for $9.99 per year, are we just going to watch?

2010-09-21 Thread mot12
AppBucket comment gone from my app too at this moment. Maybe he's taking a day off since he has to resubmit every day. -- 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

[android-developers] Re: horizontal scrolling in GridView control

2010-09-21 Thread nextgen
Count me in as another who has this problem. It's a real disappointment that this cannot be done. But, it seems clear you can't do it. So does anyone have any elegant work-arounds yet? I want to create a grid of 17 columns and 32 rows (an NFL Schedule grid). I was hoping to do it with a GridVi

[android-developers] Re: HTTP POST

2010-09-21 Thread John Gaby
I checked out the link you provided and found that I needed to use the IP address 10.0.2.2 to access the host's loopback interface. I changed my request to us that IP and it works like a champ. Thanks much! On Sep 21, 12:28 pm, Kumar Bibek wrote: > Check if your server is responding or not. > >

Re: [android-developers] EndLess ListView

2010-09-21 Thread TreKing
On Mon, Sep 20, 2010 at 5:08 AM, dinesh wrote: > how to solve this problem. I think you should clarify what you're asking. I know I'm not sure what you're trying to do based on what you posted. - Tr

[android-developers] Re: appbucket: all apps for $9.99 per year, are we just going to watch?

2010-09-21 Thread mot12
A Whois search shows these name servers: Domain Name: APPBUCKET.NET Name Server: NS.PRQ.SE Name Server: NS2.PRQ.SE Researching the name servers leads to: Server Name: NS.PRQ.SE Registrar: KEY-SYSTEMS GMBH Whois Server: whois.rrpproxy.net Referral URL: http://www.key-systems.ne

[android-developers] Re: horizontal scrolling in GridView control

2010-09-21 Thread Bret Foreman
It seems like a TableLayout inside of a ScrollView would do this. Or am I missing something? -- 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

[android-developers] Re: Best Practice for selling app in non-Market approved countries?

2010-09-21 Thread Adam Hammer
The way I've been looking to do it is to have a addon market. My app is free and 100% full featured, but extra art/assets need a license. If you aren't selling software then you aren't violating the non- compete. As far as features go I make sure it's feature complete even in the market version so

Re: [android-developers] how to start a "stop" activity

2010-09-21 Thread TreKing
On Tue, Sep 21, 2010 at 4:08 AM, Paddy Yao wrote: > 1. press home key to stop my AP (activity change to stop , not destroy ) > > 2. use "CountDownTimer" for sleep 3 secs , when timer finish use > sendBroadcast() to call my BroadcastReceiver > > 3. finally , BroadcastReceiver use intent to st

[android-developers] Re: OpenGL lockups in 2.2

2010-09-21 Thread Robert Green
And it was happening reliably before? On Sep 21, 12:48 pm, timedilation wrote: > I haven't seen any freeze since making that change (I am only testing > this on the HTC Desire running 2.2) > > On Sep 21, 1:32 pm, Robert Green wrote: > > > > > So after finishing with glFinish(), you haven't seen

[android-developers] Re: how to start a "stop" activity

2010-09-21 Thread Bret Foreman
I was in a relationship like this once... "You want to make it such that when a user explicitly navigates away from your app, it pops right back up 3 seconds later?" -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

[android-developers] Where has maps.jar gone to? Can't find in basic SDK install

2010-09-21 Thread pawpaw17
I'm configuring a new machine for Android development - following the basic steps. When I brought my app over I get compile failures the google maps stuff. On my older machine, the maps.jar file is in the "add-ons" sudirectory fo the sdk, but I can't find it in the most recent versions of the sdks.

[android-developers] Re: Live video streaming

2010-09-21 Thread Indicator Veritatis
The first question is: do you need to just send the file, or do you need to send it in streaming mode? There is also "progressive download' (see http://dowire.org/wiki/Streaming_vs_Progressive_Download). Sending it in streaming mode is harder. That is why protocols like RTSP are defined. See http:

[android-developers] Re: Unparsed aapt error

2010-09-21 Thread Indicator Veritatis
Eclipse and APT have much bigger problems than this one... On Sep 21, 4:52 am, kiki wrote: > hey thanx a lott...helped me out too... > but really!.. what a terrible bug in eclipse!!! > > On Sep 14, 11:58 pm, Ranhiru wrote:> Phew! Just saved a > few hours of my time... You are a life saver! :D >

Re: [android-developers] Need help in display message which can display telephone number as a hyperlink

2010-09-21 Thread TreKing
On Mon, Sep 20, 2010 at 10:09 AM, Tarun S wrote: > Can anyone please tell me where exactly the text is been written in > Message View? > What is "Message View"? > On clicking this items it should launch appropriate event. > If anyone touches a telephone number it should launch the dialer or

[android-developers] Re: Best Practice for selling app in non-Market approved countries?

2010-09-21 Thread Indicator Veritatis
I love to remind people: there ARE alternatives to Google's Android Market. My favorite two alternatives are http://slideme.org and http://www.getjar.com. Check out their terms and see if you like them. I particularly like that Getjar does promotion for you, even on carrier/premium channels. I hav

[android-developers] Re: OpenGL lockups in 2.2

2010-09-21 Thread timedilation
It was happening between 1 - 45 minutes into the app. Every single time. Maybe this is not a permanent fix and maybe it has just reduced the frequency of freezings. But as I mentioned before, so far I have not seen a single freeze since I made that change 2 days ago. On Sep 21, 4:05 pm, Robert G

Re: [android-developers] Application don't want to close

2010-09-21 Thread TreKing
On Tue, Sep 21, 2010 at 4:36 AM, Laurent Lugon wrote: > When I close my app, > What do you mean "close" the app? > all the activities are destroyed but my app still locked in my main thread > in: Object.wait(long,int) line : not available [native method] > Locked on what? Is the UI completely

[android-developers] Re: 1-star Market weirdness

2010-09-21 Thread mah
I have an app with only 8 ratings, at 4 stars overall. One of the ratings was a 1 star rating, and it included a comment that states my app would be better if some feature it doesn't claim to support was supported, but it's a good app. Let me rephrase that: it's a good app, but it doesn't support

[android-developers] ExpandableListView

2010-09-21 Thread dashman
i added the childDivider attribute. but when any group is expanded - it paints the background of all the top-level groups in this childDivider color also. doesn't make sense. any help - i just want to change the childDivider color. -- You received this message because you are subscribed to

[android-developers] Re: How much money do you make?

2010-09-21 Thread Indicator Veritatis
Not only is it "private and personal", but one wise and cynical financial advisor once told me something I'll never forget: never believe somebody's claims about how much money he makes until you see his 1040 form yourself -- especially the Schedule C. Of course, she was speaking in an American co

[android-developers] Re: adb usb connection problems between Ubuntu 10.04 and Zenithink zt-180

2010-09-21 Thread Indicator Veritatis
I have a similar problem, so my experience may be relevant. Then again, it may not. But it is worth a try. I am running not on Ubuntu, but on Fedora. And when I first establish the connection, I often don't see the device, but get the row of question marks you describe. Usually, but not always, I

Re: [android-developers] Replacing native calendar

2010-09-21 Thread TreKing
On Tue, Sep 21, 2010 at 3:23 AM, pn wrote: > Is it possible to replace native calendar with you own created software? > Sure. > How it is done? > Modify the firmware. - TreKing

[android-developers] Re: Cant get helloWorld Loaded on AVD

2010-09-21 Thread Indicator Veritatis
Without further information, it -looks- like you simply exited the emulator too soon. You should have seen a message about sending an Intent to HelloAndroid to launch the Application itself. But the last line you show is still installing the APK file. Or did you conceal the very lines we need to se

[android-developers] Re: Client server app and wifi

2010-09-21 Thread Indicator Veritatis
Of course it is possible. It is possible to sit on a hedgehog, too;) But neither is necessarily advisable. Neither is very comfortable. The problem I expect you will encounter in using one phone as a server for another is that the carrier network really is not optimized for that kind of traffic: t

Re: [android-developers] How to market a map overlay?

2010-09-21 Thread TreKing
On Tue, Sep 21, 2010 at 9:39 AM, cellurl wrote: > Q: Should I just use the "Maps external Library" thing? > http://code.google.com/android/add-ons/google-apis/maps-overview.html > Probably. > Q: Can I somehow make it an option in the normal google-map system that > everyone has on their phone?

Re: [android-developers] Run applications without qemu

2010-09-21 Thread TreKing
On Mon, Sep 20, 2010 at 6:14 PM, Gonsolo wrote: > Is it possible to develop/test/run applications without the slow emulator > based on qemu? > Get a device? - TreKing

[android-developers] Re: ExpandableListView question

2010-09-21 Thread dashman
thanks for the responses. i decided to go with 1 layout for the children - i just change the background color for the different types. and yes since convertView can be any child previously used, you have to explicitly set the background color on every getChildView() call. right now the layout h

[android-developers] Re: Client server app and wifi

2010-09-21 Thread Chris Stratton
As mentioned this may be hard over 3g or similar client-intended networks. But bluetooth may work within range - there's an example peer-to-peer bluetooth chat application in the latest SDK. On Sep 19, 3:57 pm, ambi wrote: > Hi, > > I am new to developing applications for android but have develo

Re: [android-developers] access html files in sdcard using commands or any...

2010-09-21 Thread TreKing
On Tue, Sep 21, 2010 at 1:39 AM, Chaithu.bablu wrote: > Is there any method for accessing sd card files. > Yes. > i need it immediately. please respond immediately. > Posting on a volunteer help forum is not the way to get an immediate response. ---

[android-developers] Re: Application don't want to close

2010-09-21 Thread Chris Stratton
I think the system may sometimes keep empty apps's processes around in case the user goes back to them - unless it needs the memory of course. Presumably any threads in such a process would be waiting for instruction - ie, called a binder ioctl which hasn't returned yet (and might never do so, if

Re: [android-developers] EndLess ListView

2010-09-21 Thread abisai rangel
Hey guys can you download my application and critic it? http://itunes.apple.com/us/app/on-sales/id390469078?mt=8 On Tue, Sep 21, 2010 at 12:51 PM, TreKing wrote: > On Mon, Sep 20, 2010 at 5:08 AM, dinesh wrote: > >> how to solve this problem. > > > I think you should clarify what you're asking.

Re: [android-developers] To apply a background to a Button

2010-09-21 Thread TreKing
On Tue, Sep 21, 2010 at 4:45 AM, kiki wrote: > ->How can I change the background of an ordinary Button into some other > image(not just a color change)? > This is in the documentation. > ->And about Nine patch bitmap, how to use them, how to create such bitmaps > and how can i convert my imag

[android-developers] Re: Run applications without qemu

2010-09-21 Thread Chris Stratton
There's a simulator but google folks have been saying it's not maintained except when they really need it. It's not a clean solution as android needs services which a normal operating system kernel (even non-android linux) do not naturally provide. There's an x86 build of android that you can run

Re: [android-developers] How to market a map overlay?

2010-09-21 Thread james pruett
trek-king thanks for that. I mean like houses-for-sale maps and such must be available on the Market?? Like the Maps->Menu->layers->Wikipedia which is cool. On Tue, Sep 21, 2010 at 3:56 PM, TreKing wrote: > On Tue, Sep 21, 2010 at 9:39 AM, cellurl wrote: > >> Q: Should I just use the "Maps

[android-developers] Re: obtain recently used app list programatically?

2010-09-21 Thread Indicator Veritatis
Well, I wouldn't say you posted this in an improper way, though it would have been nice to know what Google query you tried and found wanting before posting. But since you are new to the list, I will introduce you to one of the more annoying kinds of answers you will no doubt experience, by asking

[android-developers] Re: access html files in sdcard using commands or any...

2010-09-21 Thread Chris Stratton
Install a file manager apk such as OI file manager, astro, etc and you will be able to browse and open them. If you know the exact file URL you can enter in the browser url bar file:///sdcard/whatever (yes, three slashes - two in file:// and one in /sdcard) but the browser may refuse to browse dir

[android-developers] Re: Android devices supporting OpenGL ES 2.0 (at least through NDK) as of September 2010

2010-09-21 Thread RS
That sums it Robert. Thanks a lot. So on Snapdragon / PowerVR SGX 5xx, OpenGL ES 2.0 should work at least through NDK (assuming SDK > 2.0). Anyway if anybody has a list of these with extensions available on each (other than the stackoverflow link I posted,) it would be very useful. Thanks and rega

[android-developers] Re: access html files in sdcard using commands or any...

2010-09-21 Thread Indicator Veritatis
I browse HTML cards on my sdcard on my G1 all the time. I usually do it using FilePro, the file browser I downloaded. I usually let it pick the application to open with, it defaults to "HTML Viewer" rather than using a full-blown Web Browser. Not sure why you want to do it with adb instead. Sure,

[android-developers] Re: To apply a background to a Button

2010-09-21 Thread Bret Foreman
I think a PictureButton might be useful for this. -- 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+unsu

[android-developers] Re: Live video streaming

2010-09-21 Thread cindy
any sample code on android? On Sep 21, 1:13 pm, Indicator Veritatis wrote: > The first question is: do you need to just send the file, or do you > need to send it in streaming mode? There is also "progressive > download' (seehttp://dowire.org/wiki/Streaming_vs_Progressive_Download). > > Sending i

Re: [android-developers] EndLess ListView

2010-09-21 Thread TreKing
On Tue, Sep 21, 2010 at 4:09 PM, abisai rangel wrote: > Hey guys can you download my application and critic it? Hey, can you not hijack a thread and post your link in a more appropriate forum? - Tre

Re: [android-developers] How to market a map overlay?

2010-09-21 Thread TreKing
On Tue, Sep 21, 2010 at 4:15 PM, james pruett wrote: > I mean like houses-for-sale maps and such must be available on the Market?? > I don't know what that means. > Like the Maps->Menu->layers->Wikipedia which is cool. > This is part of the Google Maps app. Unless you can convince Google to

Re: [android-developers] Re: obtain recently used app list programatically?

2010-09-21 Thread TreKing
On Tue, Sep 21, 2010 at 4:17 PM, Indicator Veritatis wrote: > have you looked at the Android source code for handling the long-press home > key? > First, "have you looked at the documentation"? http://developer.android.com/reference/android/app/ActivityManager.html#getRecentTasks%28int,%20int%29

RE: [android-developers] Re: Exact Layout that fits a background image

2010-09-21 Thread Peter Carpenter
It's not hard - just lots of maths Android gives some vague documentation here: http://developer.android.com/guide/topics/ui/custom-components.html I've provided a sample class that does its own layout - it's not pretty, but should give you an idea of what's involved. I've no idea how you

[android-developers] Re: How much money do you make?

2010-09-21 Thread JP
On Sep 21, 1:35 pm, Indicator Veritatis wrote: > never > believe somebody's claims about how much money he makes until you see > his 1040 form yourself -- especially the Schedule C. People's income statements, a hallmark of honesty, anywhere in the world. Haha I got a good chuckle out of your

Re: [android-developers] Re: How can I track down a crash in a .so without a stack trace?

2010-09-21 Thread Leigh McRae
Alright. Thanks. On 9/21/2010 2:27 PM, fadden wrote: On Sep 21, 6:56 am, Leigh McRae wrote: Thank you all for the very detailed responses. The game is all Java and the .so isn't mine so I would have to have the source for the driver I am guessing. Also I can't get it to crash on my Miles

Re: [android-developers] Re: map can't load at specific places

2010-09-21 Thread Frank Weiss
Strange. Maybe try a few more locations besides home and office and see if there's any pattern. -- 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 thi

[android-developers] Getting Thread ID/Phone# of an Open SMS Message?

2010-09-21 Thread Matt M
Hello, I am using RunningTaskInfo.topActivity.getClassName() to determine the class name of the activity being viewed by the user. If the top activity is an sms message (the user is texting) then I want to determine either the thread id of the open message or the contact name/ number, either will

Re: [android-developers] New to Developing, Need Insight

2010-09-21 Thread Frank Weiss
To answer your general question: it takes experience. I've been programming for decades and it still sometimes takes me hours of Googling and trial and error to see if I can get it to work the way I want it to. I guess you'll find out soon enough if you really really like programming. -- You rece

Re: [android-developers] Getting Thread ID/Phone# of an Open SMS Message?

2010-09-21 Thread Mark Murphy
On Tue, Sep 21, 2010 at 8:31 PM, Matt M wrote: > I am using RunningTaskInfo.topActivity.getClassName() to determine the > class name of the activity being viewed by the user. If the top > activity is an sms message (the user is texting) then I want to > determine either the thread id of the open m

Re: [android-developers] A Problem about developing with GPS module

2010-09-21 Thread Frank Weiss
Yup. I think the phone's GPS is optimized for battery life, not high sampling rate. But I haven't actually tried a real GPS unit side by side with my Droid. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] Re: Getting Thread ID/Phone# of an Open SMS Message?

2010-09-21 Thread Matt M
Understood. Thank you. -- 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...@googlegroups.com F

[android-developers] Re: List Item (a view) order changes unexpextedly while (fast) scrolling in a ListView

2010-09-21 Thread rious.delie
so sorry for late reply, the one that you post is the old one, james.. and, yeah, the problem is still not solved yet, my only solution is to create new view all the time: public View getView(int position, View convertView, ViewGroup parent) { ViewHolder viewHolder;

[android-developers] Re: Is it worth writing a ContentProvider and using CursorAdapter for this case?

2010-09-21 Thread Indicator Veritatis
IOW, the OP most likely should not be using ArrayAdapter at all, but relying on CursorAdapter talking directly to the ListView; it really is tailor-made for this situation. ArrayAdapter is really meant for a different situation: when you have a (static) array containing the data to be displayed. C

[android-developers] Re: Is it worth writing a ContentProvider and using CursorAdapter for this case?

2010-09-21 Thread Bret Foreman
And you can extend Cursor to add your own special sauce. I have one that works on top of a REST-ful database rather than SQLite. > > Also not that as far as I know CursorAdapter doesn't have a dependency on > there being a content provider.  It just wants a Cursor, which you can get > from any SQL

[android-developers] Re: A Problem about developing with GPS module

2010-09-21 Thread Bret Foreman
A trick that I've found works on some phones is to register the listener and de-register it once a minute. Android seems to kick off a GPS measurement right after the listener is registered. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T

[android-developers] Re: enable / disable orientation changes at runtime...

2010-09-21 Thread String
On Sep 21, 4:13 pm, sdphil wrote: > is there a way to enable / disable orientation changes at runtime? Try: setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); or setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); String -- You received this

[android-developers] Re: New to Developing, Need Insight

2010-09-21 Thread String
A couple of suggestions: First, you're enough of a non-programmer yet that App Inventor (http:// appinventor.googlelabs.com) might be a better choice for you right now. If you stick with programming, you can definitely get into "real" Android development at some point, but it's not really beginner

[android-developers] Re: How to market a map overlay?

2010-09-21 Thread String
On Sep 21, 10:15 pm, james pruett wrote: > I mean like houses-for-sale maps and such must be available on the Market?? To the degree that they are, they're standalone apps. In which case the GMaps Android library is probably your best bet, but not necessarily - depends on your use case and busin

[android-developers] Re: Listbox displayed only as combobox in webview

2010-09-21 Thread vbabu75
What construct should I use within the javascript to get something similar to a list box? On Sep 17, 11:53 am, Kumar Bibek wrote: > This code will give you a combo box. And if you look at listboxes on > websites on the emulator browser, it is the expected behaviour. These > are the differences wh

[android-developers] BroadcastReceiver

2010-09-21 Thread perumal316
Hi All, I have written an application to read all incoming SMS and if the SMS contains certain string, I will also send a copy of the message to my another phone for backup purposes. I used the reference from the following website: http://www.anddev.org/novice-tutorials-f8/recognize-react-on-inc

[android-developers] Missing RELAXNG SchemaFactory Implementation?

2010-09-21 Thread Jurnell Cockhren
I have a schema I would like to use for validation and parsing of XML files that may originate from external sources. The schema in the language of relax ng. I'm having a hard time just setting the schema. My errors seem to originate from the SchemaFactory.newInstance static method. String languag

[android-developers] Re: New to Developing, Need Insight

2010-09-21 Thread Bret Foreman
One of the most original musical minds of the 20th century was Don Van Vliet aka Captain Beefheart. His music was so unusual that experienced musicians had trouble approaching it. He preferred to find non- musicians and train them from zero. Android is like that - it's almost better to come at it w

[android-developers] Re: How much money do you make?

2010-09-21 Thread JonFHancock
@Angus I don't do ads in the app or on the website that powers the app. That is just sales. I've considered doing a free version with ads, but I just don't like ads, plus, half the people I know with android devices are rooted and have an adblocker installed. If I don't get a fresh supply of med

[android-developers] Re: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag ?

2010-09-21 Thread mani
I put a similar post in Android-platform.!! Hoping for some support from framework engineers. Thanks, Mani On Sep 22, 1:15 am, Dianne Hackborn wrote: > Please move this to a group for platform development, such as > android-porting or android-platform. > > > > > > On Tue, Sep 21, 2010 at 4:58 AM

[android-developers] analog to iOS Core Audio / AudioFileStreamServices?

2010-09-21 Thread John Michael Zorko
Hello, all ... Is there an Android equivalent to the iOS Core Audio / Audio File Stream Services? I need to be able to read audio bytes from a network and feed them to the audio system under my control, so I can do my own timeouts / reconnects / range requests / etc. without interrupting the a

[android-developers] arecord aplay sampling rate

2010-09-21 Thread s n
all, how do i change/set the sampling rate and parameters that aplay and arecord accepts in android? tia. -- 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 uns

[android-developers] Re: New to Developing, Need Insight

2010-09-21 Thread William Ferguson
Nice analogy - I'm a Captain Beefheart fan. But I beg to differ. While the Android SDK most certainly has its idosyncracies, mostly notably for me the incessant overuse of implementation inheritance and the use of ints instead of (typed) enums. It also requires a good understanding of standard des

<    1   2   3   4   >